Summary
The user is facing an issue with URL encoding in the API parameter for the cursor value. The value passed by Airbyte is converting ‘#’ into ‘%23’. The user is using response[‘LastEvaluatedKey’][‘SK’][‘S’] as a Cursor Value.
Question
I am using response[‘LastEvaluatedKey’][‘SK’][‘S’] this as a Cursor Value
and response from above is this #SC#9031
but value passed by airbyte in api parameter is %23SC%239031
it is converting # into %, I know this is due to url encoding
Now I am using low code cdk but still getting stuck
I have tried custom pagination also but that too not working
I have been searching for an answer for a long time.
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.