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/01/31 11:15:23 UTC

[GitHub] [airflow] turbaszek commented on issue #13945: Add conf not importable from airflow rule

turbaszek commented on issue #13945:
URL: https://github.com/apache/airflow/issues/13945#issuecomment-770365545


   > Could you elaborate more on "Airflow upgrade check", not sure about the implementation strategy at the moment?
   
   @griffincosgrove upgrade check is additional package that can be installed next to Airflow 1.10.X and allows users check if they are ready to upgrade to Airflow 2.0:
   https://github.com/apache/airflow/tree/v1-10-stable/airflow/upgrade
   
   As you can see solving this issue requires to open a PR to `v1-10-stable` branch not `master`. What we need is a new rule that will check that users do not use `from airflow import conf`. Here are existing rules for reference:
   https://github.com/apache/airflow/tree/v1-10-stable/airflow/upgrade/rules
   


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