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

   In edge cases, an ADRQ could end up being processed when the dag does not 
depend on assets. This would cause the scheduler to crash since there are no 
assets against the dag to be evaluated.
   
   An additional check is added before asset evaluation to ensure the dag 
actually has assets to be evaluated. In case this check still lets some edge 
cases past, the scheduler now does not crash when asset evaluation fails, but 
logs an error message while leaving the ADRQ where it is.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to