Niko Kultalahti

Current RevOps professional, future Cloud Engineer/Developer. A father (of one) and a husband (also 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