-
Notifications
You must be signed in to change notification settings - Fork 894
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] fix(queryEnhancements): fix dataSource.id reference to enable tests #7406
Conversation
❌ 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 #7406 +/- ##
==========================================
+ Coverage 67.84% 67.89% +0.04%
==========================================
Files 3521 3521
Lines 69845 69845
Branches 11391 11391
==========================================
+ Hits 47389 47423 +34
+ Misses 19663 19624 -39
- Partials 2793 2798 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…pensearch-project#7272) (opensearch-project#7406) (cherry picked from commit c8496f8) Signed-off-by: Joshua Li <joshuali925@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> Co-authored-by: Kawika Avilla <kavilla414@gmail.com> Co-authored-by: Yulong Ruan <ruanyl@amazon.com>
Backport c8496f8 from #7272.