opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.66k stars 870 forks source link

[Proposal] - SQL Querying #6075

Open shanilpa opened 6 months ago

shanilpa commented 6 months ago

Overview

The following proposal aims to show an experience where a user can query their data in Discover through SQL

SQL Querying

Allow users to query federated data sources with SQL and have access to autocomplete as well as syntax highlighting to help them craft queries. If users have an integration on the table the auto-suggest recommendations should propose sample queries provided by the integration. Users can resize the query input window based on their needs - the area is scrollable. image (13)

image

paulstn commented 3 months ago

The mocks still have timeranges associated with them, whereas the currently implementation removed them. Are there any future plans to reintroduce timepicker and to have it work w/ SQL queries?