Created
February 10, 2024 09:51
-
-
Save vvgsrk/cbabb6977bbea59f98eb54ae4e060874 to your computer and use it in GitHub Desktop.
Snowflake task error notifications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE OR REPLACE NOTIFICATION INTEGRATION TASK_ERROR_NOTIFICATIONS | |
ENABLED = true | |
TYPE = QUEUE | |
NOTIFICATION_PROVIDER = AWS_SNS | |
DIRECTION = OUTBOUND | |
AWS_SNS_TOPIC_ARN = 'arn:aws:sns:eu-central-1:123456789012345:dp-tools-slack-notifier-alarm' | |
AWS_SNS_ROLE_ARN = 'arn:aws:iam::123456789012345:role/dp-tools-snowflake-tasks-error-notifications'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment