Skip to content

Instantly share code, notes, and snippets.

@Geremie
Last active May 18, 2022 15:35
Show Gist options
  • Save Geremie/14d97608720736b514abfccf8060d820 to your computer and use it in GitHub Desktop.
Save Geremie/14d97608720736b514abfccf8060d820 to your computer and use it in GitHub Desktop.
Do Yourself a Favor And Stay Away From BigQuery Schema Auto-detection
bq load --autodetect \
--skip_leading_rows=1 \
tmp.test_sample_1 gs://<path_to_folder_containing_the_file>/test_sample_1.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment