You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: