Big Query table schema description

710 Views Asked by At

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?

1

There are 1 best solutions below

0
On

you are looking for:schema.fields[].description

check this out for reference:

https://cloud.google.com/bigquery/docs/reference/v2/tables#resource