Skip to content

Commit 9aa9461

Browse files
committed
[core-api][experimental] execution type
1 parent e6c0b94 commit 9aa9461

File tree

1 file changed

+2
-2
lines changed
  • python_modules/dagster/dagster/_core/definitions

1 file changed

+2
-2
lines changed

python_modules/dagster/dagster/_core/definitions/assets.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
)
2424

2525
import dagster._check as check
26-
from dagster._annotations import experimental_param, public
26+
from dagster._annotations import beta_param, public
2727
from dagster._core.definitions.asset_check_spec import AssetCheckSpec
2828
from dagster._core.definitions.asset_dep import AssetDep
2929
from dagster._core.definitions.asset_graph_computation import AssetGraphComputation
@@ -119,7 +119,7 @@ class AssetsDefinition(ResourceAddable, IHasInternalInit):
119119
_specs_by_key: Mapping[AssetKey, AssetSpec]
120120
_computation: Optional[AssetGraphComputation]
121121

122-
@experimental_param(param="execution_type")
122+
@beta_param(param="execution_type")
123123
def __init__(
124124
self,
125125
*,

0 commit comments

Comments
 (0)