Docker-airflow: Docker for Airflow 1.10.5

Created on 6 Sep 2019  路  5Comments  路  Source: puckel/docker-airflow

Not a major, but can we have an updated version? This release fixes several bugs in a few operators...

Most helpful comment

@Lord-Y totally forgot my duty to the opensource community :man_facepalming:, I'll do it milord

All 5 comments

Yup, let's do it, would love to run 1.10.5

Just change the version in Dockerfile

ARG AIRFLOW_VERSION=1.10.5

and add

&& pip install 'Flask==1.1.0' \

after

&& pip install 'redis==3.2' \

although I don't remember why :man_facepalming:

@zachliu maybe you should do a PR :)

@Lord-Y totally forgot my duty to the opensource community :man_facepalming:, I'll do it milord

I know we have support for 1.10.6 but I would still like 1.10.5. 1.10.6 seems to have introduced some bugs with scheduling large DAGs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jensenity picture jensenity  路  7Comments

pnats picture pnats  路  5Comments

NishantNicsmart picture NishantNicsmart  路  5Comments

laspery picture laspery  路  5Comments

manishgupta24 picture manishgupta24  路  3Comments