simi opened a new pull request, #55894:
URL: https://github.com/apache/airflow/pull/55894
- removes ad-hoc bundle_path addition and moves it to one central place in
DagBag parsing logic
- when DagBag is initialized with bundle_path, bundle_path is temporarily
added into sys.path during parsing (and removed after)
- if already present, nothing happens
- fixes https://github.com/apache/airflow/issues/53617
- makes docs at
https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/modules_management.html#built-in-pythonpath-entries-in-airflow
up-to-date again (could be worth to update how this process works, since it is
different, but result - our dag folder is in sys.path when needed - is the same)
/cc @potiuk
--
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]