added
No-code Validation Monitors now available, making data quality checks easy
5 months ago
Last week, we released Validation Monitors. These make it easy for data analysts and engineers to create no-code checks for common data quality issues.
Some examples:
- Alert me if…
loan_origination_date
is in the future - Alert me if...
member_id
is not 13 characters ANDins_provider
= ‘United Healthcare’ ORmember_start_date
is in future - Alert me if... (
country
equals ‘UK’ ANDpost_code
is not UK Postal Code) ORcountry
is null
You’re alerted to any rows that fail the validation (“invalid rows”) so you can identify, track, and resolve any bad data. All without writing SQL!
This initial release includes a rich set of operators and a hundred out-of-the-box templates. Try creating one! Go to the Monitor Menu and select Validation. To learn more, see our documentation.