Skip to content

Commit 4e9070f

Browse files
committed
[core-api][experimental] AssetSelection.tag
1 parent 97d91ef commit 4e9070f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_modules/dagster/dagster/_core/definitions/asset_selection.py

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

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

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

0 commit comments

Comments
 (0)