Added
No-code Validation Monitors now available, making data quality checks easy
over 1 year 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_dateis in the future - Alert me if...
member_idis not 13 characters ANDins_provider= ‘United Healthcare’ ORmember_start_dateis in future - Alert me if... (
countryequals ‘UK’ ANDpost_codeis not UK Postal Code) ORcountryis 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.
