foldvari commented on issue #64573:
URL: https://github.com/apache/airflow/issues/64573#issuecomment-4170509081

   @jroachgolf84 
   > Just curious; why are you using `x_com_update_body` rather than 
`patch_body`? I wasn't able to find `x_com_update_body` in any part of the code 
base.
   
   I suppose this is coming from apache-airflow-client and based on it's code 
it is generated:
   
   `airflow_client\client\api\x_com_api.py`
   
   ```python
   # coding: utf-8
   
   """
       Airflow API
   
       Airflow API. All endpoints located under ``/api/v2`` can be used safely, 
are stable and backward compatible. Endpoints located under ``/ui`` are 
dedicated to the UI and are subject to breaking change depending on the need of 
the frontend. Users should not rely on those but use the public ones instead.
   
       The version of the OpenAPI document: 2
       Generated by OpenAPI Generator (https://openapi-generator.tech)
   
       Do not edit the class manually.
   """  # noqa: E501
   
   import ...
   
   
   class XComApi:
       """NOTE: This class is auto generated by OpenAPI Generator
       Ref: https://openapi-generator.tech
   
       Do not edit the class manually.
       """
   ```
   


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