Reputation: 3898
We have our data files as JSON on GCP Cloud Storage.
Which of the below 2 approach is the ideal/efficient way to load it to snowflake existing table
If (1), then should we go for Calling Snowpipe REST Endpoints to Load Data ?
Upvotes: 0
Views: 95
Reputation: 2940
The "efficiency" is pretty much the same for either method, but I'd strongly recommend going the route of Auto Ingest Snowpipe, as outlined in this link:
https://docs.snowflake.com/en/user-guide/data-load-snowpipe-auto-gcs.html
This works really well and allows for a "set it and forget it" type of project.
Upvotes: 1