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 trying to use [airflow-kube-helm](https://github.com/BrechtDeVlieger/airflow-kube-helm/tree/master/examples/kube/dags-volume-readwritemany) to deploy airflow on my Kubernetes cluster and take advantage of KubeExcutor to run my dags. From UI perspective everything looks fine but I...

Unable to load the config, contains a configuration error. Traceback (most recent call last): File "/usr/local/lib/python3.6/logging/config.py", line 565, in configure handler = self.configure_handler(handlers[name]) File "/usr/local/lib/python3.6/logging/config.py", line 738, in configure_handler result...

Hello, I been searching in google for a couple of hours now but I cant find a workaround this error. I'm trying to use DockerOperator for airflow. DAG: ```from airflow...

I am binding a directory from another container with root ownership from a python Operator i need to delete one file in that directory. I cant make it. If i...

I tried to build connection with aws but notice there is not s3 in dropdown list,is there any alternative connection for s3? thanks,

Version: version: '2.1' command to bring up the containers: docker-compose -f docker-compose-CeleryExecutor.yml up -d Things are working fine till here. I am able to see the flower UI, DAG, run...

I've updated the code to Airflow v2.2.3 and fixed dependency issues. Based on PR #618 from @neylsoncrepalde.

If anyone needs to edit the conf files then they cant since there is no text editor in it. If someone tries to install it then it just says can't...

I wasn't able to import the papermill module. Any idea how to fix this? Error log: webserver_1 | from airflow.operators.papermill_operator import PapermillOperator webserver_1 | ModuleNotFoundError: No module named 'airflow.operators.papermill_operator'

Hi guys, I am unable to view the webUI at local:8080 despite successful build and docker-compose (localExecutor). Replication Steps below 1. Clone git repo from here 2. Update localExecutor yaml...