-
Notifications
You must be signed in to change notification settings - Fork 919
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.x] [discover] S3 data connection #7928
Conversation
Update the S3 type config. This commit does: Browsing connections, databases, tables Creating a dataset from a table and setting the string correctly. This commit does NOT: Cache data structures Use session ID for querying Re-add async polling to search interceptor --------- 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 1f4cbbb) 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.x #7928 +/- ##
==========================================
- Coverage 64.37% 64.37% -0.01%
==========================================
Files 3659 3659
Lines 80794 80793 -1
Branches 12865 12865
==========================================
- Hits 52014 52013 -1
Misses 25591 25591
Partials 3189 3189
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport 1f4cbbb from #7917.