[CT-1504] [Feature] Replace psycopg2
with redshift_connector
#219
Labels
enhancement
New feature or request
psycopg2
with redshift_connector
#219
Is this your first time submitting a feature request?
Describe the feature
Currently, dbt-redshift inherits the DB API 2.0 Python connector from dbt-postgres (which defaults to
psycopg2-binary
).redshift_connector
is the Amazon Redshift connector for Python that implements Python Database API Specification 2.0 (PEP 249).Implementing
redshift_connector
within dbt-redshift may unlock or ease other open issues like:Describe alternatives you've considered
Leaving the
psycopg2
is an option, but it might not support Redshift-specific functionality like mentioned above.Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
This was discussed in a video call with @jtcohen6 and @Fleid earlier today, and it was affirmed that it might be time to take on this implementation.
The text was updated successfully, but these errors were encountered: