-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Airflow 2.0.0 #618
base: master
Are you sure you want to change the base?
Conversation
After login the app crash:
|
I am getting the following error while running the container after building it.
|
Hello @shihabcsedu09 and @rikr2sanchez. Could you please provide information on the commands you ran to get the error you described? I tried locally and everything is working fine. Maybe, the problem is that up to this point, there is no public docker image git clone https://github.com/neylsoncrepalde/docker-airflow.git
cd docker-airflow
docker build -t puckel/docker-airflow:2.0.0 .
docker-compose -f docker-compose-CeleryExecutor.yml up Many thanks! Best! |
@neylsoncrepalde Ignore it. I can now run this. I didn't use the updated cfg file. Thanks for this pull request |
Up and running ! Thanks ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VERSION
should be changed on top of the Dockerfile
REDIS_HOST
and REDIS_PORT
in the entrypoint.sh should be changed to use REDIS_ENDPOINT
I hit this today too, got it to work by using:
with the default |
@neylsoncrepalde
|
@neylsoncrepalde The only thing that fixed that for me is adding |
I dont run celery , I use [INFO] Handling signal: ttin Not sure what exactly is wrong |
thank u bro, u have solved my problem!👍 |
Are there any remaining issues for this PR or is this ready to go? |
thx mate, you save my day, I can run smoothly upgrading from version |
This is a pull request to update your repo to work with Airflow 2.0.0 and Python 3.8. Everything was tested locally and is apparently working fine.
The main changes were:
worker
andflower
tocelery
in scripts/entrypoint.shMany thanks for your hard work putting this together and I hope this pull request can be handy.