-
Notifications
You must be signed in to change notification settings - Fork 935
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] Support data connections and multi-select table in dataset picker #8438
Conversation
… picker (#8255) * initial implementation of cloud watch data set type Signed-off-by: Joshua Li <[email protected]> * wip-- support selecting multiple datasets Signed-off-by: Joshua Li <[email protected]> * Revert "wip-- support selecting multiple datasets" This reverts commit 4977cc9. Signed-off-by: Joshua Li <[email protected]> * add multi-select dataset table Signed-off-by: Joshua Li <[email protected]> * add token based pagination in dataset table Signed-off-by: Joshua Li <[email protected]> * display data connection in dataset title Signed-off-by: Joshua Li <[email protected]> * avoid overlap of dataset title and language selector Signed-off-by: Joshua Li <[email protected]> * Revert "avoid overlap of dataset title and language selector" This reverts commit 87d599d. Wait for #8204 Signed-off-by: Joshua Li <[email protected]> * revert query enhancement changes for cloudwatch Signed-off-by: Joshua Li <[email protected]> * Changeset file for PR #8255 created/updated * Revert "revert query enhancement changes for cloudwatch" This reverts commit 5eb065a. Signed-off-by: Joshua Li <[email protected]> * address comments Signed-off-by: Joshua Li <[email protected]> * revert query enhancement changes for cloudwatch Signed-off-by: Joshua Li <[email protected]> * address comments Signed-off-by: Joshua Li <[email protected]> --------- Signed-off-by: Joshua Li <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit fd31398) 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 #8438 +/- ##
=======================================
Coverage 61.02% 61.02%
=======================================
Files 3755 3756 +1
Lines 89208 89248 +40
Branches 13938 13947 +9
=======================================
+ Hits 54441 54466 +25
- Misses 31389 31399 +10
- Partials 3378 3383 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
… picker (opensearch-project#8255) (opensearch-project#8438) * initial implementation of cloud watch data set type * wip-- support selecting multiple datasets * Revert "wip-- support selecting multiple datasets" This reverts commit 4977cc9. * add multi-select dataset table * add token based pagination in dataset table * display data connection in dataset title * avoid overlap of dataset title and language selector * Revert "avoid overlap of dataset title and language selector" This reverts commit 87d599d. Wait for opensearch-project#8204 * revert query enhancement changes for cloudwatch * Changeset file for PR opensearch-project#8255 created/updated * Revert "revert query enhancement changes for cloudwatch" This reverts commit 5eb065a. * address comments * revert query enhancement changes for cloudwatch * address comments --------- (cherry picked from commit fd31398) Signed-off-by: Joshua Li <[email protected]> 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> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Backport fd31398 from #8255.