Skip to content

Commit 8b03dc6

Browse files
committed
[core-apis][experimental] AutomationCondition.any_downstream_conditions
1 parent 0ba9041 commit 8b03dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_modules/dagster/dagster/_core/definitions/declarative_automation/automation_condition.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing_extensions import Self
77

88
import dagster._check as check
9-
from dagster._annotations import experimental, public
9+
from dagster._annotations import beta, public
1010
from dagster._core.asset_graph_view.entity_subset import EntitySubset
1111
from dagster._core.asset_graph_view.serializable_entity_subset import SerializableEntitySubset
1212
from dagster._core.definitions.asset_key import (
@@ -632,7 +632,7 @@ def on_missing() -> "AndAutomationCondition":
632632
).with_label("on_missing")
633633

634634
@public
635-
@experimental
635+
@beta
636636
@staticmethod
637637
def any_downstream_conditions() -> "BuiltinAutomationCondition":
638638
"""Returns an AutomationCondition which represents the union of all distinct downstream conditions."""

0 commit comments

Comments
 (0)