Skip to content

Instantly share code, notes, and snippets.

@Geremie
Created May 19, 2022 14:52
Show Gist options
  • Save Geremie/60e406654520c6efc186450eb85addaa to your computer and use it in GitHub Desktop.
Save Geremie/60e406654520c6efc186450eb85addaa 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 address_schema.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment