hardbq
Create a BigQuery table partitioned by day using a schema file
command
bq mk --table --time_partitioning_type=DAY DATASET.PARTITIONED_TABLE SCHEMA.jsonalso accepted
bq mk --table --time_partitioning_typebq mk --time_partitioning_type=DAYcommand
bq mk --table --time_partitioning_type=DAY DATASET.PARTITIONED_TABLE SCHEMA.jsonalso accepted
bq mk --table --time_partitioning_typebq mk --time_partitioning_type=DAYPart of the BigQuery CLI (bq) — BigQuery category.
| Flag | Purpose |
|---|---|
--table | Boolean flag |
--time_partitioning_type | Set to: DAY |
Test your recall — not just your reading.
Practice with interactive quiz →