Trigger actions based on Validation Results using Checkpoints
developYou can automate responses to data validation outcomes by using Checkpoints. Checkpoints allow you to define a suite of expectations and then trigger specific actions—such as sending alerts or updating Data Docs—based on the resulting ValidationResult.
Key workflows include:
- Creating a Checkpoint with Actions: Configuring a Checkpoint to execute specific tasks when validation succeeds or fails.
- Creating custom Actions: Defining your own logic to run in response to validation results.
- Choosing a Result Format: Configuring how much detail (verbosity) is included in the returned
ValidationResult. - Running a Checkpoint: Executing the validation process to trigger the configured automation.