From 6e465594add226567a11b67be68edf97fbddef6c Mon Sep 17 00:00:00 2001 From: Gerson Scheffer <54009624+devscheffer@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:12:21 -0300 Subject: [PATCH] add description to queue_when --- airflow/api_connexion/openapi/v1.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airflow/api_connexion/openapi/v1.yaml b/airflow/api_connexion/openapi/v1.yaml index 03dabfb759103..b74e4d67d5354 100644 --- a/airflow/api_connexion/openapi/v1.yaml +++ b/airflow/api_connexion/openapi/v1.yaml @@ -3405,6 +3405,8 @@ components: queued_when: type: string nullable: true + description: | + The datetime that the task enter the state QUEUE, also known as queue_at pid: type: integer nullable: true