COF-C02 · Question #535
Which Snowflake privilege is required on a pipe object to pause or resume pipes?
The correct answer is A. OPERATE. OPERATE. In Snowflake, to pause or resume a pipe, the OPERATE privilege is required on the pipe object. The OPERATE privilege allows users to perform operational tasks on specific objects such as pipes, tasks, and streams. Specifically, for a pipe, the OPERATE privilege enables…
Question
Which Snowflake privilege is required on a pipe object to pause or resume pipes?
Options
- AOPERATE
- BREAD
- CSELECT
- DUSAGE
How the community answered
(47 responses)- A87% (41)
- B9% (4)
- C2% (1)
- D2% (1)
Explanation
OPERATE. In Snowflake, to pause or resume a pipe, the OPERATE privilege is required on the pipe object. The OPERATE privilege allows users to perform operational tasks on specific objects such as pipes, tasks, and streams. Specifically, for a pipe, the OPERATE privilege enables the user to execute the ALTER PIPE ... SET PIPE_EXECUTION_PAUSED=TRUE or ALTER PIPE ... SET PIPE_EXECUTION_PAUSED=FALSE commands, which are used to pause or resume the pipe, respectively.
Topics
Community Discussion
No community discussion yet for this question.