-
Notifications
You must be signed in to change notification settings - Fork 919
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
[Discover-Next] Meta Issue for Bugs, Updates, Fast-Follows #6957
Labels
Comments
kavilla
added
enhancement
New feature or request
v2.15.0
discover-next
and removed
enhancement
New feature or request
labels
Jun 6, 2024
Async query timeoutsIn the case that a polling job gets stuck/starts to hang for too long, there should be a mechanism in place to abort it. Advanced settings can have some configurable timeout that will stop the ongoing query. To do that, two things need to happen:
|
query assist:
|
kavilla
pushed a commit
that referenced
this issue
Jun 7, 2024
Stops index pattern from being created when selecting external datasource Checks to see if datasource.name exists before creating dataframe Handles PPL error in request Issues Resolved #6957 Signed-off-by: Sean Li <[email protected]>
This was referenced Jun 12, 2024
This was referenced Jun 15, 2024
This was referenced Jun 20, 2024
kavilla
pushed a commit
that referenced
this issue
Jun 26, 2024
Parses user string between `::datasource::` to get the data source Then appends the dataSourceId in the meta. Also creates the data frame before the interceptor to keep the meta info passed around. If this gets accepted follow ups need to happen: * should be ensuring the virtual index pattern includes the data source name with the index pattern name to avoid conflicts and a weird state. * some reason dataframe is being always wiped out the first call in the search source. need to fix so that the schema is persisted * weird initial load state. likely just too many things at once so we should make sure the usual and fresh experience is respected * better indicator on the datasource, or just autocomplete that displays all the datasource connections when user types initial `::`. Rebase of #7092 Issue: #6957 --------- Signed-off-by: Sean Li <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Jul 1, 2024
Parses user string between `::datasource::` to get the data source Then appends the dataSourceId in the meta. Also creates the data frame before the interceptor to keep the meta info passed around. If this gets accepted follow ups need to happen: * should be ensuring the virtual index pattern includes the data source name with the index pattern name to avoid conflicts and a weird state. * some reason dataframe is being always wiped out the first call in the search source. need to fix so that the schema is persisted * weird initial load state. likely just too many things at once so we should make sure the usual and fresh experience is respected * better indicator on the datasource, or just autocomplete that displays all the datasource connections when user types initial `::`. Rebase of #7092 Issue: #6957 --------- Signed-off-by: Sean Li <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit d3d1c43) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
kavilla
pushed a commit
that referenced
this issue
Jul 1, 2024
) Parses user string between `::datasource::` to get the data source Then appends the dataSourceId in the meta. Also creates the data frame before the interceptor to keep the meta info passed around. If this gets accepted follow ups need to happen: * should be ensuring the virtual index pattern includes the data source name with the index pattern name to avoid conflicts and a weird state. * some reason dataframe is being always wiped out the first call in the search source. need to fix so that the schema is persisted * weird initial load state. likely just too many things at once so we should make sure the usual and fresh experience is respected * better indicator on the datasource, or just autocomplete that displays all the datasource connections when user types initial `::`. Rebase of #7092 Issue: #6957 --------- (cherry picked from commit d3d1c43) Signed-off-by: Sean Li <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issues list
stats
display in tableQuery Assist
queryEditorHeaderRef
[COMMENT][COMMENT]Async queries (not in review into main yet)
Pending items post second bug bash
''
and language tokuery
for DQLsearch:queryLanguage
item || undefined
instead of a ternary operator that checks the item first [COMMENT]TODO
for entire repo, follow up with specific issues within the query editor [COMMENT]TODO: MQL
inline comments and convert to issue [COMMENT]Archived: 2.15 experimental release (post first bug bash)
Blockers for 2.15 experimental release
If to target in 2.15 experiment the following list is required and fixing major bugs discovered during a bug bash. Here's what we will need (NOTE: subject to change).
Our current criteria is default state (disabled by config value and/or toggled off in advanced settings) is completely intact within Discover, with Data Explorer, with in Observability, with in dashboards and visualizations with OpenSearch having Flint & ML, only Flint, or only ML.
If the config is enabled and toggled on in advanced settings any major issues below should be fixed:
feature flag: @kavilla
datasource: @paulstn
unsupportedDataSourceConnections
i'm fine with the initial implmenetation using the hardcode data source types but something we need to track when we remove those hard coded values for registration pointssql (async): @sean li
Archived: Query Assist: @joshuali925 (Use comment below)
query assist: @joshuali925
not blocker, but fast follow
sql (async): @sean li:
If to target prod-ready, the following list is required:
feature flag: @kavilla
The text was updated successfully, but these errors were encountered: