"{\n "status": 500,\n "error": {\n "type": "SemanticCheckException",\n "reason": "There was internal problem at backend",\n "details": "timestamp:2010-02-11 in unsupported format, please use \u0027yyyy-MM-dd HH:mm:ss[.SSSSSSSSS]\u0027"\n }\n}"
query workbench returned:
Failed to query status
How can one reproduce the bug?
Steps to reproduce the behavior:
Go to query workbench
Click to select any data source
Type select date('2010-02-11')
See error
What is the expected behavior?
Show detailed error message or a general message like "There was internal problem at backend"
What is the bug?
https://github.com/opensearch-project/dashboards-query-workbench/blame/70742b8cd3d0f3bbec2373366673703b337a29a3/common/utils/async_query_helpers.ts#L82-L137
When API returned the following response:
"{\n "status": 500,\n "error": {\n "type": "SemanticCheckException",\n "reason": "There was internal problem at backend",\n "details": "timestamp:2010-02-11 in unsupported format, please use \u0027yyyy-MM-dd HH:mm:ss[.SSSSSSSSS]\u0027"\n }\n}"
query workbench returned:
How can one reproduce the bug? Steps to reproduce the behavior:
What is the expected behavior? Show detailed error message or a general message like "There was internal problem at backend"
Do you have any screenshots?
Do you have any additional context? https://github.com/opensearch-project/opensearch-spark/issues/875