amundsen-io / amundsen

Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.

Home Page:https://www.amundsen.io/amundsen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

W-Ely opened this issue · comments

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

  • Amunsen version used: databuilder-7.4.3
  • Data warehouse stores: AWS Redshift
  • Deployment (k8s or native): N/A
  • Link to your fork or repository: N/A

Thanks for opening your first issue here!

commented

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

commented

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.