()
| 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 |
no outgoing calls
no test coverage detected