Ash Berlin-Taylor created AIRFLOW-3343: ------------------------------------------
Summary: DockerOperator always reports containers as failed Key: AIRFLOW-3343 URL: https://issues.apache.org/jira/browse/AIRFLOW-3343 Project: Apache Airflow Issue Type: Bug Affects Versions: 1.10.1 Reporter: Ash Berlin-Taylor Fix For: 1.10.1 The docker-py 3.0.0 has some API breaking changes that didn't get picked up because our mocking was still returning the old API. From https://docker-py.readthedocs.io/en/stable/change-log.html#breaking-changes: > APIClient.wait and Container.wait now return a dict representing the API’s > response instead of returning the status code directly. -- This message was sent by Atlassian JIRA (v7.6.3#76005)