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 1
1
from typing import Mapping , NamedTuple , Optional , Sequence
2
2
3
3
import dagster ._check as check
4
- from dagster ._annotations import PublicAttr , experimental
4
+ from dagster ._annotations import PublicAttr
5
5
from dagster ._core .definitions .asset_check_result import AssetCheckResult
6
6
from dagster ._core .definitions .data_version import DataVersion
7
7
from dagster ._core .definitions .events import AssetKey , CoercibleToAssetKey
@@ -74,7 +74,6 @@ class MaterializeResult(AssetResult):
74
74
"""
75
75
76
76
77
- @experimental
78
77
class ObserveResult (AssetResult ):
79
78
"""An object representing a successful observation of an asset. These can be returned from an
80
79
@observable_source_asset decorated function to pass metadata.
You can’t perform that action at this time.
0 commit comments