Sending notifications to cloud provider queues (Amazon SNS, Google Cloud PubSub, and Azure Event Grid)¶
You can configure Snowflake to send notifications to a queue provided by a cloud service (Amazon SNS, Google Cloud PubSub, or Azure Event Grid).
To configure Snowpipe or specific tasks to send notifications about errors to a queue, see the following topics:
To call a stored procedure to send a notification to a queue:
Create a notification integration for the cloud provider queue. For details, see the following topics:
Call the SYSTEM$SEND_SNOWFLAKE_NOTIFICATION stored procedure to send the notification message to the queue. For details, see Using SYSTEM$SEND_SNOWFLAKE_NOTIFICATION to send notifications.