This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 1bb8126ddc add description to queue_when (#36997)
1bb8126ddc is described below
commit 1bb8126ddc00edb8e0cb3076977ab396dab3f5c1
Author: Gerson Scheffer <[email protected]>
AuthorDate: Sat Jan 27 12:35:14 2024 -0300
add description to queue_when (#36997)
---
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 a94f303a5a..b45ab68728 100644
--- a/airflow/api_connexion/openapi/v1.yaml
+++ b/airflow/api_connexion/openapi/v1.yaml
@@ -3407,6 +3407,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