Skip to content

DagBag reading from a defined dag folder #5

@vic614

Description

@vic614

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions