Skip to content

Commit

Permalink
Add missing dg. prefix to declarative automation docs (#25960)
Browse files Browse the repository at this point in the history
## Summary & Motivation

As the title says

## How I Tested These Changes

Didn't
  • Loading branch information
petehunt authored Nov 15, 2024
1 parent 8c6422a commit e966315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/concepts/automation/declarative-automation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ def my_eager_check() -> dg.AssetCheckResult:
return dg.AssetCheckResult(passed=True)


AssetCheckSpec(
dg.AssetCheckSpec(
"my_cron_check",
asset=dg.AssetKey("orders"),
automation_condition=AutomationCondition.on_cron("@daily"),
automation_condition=dg.AutomationCondition.on_cron("@daily"),
)
```

Expand Down

1 comment on commit e966315

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-blt5ctgo3-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit e966315.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.