Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: generate a dictionary of schema matching information when interrogating a col_schema_match() validation step #42

Merged
merged 17 commits into from
Jan 23, 2025

Conversation

rich-iannone
Copy link
Member

This PR adds a method to generate schema validation info. This is added to the new val_info attr of a ValidationInfo element, providing a lot of information on what schema comparisons.

Fixes: #38

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.38%. Comparing base (e95b7f3) to head (d1ed88a).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
+ Coverage   99.36%   99.38%   +0.02%     
==========================================
  Files          12       12              
  Lines        2518     2609      +91     
==========================================
+ Hits         2502     2593      +91     
  Misses         16       16              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rich-iannone rich-iannone marked this pull request as ready for review January 23, 2025 01:13
@rich-iannone rich-iannone merged commit 65eb6b8 into main Jan 23, 2025
6 checks passed
@rich-iannone rich-iannone deleted the feat-validation-info branch January 23, 2025 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Collect detailed information from interrogation on col_schema_match()
1 participant