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 2021/05/16 14:54:56 UTC

[GitHub] [airflow-client-python] ephraimbuddy opened a new pull request #18: Handle read_only and create_only fields in request

ephraimbuddy opened a new pull request #18:
URL: https://github.com/apache/airflow-client-python/pull/18


   Currently when a post request or patch request is made,
   read_only fields and create_only fields are sent in the request and it fails with 400 BadRequest error, attr is readonly.
   This change fixes it and ensures that readonly fields are not sent in a post/patch request
   
   TODO:
    - [ ] Ensure all related endpoints are fixed
    - [ ] Test
    


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

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



[GitHub] [airflow-client-python] ephraimbuddy closed pull request #18: Handle read_only and create_only fields in request

Posted by GitBox <gi...@apache.org>.
ephraimbuddy closed pull request #18:
URL: https://github.com/apache/airflow-client-python/pull/18


   


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

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



[GitHub] [airflow-client-python] ephraimbuddy closed pull request #18: Handle read_only and create_only fields in request

Posted by GitBox <gi...@apache.org>.
ephraimbuddy closed pull request #18:
URL: https://github.com/apache/airflow-client-python/pull/18


   


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

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