Which privilege on a Snowflake pipe object is necessary to pause or resume pipes?
The OPERATE privilege on a pipe authorizes a non-owner role to pause or resume that pipe. Snowflake documents this permission for ALTER PIPE ... SET PIPE_EXECUTION_PAUSED = TRUE | FALSE.
ALTER PIPE ... SET PIPE_EXECUTION_PAUSED = TRUE | FALSE
Community Discussion