-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add DataValidity
property
#486
Add DataValidity
property
#486
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## diagnostic_report_updates #486 +/- ##
=============================================================
+ Coverage 77.83% 78.23% +0.39%
=============================================================
Files 100 102 +2
Lines 3574 3625 +51
=============================================================
+ Hits 2782 2836 +54
+ Misses 792 789 -3
☔ View full report in Codecov by Sentry. |
|
||
}, | ||
pattern_shape='Metric', | ||
pattern_shape_sequence=['', '/'], |
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.
Should we add a 3rd pattern shape to further distinguish the 3rd metric in the visualizations? @npatki
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.
Yes, done in fe4d1f4
primary_key_match = column_name == metadata.get('primary_key') | ||
alternate_key_match = column_name in metadata.get('alternate_keys', []) |
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.
we could get
the primary and alternate keys outside of the loop and store as variables
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.
Yes, done in fe4d1f4
fe4d1f4
to
5776ad8
Compare
5776ad8
to
58cb42b
Compare
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.
LGTM
CU-86ayg9qx7
Resolve #467
The visualization is:
@frances-h, @npatki