psycopg2.errors.UndefinedObject: unrecognized configuration parameter "standard_conforming_strings" #2105
Labels
stale
status:needs_triage
For all issues that need to be processed
type:bug
An unexpected problem or unintended behavior
Expected Behavior
Databuilder installs and runs without error
Current Behavior
When running against AWS Redshift on a clean python pip install of
databuilder
we get error:psycopg2.errors.UndefinedObject: unrecognized configuration parameter "standard_conforming_strings"
This is due to databuilder loosely versioning SQLAlchemy here
Possible Solution
Pin SQLAlchemy here and here like
sqlalchemy>=1.3.6,<2.0.0
Screenshots (if appropriate)
Context
Your Environment
The text was updated successfully, but these errors were encountered: