Medium severityconfiguration
Apache Airflow Error:
AirflowClusterPolicySkipDag
What does this error mean?
Raised when skipping a DAG is required by Cluster Policy. This exception appears in Airflow task logs when the condition is triggered during DAG execution.
Common causes
- 1A Cluster Policy rule determined that this DAG should be skipped entirely.
- 2The DAG does not meet the minimum policy requirements configured by the administrator.
How to fix it
- 1Review why the Cluster Policy is skipping this DAG.
- 2Add the required metadata or tags to make the DAG compliant with cluster policy.