dstandish commented on issue #49606: URL: https://github.com/apache/airflow/issues/49606#issuecomment-2840228208
So this was initially reported as an issue because someone tried to infer the bundle version of a dag run from the DagVersion records associated with the DagRun. This is not the correct way to get this information. The correct way is to look at the bundle version stamped on the DagRun. The problem was that bundle_version was not included in the API responses returning DagRun objects. That was fixed here: https://github.com/apache/airflow/pull/49726 So, I think there is nothing to do here. -- 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]
