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

Docker Apache Airflow

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

### Context I'm using Airflow Celery. I'm trying to move from `BashOperator` executing `python script.py` to the actual `PythonOperator` but I'm running into a logging error. I have the following...

I have tried to install additional packages (Linux utilities and Python packages), but whenever I run the container I find they are not installed. I am very new to Docker...

I see the below docker instances are added automatically to systemd, It started appearing after running docker celery-docker image, Can you let me know if its defined in docker-celery compose...

I did not find any issue within this repository covering this, which makes me wonder how one could successfully run the docker images after build. Airflow **1.10.9** does not support...

Hi, I am running 3 containers on kubernetes. 1) Postgresql 2) Airflow scheduler with gitsync sidecar 3) Airflow webserver with gisync sidecar. Everything works like a charm - for about...

I spent several hours trying to get the local execute docker-compose file running on my external server and finally have it working. I noticed I needed to do a lot...

1. upgrade to latest stable version. 2. use rabc aim to set timezone on web page and run dag with custom parameters. 3. add user in script with user/password (airflow/airflow123)....

When I run: ``` docker build --rm --build-arg AIRFLOW_DEPS="gcp" -t puckel/docker-airflow . ``` I get: ``` ERROR: google-cloud-bigtable 0.33.0 has requirement grpc-google-iam-v1=0.11.4, but you'll have grpc-google-iam-v1 0.12.3 which is incompatible....