I am having trouble while passing list arguments to a query for Redshift. When I run the same query for an AWS RDS postgresql table it works but fails for a table in Redshift.
Hi @dilekc, sorry to sound unhelpful but pg8000 only supports PostgreSQL, and Redshift is different from PostgreSQL, even though Redshift was forked from PostgreSQL.
Hi,
I am having trouble while passing list arguments to a query for Redshift. When I run the same query for an AWS RDS postgresql table it works but fails for a table in Redshift.
Below is the code I am running.
And the error message I get from test_list_params_in_redshift() call:
And versions
Thanks!!!