-
Notifications
You must be signed in to change notification settings - Fork 18
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
Issue #70 - Add Serverless Support #73
Issue #70 - Add Serverless Support #73
Conversation
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
0f13e9e
to
b855e2d
Compare
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
The Raised this issue to address this: #74 |
…e` for consistency with CLI implementation. Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Automated testing is non-trivial, and has been deferred to #75. In the meantime, we have performed the following to test this new behaviour on Mac: TESTING SERVERLESS Amazon OpenSearch Serverless cluster was setup for testing. ✅ ODBC connects successfully with TESTING NON-SERVERLESS WITH EDITED HOST FILE A local OpenSearch cluster was setup for testing. ✅ ODBC connects successfully with NOTES ON TESTING The following steps where taken to setup and test the Serverless cluster:
|
Signed-off-by: currantw <[email protected]>
src/sqlodbc/opensearch_types.h
Outdated
@@ -272,6 +272,7 @@ typedef struct connection_options { | |||
std::string port; | |||
std::string timeout; | |||
std::string fetch_size; | |||
std::string is_serverless; |
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.
Can you make this a bool please?
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.
Done! ✅
Signed-off-by: currantw <[email protected]>
…g _boolean_ configuration value (which defaults to false). Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
Signed-off-by: currantw <[email protected]>
|
Description
Adds support for OpenSearch Serverless to the ODBC driver.
Issues Resolved
#70
Check List
Automated testing has been deferred to future issue (see below). See comments for summary of manual testing.
Pipeline job
build-mac
is failing. This is an existing failure onmain
, and I have raised a new issue to fix it (see below)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Related Issues
build-mac
job #74