Cormac
10/17/2024, 12:59 PMPOSTGRESQL_PSYCOPG2
results in a driver which throws the following error on connection:
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedObject) unrecognized configuration parameter "standard_conforming_strings"
This is, apparantly, a known issue: https://github.com/sqlalchemy/sqlalchemy/issues/9442
More worryingly, I cannot see any support in Prefect connectors for Redshift. Can anyone advise?Cormac
10/23/2024, 2:57 PM