amundsen-io / amundsen

Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.
https://www.amundsen.io/amundsen/
Apache License 2.0
4.33k stars 950 forks source link

psycopg2.errors.UndefinedObject: unrecognized configuration parameter "standard_conforming_strings" #2105

Open W-Ely opened 1 year ago

W-Ely commented 1 year ago

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

boring-cyborg[bot] commented 1 year ago

Thanks for opening your first issue here!

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] commented 1 year ago

This issue has been automatically closed for inactivity. If you still wish to make these changes, please open a new pull request or reopen this one.

stale[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.