Documentation notation for AutomationCondition.cron. #24205
-
What can you tell us about the document ‘Declarative Automation’? Two types are described in Automation conditions: ‘AutomationCondition.eager()’ and ‘AutomationCondition.cron(cron_schedule cron_schedule)’. https://docs.dagster.io/concepts/automation/declarative-automation The second, ‘AutomationCondition.cron(cron_schedule)’ appears to be incorrect as ‘cron is not described in the API documentation’. The API documentation describes on_cron Would it be correct to change to AutomationCondition.on_cron? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for spotting that! I've put in this PR with the fix: #24213 |
Beta Was this translation helpful? Give feedback.
-
Thanks for posting the fix. |
Beta Was this translation helpful? Give feedback.
Thanks for spotting that! I've put in this PR with the fix: #24213