0

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?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Duy
  • 11

1 Answers1

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