Skip to content

Commit 6af72c2

Browse files
committed
[core-api][experimental] owners
1 parent eb93ea8 commit 6af72c2

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

python_modules/dagster/dagster/_core/definitions/asset_out.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
EMPTY_ASSET_KEY_SENTINEL = AssetKey([])
3636

3737

38-
@experimental_param(param="owners")
3938
@experimental_param(param="tags")
4039
@hidden_param(
4140
param="freshness_policy",

python_modules/dagster/dagster/_core/definitions/asset_spec.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import dagster._check as check
1919
from dagster._annotations import (
2020
PublicAttr,
21-
experimental_param,
2221
hidden_param,
2322
only_allow_hidden_params_in_kwargs,
2423
public,
@@ -96,7 +95,6 @@ def validate_kind_tags(kinds: Optional[AbstractSet[str]]) -> None:
9695
raise DagsterInvalidDefinitionError("Assets can have at most three kinds currently.")
9796

9897

99-
@experimental_param(param="owners")
10098
@hidden_param(
10199
param="freshness_policy",
102100
breaking_version="1.10.0",

python_modules/dagster/dagster/_core/definitions/decorators/asset_decorator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def _validate_hidden_non_argument_dep_param(
134134
@experimental_param(param="resource_defs")
135135
@experimental_param(param="io_manager_def")
136136
@experimental_param(param="backfill_policy")
137-
@experimental_param(param="owners")
138137
@hidden_param(
139138
param="non_argument_deps",
140139
breaking_version="2.0.0",
@@ -736,7 +735,6 @@ def graph_asset(
736735
) -> Callable[[Callable[..., Any]], AssetsDefinition]: ...
737736

738737

739-
@experimental_param(param="owners")
740738
@hidden_param(
741739
param="freshness_policy",
742740
breaking_version="1.10.0",

0 commit comments

Comments
 (0)