Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A user has an application that writes a new file to cloud storage every five minutes. What is the most efficient method to load these files into Snowflake?
A
Create a task that runs a COPY INTO operation from an external stage every 5 minutes.
B
Create a task that PUTS the files in an internal stage and automate the data loading wizard.
C
Create a task that runs a GET operation to intermittently check for new files.
D
Set up cloud provider notifications on the file location and use Snowpipe with auto-ingest.