Expose validation errors
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 618
- Forks
- 21
- Avg merge
- 14h 34m
- Merged PRs (30d)
- 7
Description
It would be useful if the validation errors (SchemaError and ValidationError) would be exported so that the errors could be referenced, e.g. with pytest.raises((dy.SchemaError, dy.ValidationError)):.
Contributor guide
No contributing guide indexed for this repository
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
Trace where SchemaError and ValidationError are defined and how dataframely’s public namespace is assembled. Add a focused pytest check that both are importable as dy.SchemaError and dy.ValidationError and usable in pytest.raises as shown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 76/100