This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 0cf06352fee39d217aea976011865a9be24ea256 Author: Gerson Scheffer <[email protected]> AuthorDate: Sat Jan 27 12:35:14 2024 -0300 add description to queue_when (#36997) (cherry picked from commit 1bb8126ddc00edb8e0cb3076977ab396dab3f5c1) --- 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 0c34c44876..01cb7ca067 100644 --- a/airflow/api_connexion/openapi/v1.yaml +++ b/airflow/api_connexion/openapi/v1.yaml @@ -3397,6 +3397,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
