jedcunningham opened a new pull request, #45371:
URL: https://github.com/apache/airflow/pull/45371

   DRAFT: I'm expecting a (hopefully not too large) number of test failures to 
work through.
   
   Let's start parsing DAG bundles! This moves us away from parsing a
   single local directory to being able to parse many different bundles,
   including optional support for versioning.
   
   This is just the basics - it keeps the parsing loop largely untouched.
   We still have a single list of "dag files" to parse, and queue of them.
   However, instead of just a path, this list and queue now contain
   `DagFilePath`s, which hold both a local path and the bundle its from.
   
   There are a number of things that are not fully functional at this
   stage, like versioned callbacks. These will be refactored later. There
   is enough churn with the basics (particularly with the number of test
   changes).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to