Skip to content

Commit b31ab31

Browse files
committed
[core-api][experimental] exclude_subruns
1 parent 75e0102 commit b31ab31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python_modules/dagster/dagster/_core/storage/dagster_run.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from typing_extensions import Self
2020

2121
import dagster._check as check
22-
from dagster._annotations import PublicAttr, experimental_param, public
22+
from dagster._annotations import PublicAttr, public
2323
from dagster._core.definitions.asset_check_spec import AssetCheckKey
2424
from dagster._core.definitions.events import AssetKey
2525
from dagster._core.loader import LoadableBy, LoadingContext
@@ -615,7 +615,6 @@ class RunsFilter(IHaveNew):
615615
created_before: Optional[datetime]
616616
exclude_subruns: Optional[bool]
617617

618-
@experimental_param(param="exclude_subruns")
619618
def __new__(
620619
cls,
621620
run_ids: Optional[Sequence[str]] = None,

0 commit comments

Comments
 (0)