Skip to content

Commit fa3c8a0

Browse files
committed
[core-api][experimental] ObserveResult
1 parent 5633503 commit fa3c8a0

File tree

1 file changed

+1
-2
lines changed
  • python_modules/dagster/dagster/_core/definitions

1 file changed

+1
-2
lines changed

python_modules/dagster/dagster/_core/definitions/result.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Mapping, NamedTuple, Optional, Sequence
22

33
import dagster._check as check
4-
from dagster._annotations import PublicAttr, experimental
4+
from dagster._annotations import PublicAttr
55
from dagster._core.definitions.asset_check_result import AssetCheckResult
66
from dagster._core.definitions.data_version import DataVersion
77
from dagster._core.definitions.events import AssetKey, CoercibleToAssetKey
@@ -74,7 +74,6 @@ class MaterializeResult(AssetResult):
7474
"""
7575

7676

77-
@experimental
7877
class 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.

0 commit comments

Comments
 (0)