Hi all,

Sorry my English isn't perfect. I have been using Airflow (v1.10.10) and i have 
one question.

*         Changes in import paths : In the documentation --> 
https://cwiki.apache.org/confluence/display/AIRFLOW/Backported+providers+packages+for+Airflow+1.10.*+series
 it is said that the changes are usable in Airflow 1.10.*

But When i used the new import path : < from 
airflow.providers.ssh.operators.ssh import SSHOperator >  i have an import 
error..  i have to used the old path : <airflow.contrib.operators.ssh_operator 
>. Why this change isn't usable.. ?

After some research in the Github --> https://github.com/apache/airflow, we 
have master branch where the change it's done avec one redirect --> 
https://github.com/apache/airflow/blob/master/airflow/contrib/operators/ssh_operator.py
But in the branch tag < 1.10.10 > there is no redirect..

I would like to change the path import gradually for the next upgrade. Who can 
help me?

Thanks :)
Regards

Reply via email to