I have a BigQuery table that gets deleted and recreated/reloaded hourly by our scheduled job. How do I configure my process to add a description for each field each time the table is recreated?
Asked
Active
Viewed 645 times
1 Answers
0
you are looking for:schema.fields[].description
check this out for reference:
https://cloud.google.com/bigquery/docs/reference/v2/tables#resource

N.N.
- 3,094
- 21
- 41