We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When executing an elasticsearch query, a message appears that "mappings_data is not defined".
{"query": {'"match_all": {}}
The bug is quite obvious since
redash/redash/query_runner/elasticsearch.py
Line 126 in 3bc98fb
The text was updated successfully, but these errors were encountered:
[ElasticSearch] Fix: wrong variable name.
3d0b90f
Fixes #1519.
Fixed. Thanks!
Sorry, something went wrong.
d2631cd
Fixes getredash#1519.
No branches or pull requests
Issue Summary
When executing an elasticsearch query, a message appears that "mappings_data is not defined".
Steps to Reproduce
{"query": {'"match_all": {}}
The bug is quite obvious since
redash/redash/query_runner/elasticsearch.py
Line 126 in 3bc98fb
Technical details:
The text was updated successfully, but these errors were encountered: