docker-airflow
docker-airflow copied to clipboard
Docker Apache Airflow
# overview * If I start Airflow containers using `docker-compose-CeleryExecutor.yml`, airflow CLI fails with `no such table` error. I guess this is because Airflow CLI tries to use local sqlite...
Alguém saberia como resolvo o erro abaixo: Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/airflow/www/templates/admin/master.html", linha 191, no bloco "page_body" {% block body%} Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/airflow/www/templates/airflow/dags.html", linha 84, no bloco "body" Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/flask/helpers.py", linha 370, em url_for...
Even when triggering dags from the console, there are no dag log files created. How do I start the scheduler? It looks like all that is started is the webserver....
Hello All, Our organization is using the Airflow version '1.10.9'. As part of Penetration Testing in the customer site, one of the Pen testing tool has detected that JQuery used...
Currently every time you spin up a local executor all your connections are reset. Is there a way to specify connections in a file and then use that so Airflow...
i tired creating SSL for my airflow by this commands openssl genrsa -out private.pem 2048 openssl req -new -x509 -key private.pem -out cacert.pem -days 1095 made this changes on cfg...
Hi, in entrypoint.sh there is an error where REDIS_HOST and REDIS_PORT are extracted from POSTGRES_ENDPOINT which seems to be an error.
Update entrypoint.sh - changed incorrect variables when using a custom redis URL. Was trying to acquire with POSTGRES_ENDPOINT instead of redis.
Hi! I am trying to build my own docker-compose with an option to use DockerOperator. I want to create a file with DockerOperator and copy it to my localhost. The...
I have an airflow service running with CeleryExecutor with 4 workers. Currently I've got 15 DAGs. Recently I've tried to run another DAG and it fails. The error I got...