Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Unused
  • Loading branch information
RickiJay-WMDE committed Sep 1, 2025
commit 014b0c1f15b9eca5d31612043d32b553070a0e74
2 changes: 0 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ def read_root():

app.include_router(GraphQLRouter(schema=schema), prefix="/graphql")

CHUNK_SIZE = 1024 * 1024


@app.get("/csv/metrics", response_class=StreamingResponse)
async def metric_csv(
Expand Down