Skip to content

Commit 3f1d952

Browse files
[docs] fix typo in Automation conditions operands and operators page (#29021)
## Summary & Motivation Should be any_downstream_condition**s**() as per https://github.com/dagster-io/dagster/blob/f0e405e3184d5fb12eaa3b8c1373aa33721388bf/python_modules/dagster/dagster/_core/definitions/declarative_automation/automation_condition.py#L717 ## How I Tested These Changes 👀
1 parent 0c31580 commit 3f1d952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/guides/automate/declarative-automation/customizing-automation-conditions/automation-condition-operands-and-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The [operands](#operands) can be built into more complex expressions using the f
9797
</tr>
9898
<tr>
9999
<td>
100-
<code>AutomationCondition.any_downstream_condition()</code>
100+
<code>AutomationCondition.any_downstream_conditions()</code>
101101
</td>
102102
<td>
103103
Any <PyObject section="assets" module="dagster" object="AutomationCondition" /> on a downstream asset evaluates

0 commit comments

Comments
 (0)