We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5633503 commit fa3c8a0Copy full SHA for fa3c8a0
python_modules/dagster/dagster/_core/definitions/result.py
@@ -1,7 +1,7 @@
1
from typing import Mapping, NamedTuple, Optional, Sequence
2
3
import dagster._check as check
4
-from dagster._annotations import PublicAttr, experimental
+from dagster._annotations import PublicAttr
5
from dagster._core.definitions.asset_check_result import AssetCheckResult
6
from dagster._core.definitions.data_version import DataVersion
7
from dagster._core.definitions.events import AssetKey, CoercibleToAssetKey
@@ -74,7 +74,6 @@ class MaterializeResult(AssetResult):
74
"""
75
76
77
-@experimental
78
class ObserveResult(AssetResult):
79
"""An object representing a successful observation of an asset. These can be returned from an
80
@observable_source_asset decorated function to pass metadata.
0 commit comments