-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
refactor(targets): Create interface for schema validation in sinks, and implement it for python-jsonschema
#2136
Conversation
CodSpeed Performance ReportMerging #2136 will not alter performanceComparing Summary
|
@edgarrmondragon when you get a chance can you give this a quick look. If you would please make sure I got the basics moved over and I didn't miss anything. I don't like the name |
Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com>
…owing-customization
…o meltano-2136-pr-feedback
…-library-allowing-customization
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2136 +/- ##
==========================================
+ Coverage 87.89% 87.98% +0.08%
==========================================
Files 60 60
Lines 4958 5002 +44
Branches 1008 1013 +5
==========================================
+ Hits 4358 4401 +43
Misses 424 424
- Partials 176 177 +1 ☔ View full report in Codecov by Sentry. |
…-abstract-jsonschmea-library-allowing-customization
python-jsonschema
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a ton @BuzzCutNorman!
python-jsonschema
python-jsonschema
This PR pulls out the JSONSchmea library abstraction work done in PR #2066 which built upon PR #1471.
This refactor will allow Target developers more control of what JSONSchema validation will be performed and also what JSONSChema library will perform the validation. Format validation is turned off by default.
Closes #1457
📚 Documentation preview 📚: https://meltano-sdk--2136.org.readthedocs.build/en/2136/