We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebd887 commit 7bffd8aCopy full SHA for 7bffd8a
python_modules/dagster/dagster/_core/definitions/assets.py
@@ -23,7 +23,7 @@
23
)
24
25
import dagster._check as check
26
-from dagster._annotations import experimental_param, public
+from dagster._annotations import beta_param, public
27
from dagster._core.definitions.asset_check_spec import AssetCheckSpec
28
from dagster._core.definitions.asset_dep import AssetDep
29
from dagster._core.definitions.asset_graph_computation import AssetGraphComputation
@@ -119,7 +119,7 @@ class AssetsDefinition(ResourceAddable, IHasInternalInit):
119
_specs_by_key: Mapping[AssetKey, AssetSpec]
120
_computation: Optional[AssetGraphComputation]
121
122
- @experimental_param(param="execution_type")
+ @beta_param(param="execution_type")
123
def __init__(
124
self,
125
*,
0 commit comments