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

[Feature/multi_tenancy] Simplify instantiating Data Object Request/Response builders #2608

Conversation

dbwiddis
Copy link
Member

@dbwiddis dbwiddis commented Jul 3, 2024

Description

Simplifies the syntax for creating builders, aligning with more common OpenSearch pattern.

Changes made via global regex search/replace.

Note: small overlap with #2605. Whichever one gets merged first let me rebase the other.

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: Daniel Widdis <widdis@gmail.com>
@dhrubo-os dhrubo-os merged commit 18e8048 into opensearch-project:feature/multi_tenancy Jul 3, 2024
7 of 10 checks passed
arjunkumargiri pushed a commit to arjunkumargiri/ml-commons that referenced this pull request Jul 8, 2024
arjunkumargiri pushed a commit to arjunkumargiri/ml-commons that referenced this pull request Jul 8, 2024
arjunkumargiri pushed a commit to arjunkumargiri/ml-commons that referenced this pull request Jul 8, 2024
arjunkumargiri pushed a commit to arjunkumargiri/ml-commons that referenced this pull request Jul 8, 2024
arjunkumargiri pushed a commit to arjunkumargiri/ml-commons that referenced this pull request Jul 9, 2024
arjunkumargiri pushed a commit to arjunkumargiri/ml-commons that referenced this pull request Jul 9, 2024
arjunkumargiri pushed a commit to arjunkumargiri/ml-commons that referenced this pull request Jul 9, 2024
arjunkumargiri pushed a commit to arjunkumargiri/ml-commons that referenced this pull request Jul 9, 2024
arjunkumargiri pushed a commit to arjunkumargiri/ml-commons that referenced this pull request Jul 9, 2024
dhrubo-os added a commit that referenced this pull request Jul 11, 2024
* AWS DDB SDK client support for remote data store

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

* AWS DDB SDK client support for remote data store

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

* multi-tenancy for models (create, get, delete, update) + update connector (#2546)

* multi-tenancy for models (create, get, delete)

Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>

* added update connector + update model

Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>

---------

Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

* [Feature/multi_tenancy] Add source map to GetDataObjectResponse (#2489)

* Add source map to GetDataObjectResponse

Signed-off-by: Daniel Widdis <widdis@gmail.com>

* Add test for map getter in clients

Signed-off-by: Daniel Widdis <widdis@gmail.com>

---------

Signed-off-by: Daniel Widdis <widdis@gmail.com>
Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

* [Feature/multi_tenancy] Add UpdateDataObject interface, Client, and Connector Implementations (#2520)

* Restore original exception handling expectations

Signed-off-by: Daniel Widdis <widdis@gmail.com>

* Add UpdateDataObject to interface and implementations

Signed-off-by: Daniel Widdis <widdis@gmail.com>

* Implement UpdateConnector action

Signed-off-by: Daniel Widdis <widdis@gmail.com>

* Move CompletionException handling to a common method

Signed-off-by: Daniel Widdis <widdis@gmail.com>

* Add tests for SDKClient exceptions refactored from Transport Action

Signed-off-by: Daniel Widdis <widdis@gmail.com>

---------

Signed-off-by: Daniel Widdis <widdis@gmail.com>
Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

* Addressed CR comment

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

* Added javadoc based on feedback

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

* Set tenant ID for predict request

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

* Simplify instantiating Data Object Request/Response builders (#2608)

Signed-off-by: Daniel Widdis <widdis@gmail.com>

* Addressed comments

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

---------

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
Signed-off-by: Daniel Widdis <widdis@gmail.com>
Signed-off-by: arjunkumargiri <142054468+arjunkumargiri@users.noreply.github.com>
Co-authored-by: Dhrubo Saha <dhrubo@amazon.com>
Co-authored-by: Daniel Widdis <widdis@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants