Configuring Workflows

Configure monitors to detect relevant insights into your data platform, and

1. Click create new workflow

2. Set Trigger

Every Workflow has a single event type that acts as a trigger. Triggers are how you start automated workflows whenever an event is detected in your data environment. Cost anomalies, stale dbt models, inefficient pricing model, expensive full table refreshes are examples of events that can be used to trigger a workflow. Check out the full full list events.

3. Select actions

You can select a number of actions that will help you address the event, whether that is manually, semi-automatically or completely automated.

Manual

  • Create contextualized issue: create an issue with all of the context you need to take action, prioritize it, cancel it or assign an owner.

Semi-automated

  • Generate a PR in Github

  • Generate a PR to delete a dbt model in Github (dbt)

Automated

  • Switch data warehouse storage pricing model (BigQuery)

  • Send notification to Slack

  • Implement BI Query Optimizer

We will be adding more actions rapidly over the coming months, so stay tuned

Last updated