fix: data source permission client wrapper error of not returning explicitly the saved object client functions#8118
Conversation
explicitly the saved object client functions Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8118 +/- ##
=======================================
Coverage 63.84% 63.84%
=======================================
Files 3738 3738
Lines 88704 88704
Branches 13795 13795
=======================================
Hits 56629 56629
Misses 31478 31478
Partials 597 597
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
explicitly the saved object client functions Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Changeset file for PR opensearch-project#8118 created/updated
explicitly the saved object client functions Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Changeset file for PR opensearch-project#8118 created/updated
|
Checked the failed CI, it's unrelated to this PR, merging now. |
…licitly the saved object client functions (#8118) * fix: data source permission client wrapper error of not returning explicitly the saved object client functions Signed-off-by: Yulong Ruan <ruanyl@amazon.com> * Changeset file for PR #8118 created/updated --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: ZilongX <99905560+ZilongX@users.noreply.github.com> Co-authored-by: Xuesong Luo <lxuesong@amazon.com> (cherry picked from commit cc24bf6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…licitly the saved object client functions (#8118) * fix: data source permission client wrapper error of not returning explicitly the saved object client functions Signed-off-by: Yulong Ruan <ruanyl@amazon.com> * Changeset file for PR #8118 created/updated --------- Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: ZilongX <99905560+ZilongX@users.noreply.github.com> Co-authored-by: Xuesong Luo <lxuesong@amazon.com> (cherry picked from commit cc24bf6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
) explicitly the saved object client functions Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Changeset file for PR #8118 created/updated
) explicitly the saved object client functions Signed-off-by: Yulong Ruan <ruanyl@amazon.com> Changeset file for PR #8118 created/updated
Description
This PR fixed the issue:
Before the fix, open OSD shows error:

After the fix, OSD is opened properly:

Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jestyarn test:jest_integration