You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AIRFLOW-3343] Update DockerOperator for Docker-py 3.0.0 API changes (apache#4187)
The API of `wait()` changed to return a dict, not just a number so this
Operator wasn't actually working, but the tests were passing because the
return was mocked in-correctly.
I also removed `shm_size` from kwargs passed to BaseOperator to avoid
the deprecation warning about unknown args.
0 commit comments