airflow_api_plugin icon indicating copy to clipboard operation
airflow_api_plugin copied to clipboard

DagBag reading from a defined dag folder

Open vic614 opened this issue 7 years ago • 0 comments

Line 102 and Line 219 : dagbag = DagBag('dags') replace with : dag_home = settings.conf.get('core', 'dags_folder') dagbag = DagBag(dag_home) This will solve empty dag response

vic614 avatar Dec 04 '18 15:12 vic614