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 2021/03/14 21:55:01 UTC

[GitHub] [airflow] Goodkat commented on issue #14613: Better "dependency already registered" warning message

Goodkat commented on issue #14613:
URL: https://github.com/apache/airflow/issues/14613#issuecomment-798986923


   As I understand, we just need to extend the **add_only_new** function with one more input parameter **dag** and then add the third argument to the warning message there: self.log.warning('Dependency %s, %s already registered', self, item).
   All changes are in the **baseoperator.py** file.


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

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