Skip to content

Commit 80c3a78

Browse files
committed
more pr fix
1 parent ae1a8b7 commit 80c3a78

File tree

1 file changed

+1
-0
lines changed
  • python_modules/dagster/dagster/_core/instance

1 file changed

+1
-0
lines changed

Diff for: python_modules/dagster/dagster/_core/instance/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -3396,6 +3396,7 @@ def report_runless_asset_event(
33963396
)
33973397

33983398
def get_entity_freshness_state(self, entity_key: AssetKey) -> Optional[FreshnessStateRecord]:
3399+
warnings.warn("`get_entity_freshness_state` is not yet implemented for OSS.")
33993400
return None
34003401

34013402
def get_asset_check_support(self) -> "AssetCheckInstanceSupport":

0 commit comments

Comments
 (0)