Warehouses
| Platform | Status | Notes |
|---|---|---|
| Snowflake (Cortex Agents) | validated | Deepest coverage. Micro-partitions, clustering keys, spilling, row access policies. Detail. |
| Databricks (Genie) | validated | Genie space instructions used as the definition source. |
| Custom Text-to-SQL | validated | LangChain, LlamaIndex or in-house, via the qabit adapter. |
| BigQuery | parses, not benchmarked | No benchmark partition. Absence of findings means less here. |
| Redshift | parses, not benchmarked | As above. |
Definition sources
Invariants are compiled from what your organisation already maintains: the dbt manifest, INFORMATION_SCHEMA, Cortex semantic model YAML, Genie space instructions or the dbt metrics layer. If none of these exists and no Business Definition Owner is named, we will tell you the engagement is premature rather than guess. Why.
Pipeline & delivery
| Integration | Status | Notes |
|---|---|---|
| CLI & stored procedure | available | Install, auth, commands and exit codes for CI gating. Docs. |
qabit adapter | available | Runtime observation of tool selection, parameters, loops and latency. |
| Slack | available | Submission and finding notifications, configurable per hash key. |
| Asana | available | Creates a task when a bug report is submitted, if configured. |
| Signed bundle export | available | Documented non-proprietary schema. Schema. |
| Public REST API & webhooks | undocumented | Endpoints exist and are used by the console; there is no public documentation yet, so treat them as unsupported. |
| Jira, Linear, PagerDuty | not built | Not built. If one of these is a requirement, say so — the Asana path is the template. |
| SAML / SCIM | not built | Identity is delegated to Werify SSO today. Enterprise status. |
If your tool is not listed
Signed bundles export in a documented schema, so anything that can read JSON can consume findings. That is the deliberate fallback: we would rather publish a format you can build against than a connector directory we cannot maintain.