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

No matter what password I use or where (what OS) I run the container, adding an Airflow connection through the CLI returns this error: ``` Traceback (most recent call last):...

When i run the dcoker-compose file i am getting this error and i tried to do pip isntall wtforms in dockerfile, but still its same. Please help me to slove...

## TL;TR This repo seems no more maintained, I forked the original repo for airflow 2 support, check [here](https://github.com/dataops-sre/docker-airflow2). do: `docker pull dataopssre/docker-airflow2:2.1.2` ### What does this PR do? Add...

Hello, I followed this article to install Airflow on our EC2 instance. https://www.qubole.com/tech-blog/how-to-install-apache-airflow-to-run-different-executors/ I have built the container with the following command and then run the docker compose command as...

Hi, Thanks for the quick update to 1.10.0! One of the most exciting features is RBAC support that allows to add users with different roles and permissions. I tried following...

Hi Guys, I am unable to receive email from my box even after adding required parameters to send one. Below is how my default args looks like -- ``` default_args...

Hi Team, I am currently working on data pipleine with data quality checks solution. For that i have installed docker, under which i have installed airflow and pulled the repo...

Hi, The airflow initdb initial command failed if the dags contain variables (not already defined at that point). `postgres_1 | ERROR: relation "variable" does not exist at character 149` `postgres_1...

Hi, I would like to ask how to use tensorflow-gpu inside airflow docker. Thank you in advance