dbt Transformation Fails
Symptom: An ldz__anp__* or cust_anp_rdv_bdv_master_dag task fails.
| Cause | Fix |
|---|---|
| Database connection variables missing or incorrect | Verify CDM_<DB_TYPE>_HOST, CDM_<DB_TYPE>_USER, CDM_<DB_TYPE>_PASSWORD are correctly set |
| Schema does not exist | Confirm DDL execution completed successfully for that schema |
| Log path not writable | Verify PVC is correctly bound and the mount path exists (/mnt/airflow-data/logs/dbt/) |