Overview

Sifflet Nulls Monitor Template is a field-level validation monitor. It checks if the monitored field contains null (or missing) values. It fails if any null values are found.

As Code

Monitor Kind: FieldNulls
This monitor is used to detect and report null or missing values in a specified field.

field:
The field that the monitor should check the format of.

parameters: kind: FieldNulls field: ORDER_ID

Filtering and grouping

Field nulls Monitors allow for filtering and grouping parameters.

parameters: kind: FieldNulls field: ORDER_ID whereStatement: NOT invalid groupBy: field: REGION

Time Window (Beta)

๐Ÿ“˜

Beta

Field nulls Monitors now allow time window parameters.

Threshold Settings (Beta)

๐Ÿ“˜

Beta

Field nulls Monitors now allow threshold configuration.


Did this page help you?