pierrejeambrun commented on code in PR #46484:
URL: https://github.com/apache/airflow/pull/46484#discussion_r1946755759


##########
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:
   As an array of integer representing a `DagVersion.version_number` 



##########
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:
   As an array of integer representing a `DagVersion.version_number` I think



-- 
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]

Reply via email to