[
https://issues.apache.org/jira/browse/AIRFLOW-3068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Siddharth Anand closed AIRFLOW-3068.
------------------------------------
Resolution: Fixed
> Remove deprecated import mechanism
> ----------------------------------
>
> Key: AIRFLOW-3068
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3068
> Project: Apache Airflow
> Issue Type: Improvement
> Reporter: Fokko Driesprong
> Priority: Major
>
> In Airflow 2.0 we want to remove the deprecate import mechanism.
> Before:
> from airflow.operators import BashOperator
> changes to
> from airflow.operators.bash_operator import BashOperator
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)