Skip to content

Instantly share code, notes, and snippets.

@Geremie
Last active May 19, 2022 14:50
Show Gist options
  • Save Geremie/4e6da284d272cb4c63fdbb19d68b1bfc to your computer and use it in GitHub Desktop.
Save Geremie/4e6da284d272cb4c63fdbb19d68b1bfc to your computer and use it in GitHub Desktop.
Do Yourself a Favor And Stay Away From BigQuery Schema Auto-detection
!bq load --autodetect \
--source_format NEWLINE_DELIMITED_JSON \
tmp.test_sample_2 gs://<path_to_folder_containing_the_file>test_sample_2.jsonl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment