File tree 1 file changed +2
-2
lines changed
python_modules/dagster/dagster/_core/definitions/declarative_automation
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
from typing_extensions import Self
7
7
8
8
import dagster ._check as check
9
- from dagster ._annotations import experimental , public
9
+ from dagster ._annotations import beta , public
10
10
from dagster ._core .asset_graph_view .entity_subset import EntitySubset
11
11
from dagster ._core .asset_graph_view .serializable_entity_subset import SerializableEntitySubset
12
12
from dagster ._core .definitions .asset_key import (
@@ -632,7 +632,7 @@ def on_missing() -> "AndAutomationCondition":
632
632
).with_label ("on_missing" )
633
633
634
634
@public
635
- @experimental
635
+ @beta
636
636
@staticmethod
637
637
def any_downstream_conditions () -> "BuiltinAutomationCondition" :
638
638
"""Returns an AutomationCondition which represents the union of all distinct downstream conditions."""
You can’t perform that action at this time.
0 commit comments