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

Docker Apache Airflow

Results 108 docker-airflow issues
Sort by recently updated
recently updated
newest added

Based on PR #623 from @blackmidnight, extended with PIP constraints

I am able to build the container with the following command: docker build --rm -t puckel/docker-airflow . Then run the container with this command. docker run -d -p 8080:8080 -v...

How to use the airflow operator? I am able to install the docker library using requirements.txt but the dag fails. Can somebody help? My guess is that the docker daemon...

I deployed airflow webserver, scheduler, postgres, redis, worker, flower on different openshift pods. webserver, scheduler, postgres, redis, flower are successfully deployed & running. Scheduler is performing LPUSH into redis queue...

this would be immensely helpful as industry is adopting this version. Appreciate your awesome contribution. Peace!

when i use airflow 1.10.9,find some features can't be supported . I see those are supported in 2.0.0 airflow.. thx

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:...

In Airflow UI, I created airflow variables via `Admin > Variables > Create`. However, every time I restart the docker image, the airflow variables set are disappeared. So I need...

I'm seeing this in the webinterface when trying to access the logs of a task, but only when running LocalExecutor - could this be a misconfiguration? ``` *** Log file...

So I guess because of this issue waiting for redis is not correct when using a celery executor when configuring it using `AIRFLOW__CELERY__BROKER_URL` environment variable.