Skip to content

[FEATURE]: Create is_null, is_empty and is_null_or_empty checks #965

@STEFANOVIVAS

Description

@STEFANOVIVAS

Is there an existing issue for this?

  • I have searched the existing issues

Problem statement

Sometimes, we need specific columns to be null or empty to meet certain business rules. The only way DQX could let us do it would be with the is_equal_to check, but the argument "value" doesn't support None type. The set of checks is_not_null,_is_not_empty and is_not_null_or_empty doesn't have the "negate" argument.

Image Image

Proposed Solution

Create a set of checks called is_null, is_empty, and is_null_or_empty to allow checks that confirm whether a given column is null, empty, or both.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions