Skip to content

Commit

Permalink
[core-api][experimental] ObserveResult
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenKephart committed Dec 23, 2024
1 parent 5633503 commit fa3c8a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python_modules/dagster/dagster/_core/definitions/result.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Mapping, NamedTuple, Optional, Sequence

import dagster._check as check
from dagster._annotations import PublicAttr, experimental
from dagster._annotations import PublicAttr
from dagster._core.definitions.asset_check_result import AssetCheckResult
from dagster._core.definitions.data_version import DataVersion
from dagster._core.definitions.events import AssetKey, CoercibleToAssetKey
Expand Down Expand Up @@ -74,7 +74,6 @@ class MaterializeResult(AssetResult):
"""


@experimental
class ObserveResult(AssetResult):
"""An object representing a successful observation of an asset. These can be returned from an
@observable_source_asset decorated function to pass metadata.
Expand Down

0 comments on commit fa3c8a0

Please sign in to comment.