0
votes

I have data in a Google BigQuery table/view, sitting in a Google Cloud Storage bucket. I have created an integration and external stage to this bucket and can see the files in the bucket in Snowflake.

How do I load the data from the Google BigQuery table into a Snowflake table now?

1
Is it in BigQuery or in the GCS bucket? I'm confused by your question.Mike Walton

1 Answers

2
votes

If I am able to understand your question, you have data in GCS Bucket that you are using in Google BigQuery table/View.

Now you have created an integration and external stage using snowflake on top of the same data in GCS bucket and can see the data as well - right?

There is no direct link to load data from Google Big Query to Snowflake Table. You have either unload the data into the GCS bucket or use the same original data to load into the snowflake using the article below:

You can load the GCS Bucket data into Snowflake using the below article: https://community.snowflake.com/s/article/Loading-Data-from-Google-Cloud-Storage-to-Snowflake