Niko Kultalahti

Current Cloud Specialist, ex-RevOps, Future Cloud Engineer. A father (of two) and a husband (of one).

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