shubhamraj-git commented on PR #45251:
URL: https://github.com/apache/airflow/pull/45251#issuecomment-2564378654

   > @pierrejeambrun @jscheffl @bbovenzi
   > 
   > I can see that the patch variable api have a check
   > 
   > ```
   > if patch_body.key != variable_key:
   >         raise HTTPException(
   >             status.HTTP_400_BAD_REQUEST, "Invalid body, key from request 
body doesn't match uri parameter"
   >         )
   >     non_update_fields = {"key"}
   > ```
   > 
   > Is this introduced new that we can't edit the variable key? I checked in 
the legacy UI and I was able to edit it.
   
   Also regrading this issue.
   
   If we plan to implement this.
   1. I can have a PR where I will disable the key edit.
   2. But if we chose to remove this check from backend, I can have a PR to do 
that.


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