Add health check for sqlite tables
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9
- Forks
- 31
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 16
Description
We have a couple of sqlite entries stored in a volume which we can't access by hand, there should be an endpoint to have simple health checks for them.
This differs from #1579 in the sense that we won't be returning the data in the tables, only metadata. If we want to have a place for returning the entire sqlite file, it could/should be a separate endpoint.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by locating the existing SQLite entries and endpoint patterns in the dashboard, then compare the intended behavior with issue #1579. Done means a separate endpoint reports simple metadata-only health checks for the SQLite tables without returning their data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- api, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100