We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e0102 commit b31ab31Copy full SHA for b31ab31
python_modules/dagster/dagster/_core/storage/dagster_run.py
@@ -19,7 +19,7 @@
19
from typing_extensions import Self
20
21
import dagster._check as check
22
-from dagster._annotations import PublicAttr, experimental_param, public
+from dagster._annotations import PublicAttr, public
23
from dagster._core.definitions.asset_check_spec import AssetCheckKey
24
from dagster._core.definitions.events import AssetKey
25
from dagster._core.loader import LoadableBy, LoadingContext
@@ -615,7 +615,6 @@ class RunsFilter(IHaveNew):
615
created_before: Optional[datetime]
616
exclude_subruns: Optional[bool]
617
618
- @experimental_param(param="exclude_subruns")
619
def __new__(
620
cls,
621
run_ids: Optional[Sequence[str]] = None,
0 commit comments