check
Run a watch over all tables and return a CI-style pass/fail gate based on severity thresholds. Use to gate data quality in CI pipelines.
Instructions
Run a watch over all tables and return a CI-style pass/fail gate.
fail_on is "critical" (default — fail only on CRITICAL) or "warning"
(stricter — fail on WARNING or worse). Mirrors scherlok ci. Returns
passed plus the severity counts the decision was based on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fail_on | No | critical |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||