← BigQuery559 / 640
hardbq

Load Parquet files from Cloud Storage into BigQuery with schema autodetection

command

bq load --source_format=PARQUET --autodetect DATASET.TABLE gs://BUCKET/*.parquet

also accepted

bq load --source_format=PARQUETbq load --source_format=PARQUET --autodetect

Command breakdown

Part of the BigQuery CLI (bq) — BigQuery category.

bqload--source_format=PARQUET--autodetectDATASET.TABLEgs://BUCKET/*.parquet
FlagPurpose
--source_formatSet to: PARQUET
--autodetectBoolean flag

Test your recall — not just your reading.

Practice with interactive quiz →