Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?
Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?
The correct answer is Pipe. In Snowflake, a Pipe is associated with Snowpipe, which is a feature that enables continuous loading of data from files as soon as they are available in a cloud storage location. This allows for data to be loaded in micro-batches, providing near real-time availability of the data without the need for manual intervention.
I think A
A. https://docs.snowflake.com/en/user-guide/data-load-snowpipe-intro.html
A is correct answer. Snowpipe enables loading data from files as soon as they’re available in a stage. This means you can load data from files in micro-batches, making it available to users within minutes, rather than manually executing COPY statements on a schedule to load larger batches.
A. Pipe
Snowpipe is correct
correct
A is correct
A. Pipe