ephraimbuddy commented on code in PR #46626:
URL: https://github.com/apache/airflow/pull/46626#discussion_r1956287039
##########
airflow/api_fastapi/core_api/routes/ui/grid.py:
##########
@@ -215,7 +215,7 @@ def grid_data(
run_type=dag_run.run_type,
data_interval_start=dag_run.data_interval_start,
data_interval_end=dag_run.data_interval_end,
- version_number=dag_run.dag_version.version_number if
dag_run.dag_version else None,
+ version_number=dag_run.version_number if dag_run.dag_versions else
None,
Review Comment:
```suggestion
version_number=dag_run.version_number,
```
--
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]