ephraimbuddy commented on code in PR #55139:
URL: https://github.com/apache/airflow/pull/55139#discussion_r2318135840
##########
airflow-core/src/airflow/dag_processing/bundles/manager.py:
##########
@@ -292,3 +293,9 @@ def view_url(self, name: str, version: str | None = None)
-> str | None:
)
bundle = self.get_bundle(name, version)
return bundle.view_url(version=version)
+
+ @staticmethod
+ def get_dagbag(**kwargs) -> DagBagType:
Review Comment:
Removed it. I added it for no other reason than because anytime
DagBundlesManager is being used, DagBag is also used and I felt it'll reduce
import but I think it doesn't make sense cause looks like it just hid the import
--
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]