docker-airflow
docker-airflow copied to clipboard
Docker Apache Airflow
for the google big query
I need my DAG to check for a file in a shared folder in the Windows operating system. A suitable solution was to use the `FileSensor tool`. I use this...
i am trying to run `docker-compose -f docker-compose-CeleryExecutor.yml up` `docker-compose -f docker-compose-LocalExecutor.yml up` in both case i am getting following errror and container are restarting for 1. worker 2. scheduler...
Hello, I spend so many weeks trying to configure airflow using secrets in docker swarm. I try to use this config in my compose: environment: - LOAD_EX=y - FERNET_KEY_CMD=$$(cat /run/secrets/fernet_key)...
The worker, webserver, and scheduler of Airflow started normally, but the webserver log reported an error of ERROR - [0 / 0] some workers see to have died and Gunicorn...
Apache Airflow 1.9.0 Celery 4.1.1 Python 3.6 I tried to run my airflow cluster with Celery executor in Docker environment. However, my airflow worker keeps "booting" and "exiting". I did...
Hi, I am not able to login to Airflow server with LDAP authentication. I manually checked the ldap_auth.py code and was able to login by this function ldap_auth.LdapUser.try_login(username,password). Hence my...
Hello I am retrieving the error from the title, how could I fix it? Thank you