docker-airflow icon indicating copy to clipboard operation
docker-airflow copied to clipboard

Bumped up Airflow version to 2.2.3

Open ednarb29 opened this issue 3 years ago • 3 comments

I've updated the code to Airflow v2.2.3 and fixed dependency issues. Based on PR #618 from @neylsoncrepalde.

ednarb29 avatar Jan 26 '22 10:01 ednarb29

Any idea whe this will be merged?

RogerThomas avatar Feb 02 '22 09:02 RogerThomas

Hey @RogerThomas, the last PR merged in this repo was like two years ago. I don't think this is managed anymore. But feel free to visit my forked repo here, star, and clone it from there.

ednarb29 avatar Feb 02 '22 21:02 ednarb29

This seems to fail on startup. Looks like a markupsafe version issue. Adding below on line 74 in Dockerfile works for me

RUN pip uninstall markupsafe -y RUN pip install markupsafe==2.0.1

neerajd12 avatar Jun 01 '22 10:06 neerajd12