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: [email protected]
