-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[CONTRIB] Exclude null values no days missing metric #10517
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
base: develop
Are you sure you want to change the base?
Conversation
👷 Deploy request for niobium-lead-7998 pending review.Visit the deploys page to approve it
|
for more information, see https://pre-commit.ci
Can someone please review? thanks! |
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.
Hi @itaise! Sorry that this review seems to have fallen through the cracks. Based on your description this seems to be a bug. Can you please add a test to tests/integration/datasources_and_expectations/expectations
that demonstrates the issue with the Expectation you described? You can follow the same pattern shown for other Expectations in that directory.
|
Name | Link |
---|---|
🔨 Latest commit | 5ce1491 |
❌ 568 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Hi,
Here is a PR to exclude null values from a metric - ColumnDistinctDates, which is used in a test we contributed and are actively using.
If the column checked contains null values, they are failing the test with an exception (as None does not have strftime method).
Can you please check?
Thanks a lot!