You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/23 06:56:46 UTC

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #21741: REST API: add rendered fields in task instance.

ephraimbuddy commented on a change in pull request #21741:
URL: https://github.com/apache/airflow/pull/21741#discussion_r812601494



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -2496,6 +2496,10 @@ components:
         sla_miss:
           $ref: '#/components/schemas/SLAMiss'
           nullable: true
+        rendered_fields:
+          type: object
+          description: |
+            JSON object describing rendered fields.

Review comment:
       Add the version added as 2.3.0




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org