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
- Use GCS as Named External Stage
- Use GCS as External Location to load data
If (1), then should we go for Calling Snowpipe REST Endpoints to Load Data ?