potiuk commented on issue #6929: [AIRFLOW-6373] Make airflow/utils pylint compatible URL: https://github.com/apache/airflow/pull/6929#issuecomment-569406466 In fact the baseoperator -> helpers root cause is that baseoperator uses helpers.validate_key as the only method from helpers. There are other methods in helpers that use BaseOperator and it makes sense to import BaseOperator there at top level and move validate_key somewhere else
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
