ephraimbuddy commented on code in PR #48956:
URL: https://github.com/apache/airflow/pull/48956#discussion_r2035390944
##########
airflow-core/src/airflow/cli/commands/dag_command.py:
##########
@@ -523,7 +523,7 @@ def dag_report(args) -> None:
if bundle.name not in bundles_to_reserialize:
continue
bundle.initialize()
- dagbag = DagBag(bundle.path, include_examples=False)
+ dagbag = DagBag(bundle.path, include_examples=False,
bundle_version=bundle.version)
Review Comment:
Won't that mean that bundle.version will be none?
--
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]