Rurui Ye created AIRFLOW-2770:
---------------------------------
Summary: add support for dag folder in the docker image
Key: AIRFLOW-2770
URL: https://issues.apache.org/jira/browse/AIRFLOW-2770
Project: Apache Airflow
Issue Type: Improvement
Reporter: Rurui Ye
currently the kube executor need to provider dag_volume_chain or git repo in
the config file, but if the user has build dag into their docker image, they
doesn't need to provider these two options, and they can manager their dag
version by manager the docker image version.
So I suppose we can add the a new configuration as kube.config.dag_folder_path
along with dag_volume_chain and git repo. with this config, we can run the
worker just from the dags in docker image.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)