I would like to have my CSV data from Google Drive completely downloaded to Bigquery, like a native table in it. However, the Table type option is not available when I want to upload my data, I have no choice but to use the "external table" option.
This is really unconvenient, as the amount of data I will get in the future will become too important for a Drive Storage.
My question is: is it possible to load a CSV file from Drive to BigQuery as a native table, or do I have to use Google Storage between the two, making the process even more complicated than it already is?
CREATE TABLE dataset.NewTable AS SELECT * FROM dataset.ExternalTable. Now you have the file contents in a BigQuery-managed table without having to copy to Cloud Storage.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With