What mechanisms can be used to inform Snowpipe that there are staged files available to load into a Snowflake table? (Choose two.)
What mechanisms can be used to inform Snowpipe that there are staged files available to load into a Snowflake table? (Choose two.)
The mechanisms that can be used to inform Snowpipe that there are staged files available to load into a Snowflake table are cloud messaging and REST endpoints. Cloud messaging allows Snowpipe to be triggered by events indicating that files are ready, and REST endpoints permit manual or automated triggering of Snowpipe to process staged files.
AD correct - https://docs.snowflake.com/en/user-guide/data-load-snowpipe-intro#:~:text=Different%20mechanisms%20for%20detecting%20the%20staged%20files%20are,Snowpipe%20using%20cloud%20messaging%20Calling%20Snowpipe%20REST%20endpoints
answer is AD as per DOc 1) Automating Snowpipe using cloud messaging 2) Calling Snowpipe REST endpoints
AD is correct!
correct