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

[BUGFIX] Issue 5627: unexpected_rows not included in result of is_null and is_not_null column map expectations #9658

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Mar 25, 2024

  1. Bugfix expect_column_values_to_not_be_null.py

    Include unexpected rows in the results, when requested via the checkpoint configuration that sets result_format to COMPLETE and include_unexpected_rows to True
    NathanJM committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ce63417 View commit details
    Browse the repository at this point in the history
  2. Bugfix expect_column_values_to_be_null.py

    Include the unexpected_rows when checkpoint config requests it
    NathanJM committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6dcbdf6 View commit details
    Browse the repository at this point in the history