Jun 5, 2025
Notes
Mastodon LinkedIn
Just learned a handy command for getting BigQuery table/view schema to json:
bq show --schema --format=prettyjson project_id:dataset_id.table_id > my_table_schema.json
Peter Attia, Bill Gifford