jedcunningham commented on code in PR #48956:
URL: https://github.com/apache/airflow/pull/48956#discussion_r2035350991
##########
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:
It's possible that not all of the dags are parsed on the latest bundle
version yet. This should probably be `None`, meaning the latest.
--
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]