Check
Configuration
- type: check
check: "run.total_rows > threshold" # Required: The condition to evaluate
failure_message: '{run.total_rows} is below threshold' # Optional: the message to use as an error
vars: # Optional: Local variables for the check
threshold: 1000
min_date: "2023-01-01"
on_failure: abort # Optional: abort/warn/quiet/skip
id: my_id # Optional. Will be generated. Use `log` hook with {runtime_state} to view state.Properties
Property
Required
Description
Output
Examples
Basic Row Count Validation
Multiple Condition Check
Data Quality Threshold Check
Time Window Validation
Complex Business Rule Validation
Environment-Based Validation
Resource Usage Check
Data Freshness Check
Last updated
Was this helpful?