Is there an existing issue for this?
Problem statement
PR #54 refactored the Airflow loader into a dedicated package with several sub-modules.visitor.py can be further decomposed into submodules and _DagVisitor can be further decomposed into subclasses.
Proposed Solution
Decompose visitor.py and specifically _DagVisitor.
Additional Context
No response
Is there an existing issue for this?
Problem statement
PR #54 refactored the Airflow loader into a dedicated package with several sub-modules.
visitor.pycan be further decomposed into submodules and_DagVisitorcan be further decomposed into subclasses.Proposed Solution
Decompose
visitor.pyand specifically_DagVisitor.Additional Context
No response