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

   Found the problem. We're calling `set_xcomarg_deps` once for _each class in 
the hierarchy, instead of just once.
   
   And `@task`'s hierarchy is `_PythonDecoratedOperator, DecoratedOperator, 
PythonOperator, BaseOperator`. Fix coming shortly.


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