Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Python driver 2.0.918 causes SSL error. Need to revert back to 2.0.917 #730

Closed
2 tasks done
amychen1776 opened this issue Mar 15, 2024 · 2 comments · Fixed by #731 or #753
Closed
2 tasks done

[Bug] Python driver 2.0.918 causes SSL error. Need to revert back to 2.0.917 #730

amychen1776 opened this issue Mar 15, 2024 · 2 comments · Fixed by #731 or #753
Assignees
Labels
bug Something isn't working High Severity bug with significant impact that should be resolved in a reasonable timeframe regression

Comments

@amychen1776
Copy link

amychen1776 commented Mar 15, 2024

Is this a new bug in dbt-redshift?

  • I believe this is a new bug in dbt-redshift
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

There is a bug in 2.0.918 which we have updated the dbt-redshift dependencies to (including in dbt Cloud) that causes connecting to RA3 nodes with data sharing to fail with a "Database Error Server refuses SSL" error message.

Expected Behavior

This should not fail this way. If we revert back to 2.0.917, there should be no impact (per the Redshift team).

Steps To Reproduce

  1. Pip install redshift driver to point to 2.0.918
  2. Connect to a RA3 node with the preview data sharing functionality on
  3. run dbt debg

Relevant log output

No response

Environment

- OS:
- Python:
- dbt-core: 1.7+
- dbt-redshift: 1.7+

Additional Context

No response

@amychen1776 amychen1776 added bug Something isn't working triage labels Mar 15, 2024
@martynydbt martynydbt added the High Severity bug with significant impact that should be resolved in a reasonable timeframe label Mar 15, 2024
@mikealfare
Copy link
Contributor

I threw up a PR to stop the bleeding in the meantime, which simply caps the redshift-connector version.

@mikealfare
Copy link
Contributor

Re-opening since we neglected to backport this to 1.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working High Severity bug with significant impact that should be resolved in a reasonable timeframe regression
Projects
None yet
4 participants