-
Notifications
You must be signed in to change notification settings - Fork 59
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
Implement getFieldMapping on SDKRestClient #672
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #672 +/- ##
============================================
+ Coverage 63.86% 63.90% +0.03%
Complexity 274 274
============================================
Files 55 55
Lines 1168 1169 +1
Branches 38 38
============================================
+ Hits 746 747 +1
Misses 409 409
Partials 13 13
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Daniel Widdis <widdis@gmail.com>
Signed-off-by: Daniel Widdis <widdis@gmail.com>
Signed-off-by: Daniel Widdis <widdis@gmail.com>
I was about to comment that |
* Implement getFieldMapping on SDKRestClient Signed-off-by: Daniel Widdis <widdis@gmail.com> * More migration notes Signed-off-by: Daniel Widdis <widdis@gmail.com> * Update to match variable options parameter. Signed-off-by: Daniel Widdis <widdis@gmail.com> --------- Signed-off-by: Daniel Widdis <widdis@gmail.com> (cherry picked from commit 51c321c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Implement getFieldMapping on SDKRestClient * More migration notes * Update to match variable options parameter. --------- (cherry picked from commit 51c321c) Signed-off-by: Daniel Widdis <widdis@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Implements the IndicesClient
getFieldMapping()
method on the SDKRestClient.This provides identical functionality to the Transport Call on AD extension (
GetFieldMappingsAction.INSTANCE
) used for validating the time field, enabling its migration without exposing OpenSearch TransportActions to extensions.Issues Resolved
Fixes #361
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.