Last active
May 19, 2022 14:49
-
-
Save Geremie/4c3d25fc3542246cea8e3a16190ab142 to your computer and use it in GitHub Desktop.
Do Yourself a Favor and Stay Away from BigQuery Schema Auto-detection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!bq load --autodetect \ | |
--source_format NEWLINE_DELIMITED_JSON \ | |
tmp.test_sample_2 gs://<path_to_folder_containing_the_file>test_sample_2.csv code:STRING |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment