You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When OSD MD feature is enabled. All visualizations in native OSD will support its use case. User experience side, there shouldn't be a difference for them. Since gantchart is also a visualization. Could you evaluate the changes of user experience?
For integrating with MD feature. We have provided API to be able to get a data source client instead of the default legacy client in gantchart. Logically, all places that interacts with OS will need to switch to use datasource client on demand. Since I am not familiar with the code base, I only found 1 places that does the actual search. Am I missing anything?
When OSD MD feature is enabled. All visualizations in native OSD will support its use case. User experience side, there shouldn't be a difference for them. Since gantchart is also a visualization. Could you evaluate the changes of user experience?
For integrating with MD feature. We have provided API to be able to get a data source client instead of the default legacy client in gantchart. Logically, all places that interacts with OS will need to switch to use datasource client on demand. Since I am not familiar with the code base, I only found 1 places that does the actual search. Am I missing anything?
https://github.com/opensearch-project/dashboards-visualizations/blob/main/gantt-chart/server/routes/index.ts#L42
The text was updated successfully, but these errors were encountered: