Skip to content

Commit

Permalink
[core-api][experimental] owners
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenKephart committed Dec 23, 2024
1 parent 46d632d commit 11ad986
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
EMPTY_ASSET_KEY_SENTINEL = AssetKey([])


@experimental_param(param="owners")
@experimental_param(param="tags")
@hidden_param(
param="freshness_policy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import dagster._check as check
from dagster._annotations import (
PublicAttr,
experimental_param,
hidden_param,
only_allow_hidden_params_in_kwargs,
public,
Expand Down Expand Up @@ -96,7 +95,6 @@ def validate_kind_tags(kinds: Optional[AbstractSet[str]]) -> None:
raise DagsterInvalidDefinitionError("Assets can have at most three kinds currently.")


@experimental_param(param="owners")
@hidden_param(
param="freshness_policy",
breaking_version="1.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def _validate_hidden_non_argument_dep_param(
@experimental_param(param="resource_defs")
@experimental_param(param="io_manager_def")
@experimental_param(param="backfill_policy")
@experimental_param(param="owners")
@hidden_param(
param="non_argument_deps",
breaking_version="2.0.0",
Expand Down Expand Up @@ -736,7 +735,6 @@ def graph_asset(
) -> Callable[[Callable[..., Any]], AssetsDefinition]: ...


@experimental_param(param="owners")
@hidden_param(
param="freshness_policy",
breaking_version="1.10.0",
Expand Down

0 comments on commit 11ad986

Please sign in to comment.