Skip to content

Commit e7362d3

Browse files
committed
[core-api][experimental] AssetSelection.tag
1 parent bdb8f2c commit e7362d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: python_modules/dagster/dagster/_core/definitions/asset_selection.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing_extensions import TypeAlias, TypeGuard
88

99
import dagster._check as check
10-
from dagster._annotations import deprecated, experimental, experimental_param, public
10+
from dagster._annotations import deprecated, experimental_param, public
1111
from dagster._core.definitions.asset_check_spec import AssetCheckKey
1212
from dagster._core.definitions.asset_graph import AssetGraph
1313
from dagster._core.definitions.asset_key import (
@@ -240,7 +240,7 @@ def groups(*group_strs, include_sources: bool = False) -> "GroupsAssetSelection"
240240

241241
@public
242242
@staticmethod
243-
@experimental
243+
@experimental_param(param="include_sources")
244244
def tag(key: str, value: str, include_sources: bool = False) -> "AssetSelection":
245245
"""Returns a selection that includes materializable assets that have the provided tag, and
246246
all the asset checks that target them.

0 commit comments

Comments
 (0)