We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3e3fe commit af10b33Copy full SHA for af10b33
sdk/python/feast/api/registry/rest/metrics.py
@@ -388,13 +388,13 @@ async def recently_visited(
388
"pagination": pagination,
389
}
390
391
- @router.get("/metrics/summary", tags=["Metrics"])
392
- async def metrics_summary(
+ @router.get("/metrics/summary", tags=["Metrics"])
+ async def metrics_summary(
393
allow_cache: bool = Query(True),
394
- ):
395
- """
396
- Returns registry-level metadata summary statistics.
397
+ ):
+ """
+ Returns registry-level metadata summary statistics.
398
399
# Fetch all projects
400
projects_resp = grpc_call(
0 commit comments