Hello, does anyone know why the PostgresFetch task...
# ask-community
t
Hello, does anyone know why the PostgresFetch task returns a json string's key value pairs with single quotes instead of double quotes?
k
I don’t know but the task is really simple. It’s just an
execute
call . Do you think something needs to be added?
t
As I understand, psycopg converts the json to a python object and parses. A simple solution looks to be to cast the column as text in the query to avoid this parsing operation which will return the json key/value pairs in double quotes.