Reputation: 61
I have a folder of CSV files separated by date in Google Cloud Storage. How can I upload it directly to BigQuery as a partitioned table?
Upvotes: 2
Views: 830
Reputation: 2315
You can do the following:
https://cloud.google.com/bigquery/docs/creating-partitioned-tables#restating_data_in_a_partition
Upvotes: 2