potiuk edited a comment on issue #7456: [AIRFLOW-6817] - Move airflow 
__init__.py imports to sub-packages
URL: https://github.com/apache/airflow/pull/7456#issuecomment-589965811
 
 
   I think we have the easiest migration path for our users to follow:
   ```
   [1.10] py2 (those still on py2) -> 
        [1.10] py3 -> 
            [1.10] py3 + providers (incremental) -> 
               [1.10] py3 + providers + 2.0-compatible DAGs (incremental) -> 
                   [2.0] 
   ```
   
   This way while migrating the users will have to deal with one problem at a 
time and the most difficult part (adapting DAGs) can be mostly automated and 
can be done incrementally while they are still running 1.10. The fact that this 
is incremental and that they do not have to migrate everything at once is 
really appealing for many users I think.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to