jason810496 commented on code in PR #46484:
URL: https://github.com/apache/airflow/pull/46484#discussion_r1959291004
##########
airflow/api_fastapi/core_api/datamodels/dag_run.py:
##########
@@ -69,6 +70,7 @@ class DAGRunResponse(BaseModel):
triggered_by: DagRunTriggeredByType
conf: dict
note: str | None
+ dag_versions: list[UUID]
Review Comment:
Hi @pierrejeambrun , do we need to change `dag_versions` to `dag_versions:
listDagVersionResponse]` ?
Since after [AIP-66 Refactor DagRun to DagVersion association
#46626](https://github.com/apache/airflow/pull/46626) be merged, `dag_run.
dag_versions` could directly retrieve `DagVersion` models.
--
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]