Skip to content

Commit

Permalink
[core-api][experimental] AutomationConditionSensorDefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenKephart committed Dec 31, 2024
1 parent 9626d3f commit 97c20c1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Any, Mapping, Optional, cast

import dagster._check as check
from dagster._annotations import experimental
from dagster._annotations import alpha_param, beta_param
from dagster._core.definitions.asset_selection import AssetSelection, CoercibleToAssetSelection
from dagster._core.definitions.declarative_automation.automation_condition import (
AutomationCondition,
Expand Down Expand Up @@ -74,7 +74,8 @@ def not_supported(context) -> None:
)


@experimental
@beta_param(param="use_user_code_server")
@alpha_param(param="default_condition")
class AutomationConditionSensorDefinition(SensorDefinition):
"""Targets a set of assets and repeatedly evaluates all the AutomationConditions on all of
those assets to determine which to request runs for.
Expand Down

0 comments on commit 97c20c1

Please sign in to comment.