A user has an application that writes a new file to a cloud storage location every 5 minutes.
What would be the MOST efficient way to get the files into Snowflake?
- Create a task that runs a COPY INTO operation from an external stage every 5 minutes.
- Create a task that PUTS the files in an internal stage and automate the data loading wizard.
- Create a task that runs a GET operation to intermittently check for new files.
- Set up cloud provider notifications on the file location and use Snowpipe with auto-ingest.
Reveal Solution Next Question