COF-R02 · Question #90
Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?
The correct answer is A. Pipe. 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…
Question
Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?
Options
- APipe
- BExternal stage
- CTask
- DStream
How the community answered
(19 responses)- A79% (15)
- B5% (1)
- C11% (2)
- D5% (1)
Explanation
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. https://docs.snowflake.com/en/user-guide/data-load-snowpipe-intro.html
Topics
Community Discussion
No community discussion yet for this question.