astrodbtoolkit / astrodbtoolkit/AstrodbKit
Add error handling for missing/misordered reference tables
Open
- Dominant language
- Python
- Stars
- 12
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
It's super easy to add a reference table to the schema and then neglect to add it to the reference_table list. The order in which the reference tables are listed is also important. It would be good to have some error handling setup specifically for these two cases.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the schema definition and the reference_table list, then trace where reference tables are loaded or validated. Add clear errors for a schema table missing from the list and for an invalid table order; done means both cases are detected consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlalchemy
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100