MCPcopy Index your code
hub / github.com/feast-dev/feast / _get_store

Function _get_store

sdk/python/feast/api/registry/rest/monitoring.py:72–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 return _monitoring_service
71
72 def _get_store():
73 if store is None:
74 raise HTTPException(
75 status_code=503,
76 detail="Monitoring service is not available: no FeatureStore configured",
77 )
78 return store
79
80 # ------------------------------------------------------------------ #
81 # DQM Job: submit and track

Callers 10

compute_metricsFunction · 0.85
auto_computeFunction · 0.85
compute_log_metricsFunction · 0.85
auto_compute_logFunction · 0.85
compute_transientFunction · 0.85
get_feature_metricsFunction · 0.85
get_feature_view_metricsFunction · 0.85
get_baselineFunction · 0.85
get_timeseriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected