Re: Sync DAGs folder with Git

2019-04-12 Thread Chao-Han Tsai
If you are using KubernetesExecutor, you can configure a git-sync side car that fetches files from remote git. https://airflow.apache.org/kubernetes.html#kubernetes-executor On Thu, Apr 11, 2019 at 9:00 AM Gabriele Di Bernardo wrote: > Hello everyone, > > I am relatively new to Airflow and I

Sync DAGs folder with Git

2019-04-11 Thread Gabriele Di Bernardo
Hello everyone, I am relatively new to Airflow and I am not sure if this is the right place to ask questions. We set up a simple Kubernetes pod running a Docker image that contains Airflow. We want the DAGs to be synced from a Git repository. The first idea we had was to define an extra dag