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

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

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