forked from opensearch-project/dashboards-query-workbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implementing async query support with polling (opensearch-project#131)
* successfully getting async post requests Signed-off-by: Paul Sebastian <[email protected]> * get query with hardcoded job id working Signed-off-by: Paul Sebastian <[email protected]> * working spark query after constant time wait Signed-off-by: Paul Sebastian <[email protected]> * added polling with some hardcoded values Signed-off-by: Paul Sebastian <[email protected]> * ability to switch between sources implemented Signed-off-by: Paul Sebastian <[email protected]> * implemented basic spinner Signed-off-by: Paul Sebastian <[email protected]> * small pr asks and cancellation implemented Signed-off-by: Paul Sebastian <[email protected]> * fixing small clear state issues Signed-off-by: Paul Sebastian <[email protected]> * reduce route name redundancy Signed-off-by: Paul Sebastian <[email protected]> * remove multiple query implementation for async Signed-off-by: Paul Sebastian <[email protected]> * needed to modify the endpoint Signed-off-by: Paul Sebastian <[email protected]> * default data source being Opensearch and updated snapshots Signed-off-by: Paul Sebastian <[email protected]> --------- Signed-off-by: Paul Sebastian <[email protected]>
- Loading branch information
Showing
12 changed files
with
827 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.