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/05 23:21:59 UTC

[GitHub] [airflow] kaxil commented on pull request #13497: Fix failing backport packages test

kaxil commented on pull request #13497:
URL: https://github.com/apache/airflow/pull/13497#issuecomment-754960841


   > `from airflow.models.baseoperator import chain` should continue to work for all of Airflow 2.0 now, otherwise this will be a breaking change when we release Airflow 2.1.
   > 
   > Or am I misunderstanding this change?
   
   Yeah both imports work on Master, In #13473 I changed the example DAG to use the non-deprecated import but the CI test we have for backport packages failed, coz the non-deprecated one is not present in 1.10.x and we don't refactor that import in bowler when we build Backport packages. So I just reverted that import in the example_dag.
   
   Both imports still continue to work


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