choo121600 commented on code in PR #53216:
URL: https://github.com/apache/airflow/pull/53216#discussion_r2825886797
##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/ui/common.py:
##########
@@ -79,6 +79,8 @@ class GridRunsResponse(BaseModel):
run_after: datetime
state: DagRunState | None
run_type: DagRunType
+ bundle_version: str | None = None
Review Comment:
Yes, it's used in the grid view to detect and display bundle version changes
between adjacent Dag runs.
`useGridRunsWithVersionFlags.ts` compares `bundle_version` between adjacent
runs to compute `isBundleVersionChange`
--> `Bar.tsx` conditionally renders `BundleVersionIndicator` when a change
is detected
--
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]