Snowflake · Arazzo Workflow
Snowflake Create and Execute an Alert
Version 1.0.0
Create an alert with a condition and action, describe it, then execute it on demand.
Provider
Workflows
create-and-execute-alert
Create an alert, fetch it to confirm, then execute it on demand.
Chains createAlert, fetchAlert, and executeAlert so an alert is provisioned with a condition and action, verified, and run once on demand, all scoped to the same database and schema.
1
createAlert
createAlert
Create the alert with its condition, action, warehouse, and schedule.
2
fetchAlert
fetchAlert
Describe the alert to confirm it was created.
3
executeAlert
executeAlert
Execute the alert immediately rather than waiting for its schedule.