File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9801,7 +9801,9 @@ def col_pct_null(
98019801 tol
98029802 The tolerance allowed when comparing the actual percentage of Null values to the
98039803 expected percentage `p=`. The validation passes if the actual percentage falls within
9804- the range `[p - tol, p + tol]`. Default is `0`, meaning an exact match is required.
9804+ the range `[p - tol, p + tol]`. Default is `0`, meaning an exact match is required. See
9805+ the *Tolerance* section for details on all supported formats (absolute, relative,
9806+ symmetric, and asymmetric bounds).
98059807 thresholds
98069808 Set threshold failure levels for reporting and reacting to exceedences of the levels.
98079809 The thresholds are set at the step level and will override any global thresholds set in
You can’t perform that action at this time.
0 commit comments