Fokko Driesprong created AIRFLOW-3068:
-----------------------------------------
Summary: 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
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)