bigquery backup all view definitions

后端 未结 3 1348
南旧
南旧 2021-01-06 06:39

I am working with bigquery, and there have been a few hundred views created. Most of these are not used and should be deleted. However, there is a chance that some are used

3条回答
  •  [愿得一人]
    2021-01-06 07:38

    You could try using bqup, which is a python script that some colleagues and I have been using to regularly back up BigQuery views and table schemata.

提交回复
热议问题