You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Fokko Driesprong (JIRA)" <ji...@apache.org> on 2018/09/15 18:01:00 UTC

[jira] [Created] (AIRFLOW-3068) Remove deprecated import mechanism

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)