[
https://issues.apache.org/jira/browse/AIRFLOW-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16488636#comment-16488636
]
ASF subversion and git services commented on AIRFLOW-1057:
----------------------------------------------------------
Commit 49556917d9a3e9192d9043afd6cf3ca7939a2403 in incubator-airflow's branch
refs/heads/master from [~wasperen]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=4955691 ]
[AIRFLOW-1057][AIRFLOW-1380][AIRFLOW-2362][2362] AIRFLOW Update DockerOperator
to new API
update import to docker's new API version >=2.0.0
changed dependency for docker package; now docker
rather than docker-py
updated test cases to align to new docker class
Closes #3407 from Noremac201/fixer
> docker operator referring to wrong class in docker package
> ----------------------------------------------------------
>
> Key: AIRFLOW-1057
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1057
> Project: Apache Airflow
> Issue Type: Bug
> Components: docker, operators
> Affects Versions: Airflow 1.8
> Environment: boot2docker with Centos 7
> Reporter: Willem van Asperen
> Assignee: Willem van Asperen
> Priority: Major
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The DockerOperator class refers to the class Client from the docker package.
> Since version 2.0.0 this class has been renamed to APIClient
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)