-
Notifications
You must be signed in to change notification settings - Fork 920
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
[Backport 2.17] [discover] Clean up enhanced search API #8284
Conversation
* Clean up enhanced search API * Deletes the connections service. * Removes dataframe object being passed into request * Deletes unused APIs Signed-off-by: Kawika Avilla <[email protected]> * Changeset file for PR #8226 created/updated --------- Signed-off-by: Kawika Avilla <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 6296b4e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.17 #8284 +/- ##
==========================================
+ Coverage 64.00% 64.02% +0.02%
==========================================
Files 3738 3737 -1
Lines 88796 88765 -31
Branches 13815 13815
==========================================
Hits 56832 56832
+ Misses 31367 31335 -32
- Partials 597 598 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
) (opensearch-project#8284)" This reverts commit fba9d40.
Backport 6296b4e from #8226.