Iuliia Volkova created AIRFLOW-5382:
---------------------------------------
Summary: Add possible to send dag_folder path to
TriggerDagRunOperator
Key: AIRFLOW-5382
URL: https://issues.apache.org/jira/browse/AIRFLOW-5382
Project: Apache Airflow
Issue Type: Task
Components: api, operators
Affects Versions: 1.10.4
Reporter: Iuliia Volkova
Assignee: Iuliia Volkova
Hi, Airflow team!
We found that to use TriggerDagRunOperator become very slow in our architecture
because there is a lot of dags in default DagBag. And default dag folder is
parsed by TriggerDagRunOperator by default in trigger_dag method. We will
appreciate if you approve adding a not required parameter 'dag_folder' to get
possible send path to separate directory with triggered dag and avoid parsing
whole DagFolder dir.
I will open a PR is idea is not too bad.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)