Skip to content

Commit

Permalink
[core-apis][experimental] AutomationCondition.any_downstream_conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenKephart committed Dec 23, 2024
1 parent 11433a6 commit 676e8d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing_extensions import Self

import dagster._check as check
from dagster._annotations import experimental, public
from dagster._annotations import beta, public
from dagster._core.asset_graph_view.entity_subset import EntitySubset
from dagster._core.asset_graph_view.serializable_entity_subset import SerializableEntitySubset
from dagster._core.definitions.asset_key import (
Expand Down Expand Up @@ -632,7 +632,7 @@ def on_missing() -> "AndAutomationCondition":
).with_label("on_missing")

@public
@experimental
@beta
@staticmethod
def any_downstream_conditions() -> "BuiltinAutomationCondition":
"""Returns an AutomationCondition which represents the union of all distinct downstream conditions."""
Expand Down

0 comments on commit 676e8d0

Please sign in to comment.