Skip to content

Commit

Permalink
[core-apis][experimental] observable_source_asset, multi_observable_s…
Browse files Browse the repository at this point in the history
…ource_asset
  • Loading branch information
OwenKephart committed Dec 23, 2024
1 parent 73e3a15 commit 11433a6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import AbstractSet, Any, Callable, Mapping, Optional, Sequence, Set, Union, overload

import dagster._check as check
from dagster._annotations import experimental, hidden_param
from dagster._annotations import hidden_param
from dagster._core.definitions.asset_check_spec import AssetCheckSpec
from dagster._core.definitions.asset_spec import AssetExecutionType, AssetSpec
from dagster._core.definitions.assets import AssetsDefinition
Expand Down Expand Up @@ -63,7 +63,6 @@ def observable_source_asset(
breaking_version="1.10.0",
additional_warn_text="use freshness checks instead.",
)
@experimental
def observable_source_asset(
observe_fn: Optional[SourceAssetObserveFunction] = None,
*,
Expand Down Expand Up @@ -224,7 +223,6 @@ def __call__(self, observe_fn: SourceAssetObserveFunction) -> SourceAsset:
)


@experimental
def multi_observable_source_asset(
*,
specs: Sequence[AssetSpec],
Expand Down

0 comments on commit 11433a6

Please sign in to comment.