jedcunningham commented on code in PR #48956:
URL: https://github.com/apache/airflow/pull/48956#discussion_r2035400201
##########
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:
Wait, I just realized this is reparsing everything vs reading from the db,
so this should be fine as-is.
--
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]