Passing query parameter with special characters in Connector Builder

Summary

In Connector Builder, the user wants to pass a query parameter with special characters like ‘>’. They specifically want to pass search=‘updatedAt>518862600’. They are asking if this can be achieved.


Question

In connector builder i need to pass query parameter as search=‘updatedAt>518862600’ . Can i achieve this?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["passing-query-parameter", "special-characters", "connector-builder", "query-parameter"]

EZ — you want something like this.

You’d need to put the correct value in there, <YAML Reference | Airbyte Documentation list of available values is here>.

Thanks… When i tried its send the URL as encoded and > symbol changed to +%3E+… Due to this Rest Endpoint is not returning any values…

URL encoding was not the issue… Airbyte is working as expected
Thanks for the help