We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1a8b7 commit 80c3a78Copy full SHA for 80c3a78
python_modules/dagster/dagster/_core/instance/__init__.py
@@ -3396,6 +3396,7 @@ def report_runless_asset_event(
3396
)
3397
3398
def get_entity_freshness_state(self, entity_key: AssetKey) -> Optional[FreshnessStateRecord]:
3399
+ warnings.warn("`get_entity_freshness_state` is not yet implemented for OSS.")
3400
return None
3401
3402
def get_asset_check_support(self) -> "AssetCheckInstanceSupport":
0 commit comments