This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Failed to read index from Dbeaver #57
Labels
bug
Something isn't working
Comments
Thanks for reporting the issue. |
Attached the index mapping |
The issues in because the SQL plugin return the field without type info when the field in Elasticsearch mapping is object type. User are not required to set the field type to object explicitly, as this is the default value.
Result of query
|
One workaround is add the "type":"object" for the field explicitly |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using a Dbeaver to access Elasticsearch service on AWS. I am facing an error while trying to access an index having around 100 fields. Though I am able to query the index from the editor, I can't see the schema in the data explorer.
Please find below image for more details about the error.
The text was updated successfully, but these errors were encountered: