We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug? For Flint datasources. the "Accelerate Table" flyout button opens a blank page due to dataSourceType being undefined. This is introduced by opensearch-project/dashboards-observability@19d68b2 And is shown here https://github.com/opensearch-project/dashboards-observability/blob/b328720c11811d45da9d0594c5c28a18dd8fa2d0/public/components/datasources/components/manage/accelerations/create_accelerations_flyout/selectors/index_type_selector.tsx#L27
How can one reproduce the bug?
What is the expected behavior? Using a commit prior to this for dashboards-observability such as opensearch-project/dashboards-observability@e5af7eb works as intended
What is your host/environment?
Do you have any additional context? queryWorkBench does not pass a dataSourceType and the undefined behavior will cause the flyout to fail.
The text was updated successfully, but these errors were encountered:
[Catch All Triage - 1, 2, 3, 4]
Sorry, something went wrong.
No branches or pull requests
What is the bug?
For Flint datasources. the "Accelerate Table" flyout button opens a blank page due to dataSourceType being undefined.
This is introduced by opensearch-project/dashboards-observability@19d68b2
And is shown here https://github.com/opensearch-project/dashboards-observability/blob/b328720c11811d45da9d0594c5c28a18dd8fa2d0/public/components/datasources/components/manage/accelerations/create_accelerations_flyout/selectors/index_type_selector.tsx#L27
How can one reproduce the bug?
What is the expected behavior?
Using a commit prior to this for dashboards-observability such as
opensearch-project/dashboards-observability@e5af7eb works as intended
Screen.Recording.2024-07-11.at.2.32.59.PM.mov
What is your host/environment?
Do you have any additional context?
queryWorkBench does not pass a dataSourceType and the undefined behavior will cause the flyout to fail.
The text was updated successfully, but these errors were encountered: