File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
python_modules/dagster/dagster/_core/definitions Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11from typing import Mapping , NamedTuple , Optional , Sequence
22
33import dagster ._check as check
4- from dagster ._annotations import PublicAttr , experimental
4+ from dagster ._annotations import PublicAttr
55from dagster ._core .definitions .asset_check_result import AssetCheckResult
66from dagster ._core .definitions .data_version import DataVersion
77from dagster ._core .definitions .events import AssetKey , CoercibleToAssetKey
@@ -74,7 +74,6 @@ class MaterializeResult(AssetResult):
7474 """
7575
7676
77- @experimental
7877class ObserveResult (AssetResult ):
7978 """An object representing a successful observation of an asset. These can be returned from an
8079 @observable_source_asset decorated function to pass metadata.
You can’t perform that action at this time.
0 commit comments