Skip to content

Commit

Permalink
Add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
erinkcochran87 committed Aug 6, 2024
1 parent 153b0bd commit 59f39bf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions docs/content/concepts/automation/declarative-automation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,21 +143,35 @@ For an automation condition sensor to run, it must be turned on and an active [`

After these criteria are met, the sensor's evaluation history will be visible in the UI:

<TODO>SCREENSHOT</TODO>
<!-- ![Default automation sensor evaluations in the Dagster UI](/images/concepts/automation/declarative-automation/default-automation-sensor.png) -->

<Image
alt="Default automation sensor evaluations in the Dagster UI"
src="/images/concepts/automation/declarative-automation/default-automation-sensor.png"
width={1898}
height={863}
/>

You'll also be able to view a detailed history of each asset's evaluations on the asset's [**Asset Details** page](/concepts/webserver/ui#asset-details). This allows you to see why an asset was or wasn't materialized at different points in time:

<TODO>SCREENSHOT</TODO>
<!-- ![Automation condition evaluations in the Asset Details page](/images/concepts/automation/declarative-automation/evaluations-asset-details.png) -->

<Image
alt="Automation condition evaluations in the Asset Details page"
src="/images/concepts/automation/declarative-automation/evaluations-asset-details.png"
width={1577}
height={765}
/>

---

## Getting started

To use Declarative Automation, you'll need to enable the automation condition sensor in the Dagster UI:

1. Navigate to **Deployment > Sensors**
1. Navigate to **Overview > Sensors**
2. Locate the desired code location.
3. Toggle the `default_automation_condition_sensor` sensor on to enable it.
3. In the code location, toggle the `default_automation_condition_sensor` sensor to on.

From here, you can:

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 59f39bf

Please sign in to comment.