You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "potiuk (via GitHub)" <gi...@apache.org> on 2023/03/08 17:53:49 UTC

[GitHub] [airflow] potiuk commented on issue #29982: Unable to get the value of a Variable that has a `/` in it in the API

potiuk commented on issue #29982:
URL: https://github.com/apache/airflow/issues/29982#issuecomment-1460580472

   As in all REST requests you ned to URL-encode name of the variable. Use `%2F` instead of "/". This is how URL and REST API works.


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