Microsoft Fabric recipe
CI Drift Gate for Fabric
Fail the schema-change PR when the warehouse drifts from the governed model.
Import your INFORMATION_SCHEMA extract, record the first audit, and wire the audit gate into your CI pipeline: CI re-extracts via sqlcmd against a staging warehouse (or commits the extract with schema-change PRs), calls the API-key audit surface (v1/{projectId}/integrations/fabric/audit), and fails the build when data.errorCount > 0. An SVG status badge reports the latest recorded run.