[ADAP-610] [Spike] Investigate if region
is absolutely required
#484
Labels
type:bug
Something isn't working
region
is absolutely required
#484
Question to answer
region
to redshift_connector absolutely necessary? i.e., must it be a breaking change in dbt-redshift 1.5?Context
region
was hard-coded to be parsed from the hostname when switching frompsycopg2
toredshift_connector
in Modify RedshiftConnectionManager to extend from SQLConnectionManager, migrate from psycopg2 to redshift python connector #251.region
config for dbt-redshift profiles was added in Fix for #419: dbt-redshift 1.5 does not work with non-standard redshift hostnames #420, but it still tries to infer theregion
from thehost
name when it is not provided.See #419 for situations where the
region
can't be inferred from thehost
.The
redshift_connector
docs haveregion
listed as optional, so maybe there are scenarios in which we can omit supplying it.Feedback
#419 (comment)
See #483 for an additional request to make this non-breaking in 1.5.
The text was updated successfully, but these errors were encountered: