Skip to content

Commit

Permalink
[core-api][experimental] exclude_subruns
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenKephart committed Dec 23, 2024
1 parent 54453df commit 85477ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python_modules/dagster/dagster/_core/storage/dagster_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from typing_extensions import Self

import dagster._check as check
from dagster._annotations import PublicAttr, experimental_param, public
from dagster._annotations import PublicAttr, public
from dagster._core.definitions.asset_check_spec import AssetCheckKey
from dagster._core.definitions.events import AssetKey
from dagster._core.loader import LoadableBy, LoadingContext
Expand Down Expand Up @@ -615,7 +615,6 @@ class RunsFilter(IHaveNew):
created_before: Optional[datetime]
exclude_subruns: Optional[bool]

@experimental_param(param="exclude_subruns")
def __new__(
cls,
run_ids: Optional[Sequence[str]] = None,
Expand Down

0 comments on commit 85477ee

Please sign in to comment.