CoreModelsCoreModels
Apache Airflow recipe

CI Drift Gate for Airflow

Catch pipeline drift before it ships.

Import your deployment exports, run the first audit, and wire the audit gate into the DAG repo's CI with a status badge. CI exports the API responses (against staging or the live deployment) and calls the API-key surface (POST v1/{projectId}/integrations/airflow/audit); data.errorCount > 0 fails the build.