-
Notifications
You must be signed in to change notification settings - Fork 59
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
[BUG] Updated cache for the sub tree in Workbench #2351
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: sumukhswamy <[email protected]>
Signed-off-by: sumukhswamy <[email protected]>
const getMappings = ( | ||
index: string, | ||
dataSourceMDSId?: string | ||
): Promise<OpenSearchDashboardsResponse> | undefined => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return Promise or undefined? is it supposed to be Promise<OpenSearchDashboardsResponse | undefined>?
does query workbench depend on this change? Why query workbench changes need to modify Observability? Could you elaborate more in description? |
so the workbench side tree in case of flint depends on the caching mechanism from observability thats why this PR has been added to update a few conditions in the caching |
may need to update snapshots: 19 snapshots failed. |
Description
Side tree flyout fix for the caching mechanism
Screen.Recording.2025-02-12.at.3.04.25.PM.mov
Issues Resolved
opensearch-project/dashboards-query-workbench#445
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.