File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python_modules/dagster/dagster/_core/definitions/declarative_automation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66from typing_extensions import Self
77
88import dagster ._check as check
9- from dagster ._annotations import experimental , public
9+ from dagster ._annotations import beta , public
1010from dagster ._core .asset_graph_view .entity_subset import EntitySubset
1111from dagster ._core .asset_graph_view .serializable_entity_subset import SerializableEntitySubset
1212from 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."""
You can’t perform that action at this time.
0 commit comments