我认为SQL Alchemy不会“本地”了解Redshift。您需要更改JDBC的“ URL”字符串以使用
postgres。
jdbc:postgres://shippy.cx6x1vnxlk55.us-west-2.redshift.amazonaws.com:5439/shippy
或者,您可能想尝试使用
sqlalchemy-redshift它们提供的说明进行使用。

我认为SQL Alchemy不会“本地”了解Redshift。您需要更改JDBC的“ URL”字符串以使用
postgres。
jdbc:postgres://shippy.cx6x1vnxlk55.us-west-2.redshift.amazonaws.com:5439/shippy
或者,您可能想尝试使用
sqlalchemy-redshift它们提供的说明进行使用。