fix: Redshift parameters not rendering (#14888)

* Update redshift.py

* Update api_tests.py

* fixed test

* add file back
This commit is contained in:
Hugh A. Miles II
2021-05-28 12:57:15 -04:00
committed by GitHub
parent 507d4d791f
commit 8f81fc0ad7
2 changed files with 41 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ class RedshiftEngineSpec(PostgresBaseEngineSpec, BasicParametersMixin):
engine = "redshift"
engine_name = "Amazon Redshift"
max_column_name_length = 127
default_driver = "psycopg2"
sqlalchemy_uri_placeholder = (
"redshift+psycopg2://user:password@host:port/dbname[?key=value&key=value...]"