COF-C02 · Question #685
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. In Snowflake, a Pipe is the object designed to enable the continuous, near-real-time loading of data from files as soon as they are available in a cloud storage location. Pipes use Snowflake's COPY command to load data and can be associated with a Stage object to monitor for…
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
(58 responses)- A86% (50)
- B9% (5)
- C3% (2)
- D2% (1)
Explanation
In Snowflake, a Pipe is the object designed to enable the continuous, near-real-time loading of data from files as soon as they are available in a cloud storage location. Pipes use Snowflake's COPY command to load data and can be associated with a Stage object to monitor for new files. When new data files appear in the stage, the pipe automatically loads the data into the target
Topics
Community Discussion
No community discussion yet for this question.