ignoreNull property

bool? ignoreNull
getter/setter pair

Rows with null values will automatically fail a rule, unless ignore_null is true.

In that case, such null rows are trivially considered passing.This field is only valid for the following type of rules: RangeExpectation RegexExpectation SetExpectation UniquenessExpectation

Optional.

Implementation

core.bool? ignoreNull;