Gcloud Cli BigQuery Cheat Sheet
1 minute read
Datasets
Command | Action
General
Command | Action
Query
Command | Action
Table
Command | Action bq mk | create a table bq rm -t dataset.table | remove a table (-t) bq ls dataset | list tables in dataset