ashb commented on issue #25200:
URL: https://github.com/apache/airflow/issues/25200#issuecomment-1228842527

   As a work around for now @collinmcnulty @ldacey : It appears that the 
problem only manifests itself when a mapped task is a "leaf" node in the DAG 
(one without any downstream tasks)-- stick a Empty task on the end 
`[added_values, added_more_values] >> EmptyOperator(task_id="end")` and the 
deadlock goes away.


-- 
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