Snowflake for Workflows is currently in preview release and is available to selected customers only. If you would like to share feedback or ideas, join the preview by signing up via the Request access to Snowflake Workflow Connector form or contacting your Customer Success Manager.
For more information, see preview releases.
After you join the preview program for Snowflake for Workflows, we'll provide Hub subscription details. With those subscription details, follow the Add Hub subscriptions procedure to you activate the capability.
By default, business events stored via the Store statement result Action of Snowflake for Workflows are stored in Grail bucket default_bizevents
with a retention period of 35 days. For more details, see Built-in Grail buckets.
To manage retention and costs, and protect data, we recommend creating a dedicated bucket and setting up policies that allow data access from that bucket.
<bucket-name>
.matchesPhrase(event.type, "snowflake_connector") and matchesValue(event.provider, "data_connector")
To allow access to this bucket, create the following policies via Account Management:
ALLOW storage:buckets:readWHERE storage:bucket-name = "<bucket-name>";ALLOW storage:bizevents:read;
ALLOW storage:buckets:readWHERE storage:bucket-name = "<bucket-name>";ALLOW storage:events:write;
For more details, see Permissions in Grail.
To roll out policies on a large scale, we recommend using Dynatrace Configuration as Code (Monaco).