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

Add optional condition to not_null_proportion test #691

Closed

Commits on Sep 28, 2022

  1. Add optional condition to not_null_proportion test

    The dbt core `not_null` test allows a `where` parameter and the dbt
    utils `expression_is_true` allows a `condition` parameter, both of which
    allow the test to operate on a subset of rows.
    
    This adds a similar functoinality to the `not_null_proportion` test,
    sticking with the `condition` convention from `expression_is_true.
    elyobo committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5fdeabd View commit details
    Browse the repository at this point in the history