You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/30 13:16:40 UTC

[GitHub] [airflow] ashb opened a new pull request, #26801: Fix warning when using xcomarg dependencies

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

   This warning was invisible before 2.4 due to a bug in our logging config
   (fixed by commit 7363e35) and AIP-45 which suddenly made this appear.
   
   The problem was being caused by set_xcomargs_dependencies being called
   once for each class in the hierarchy, and each of them doing the same
   logic.
   
   The fix is to look at the _actual_ function of `self.__init__` and
   compare it to the function we're about to call so that we don't set
   dependencies until we have finished the "outer" most class's
   apply_defaults invocation.


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] jedcunningham merged pull request #26801: Fix warning when using xcomarg dependencies

Posted by GitBox <gi...@apache.org>.
jedcunningham merged PR #26801:
URL: https://github.com/apache/airflow/pull/26801


-- 
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-unsubscribe@airflow.apache.org

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