o-nikolas commented on code in PR #67217:
URL: https://github.com/apache/airflow/pull/67217#discussion_r3360030459
##########
airflow-core/src/airflow/dag_processing/bundles/manager.py:
##########
@@ -324,19 +324,24 @@ def _extract_template_params(bundle_instance:
BaseDagBundle) -> dict:
return params
- def get_bundle(self, name: str, version: str | None = None) ->
BaseDagBundle:
+ def get_bundle(
+ self, name: str, version: str | None = None, version_data: dict | None
= None
Review Comment:
Sure, will fix
--
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]