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

I am facing issue while after downloading docker image in airflow via docker operator. [2020-11-09 01:04:19,301] {taskinstance.py:1128} ERROR - Error while fetching server API version: ('Connection aborted.', ConnectionRefusedError(111, 'Connection refused'))...

I am calling docker image on airflow docker operator while downloading the image i end up getting below error. can someone please suggest me workaround or solution. ------------------ [2020-11-04 01:03:46,138]...

``` [2020-04-08 14:09:37,442] {{__init__.py:51}} INFO - Using executor CeleryExecutor webserver_1 | [2020-04-08 14:09:37,442] {{dagbag.py:403}} INFO - Filling up the DagBag from /usr/local/airflow/dags webserver_1 | Traceback (most recent call last): webserver_1...

See pull request on the official Airflow repository: https://github.com/apache/airflow/pull/6801 It was integrated in **1.10.8**. The following variables management are concerned by this change in the image entrypoint: * Core `fernet_key`...

To use against SQL Server Azure databases, the freetds and pymssql must be compile from source. Changed some configurations in Dockerfile and worked for me after that: [Dockerfile.zip](https://github.com/puckel/docker-airflow/files/3587126/Dockerfile.zip)

having trouble getting the entrypoint.sh script to work in the docker container. it's failing with the line `#!/usr/bin/env bash` giving this message: `/usr/bin/env: ‘bash\r’: No such file or directory`. is...

Airflow has been constantly using 90% of my server's CPU, but I was able to resolve it and bring it down to around 5-10%. I wanted to document and share...

pip list don't have flask-bcrypt despite the fact that requirement.txt have flask_bcrypt. So, how to fix?

- removed 'incubator' from github airflow link - and fixed docker hub's airflow url