Databricks recipe
CI Drift Gate for Unity Catalog
Wire a Unity Catalog drift gate into CI - and keep it honest after merge.
Import your SQL-editor extracts, run the first audit, and wire the audit gate into CI with a status badge. CI re-extracts the schema (e.g. via databricks-sql-cli against a staging catalog) and calls the API-key surface (POST v1/{projectId}/integrations/databricks/audit); data.errorCount > 0 fails the build.