okayhooni opened a new pull request, #29056:
URL: https://github.com/apache/airflow/pull/29056

   We use Airflow cluster policy to ensure some dynamic DAGs and tasks to 
follow some constraints.
   
   But, we realized when there is some error on cluster policy itself(= any 
errors except intentional AirflowClusterPolicyViolation), ALL THE DAGs cannot 
be loaded. and there is no warning message on web UI and no error records on 
metadb import_error table.
   
   I think if pass those exceptions, there will be some risks to pass bad 
DAGs/tasks (= if cluster policy is healthy one, those will not pass the 
validation on cluster policy.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to