-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add ssl prefer to remaining redshift areas, increase timeout (maybe) #4981
Add ssl prefer to remaining redshift areas, increase timeout (maybe) #4981
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Passing run #8492 ↗︎
Details:
Review all test suite changes for PR #4981 ↗︎ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4981 +/- ##
==========================================
- Coverage 86.56% 86.54% -0.02%
==========================================
Files 352 352
Lines 21877 21882 +5
Branches 2884 2885 +1
==========================================
Hits 18938 18938
- Misses 2433 2438 +5
Partials 506 506 ☔ View full report in Codecov by Sentry. |
…s-699-redshift-generate-ssl-errors-contd
) | ||
if "redshift" in connection_string: | ||
connect_args["sslmode"] = "prefer" | ||
connect_args["connect_timeout"] = 60 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Redshift datasets from Axios were taking forever to load, this number let it run long enough to respond with all of the dataset information
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Little nitpick in the changelog but otherwise LGTM!
Passing run #8496 ↗︎
Details:
Review all test suite changes for PR #4981 ↗︎ |
Closes FIDES-699, follow up to #4849
Description Of Changes
This PR should handle the reamining areas where Redshift can fail to connect successfully due to ssl or timeout errors
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md