Hi Kevin, The changes talked about in that AIP have not yet been included in a published release. Soon (as in this early next week we hope) there will be a apache-airflow-backport-providers-ssh module that you can install via Pip to get this new path working in 1.10.10.
On Jun 18 2020, at 11:25 am, JOAQUIM, Kevin <[email protected]> wrote: > > 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 J > Regards
