mradamlacey / elasticsearch-tableau-connector

Tableau Web Data Connector for Elasticsearch
MIT License
149 stars 64 forks source link

Add preview results to connector UI #29

Closed mradamlacey closed 8 years ago

mradamlacey commented 8 years ago

Add a 'Preview' option in the connector UI to allow users to see a tabular view of the data to be returned to Tableau.

After clicking a 'Preview' button, a query should be issues to Elasticsearch and a data table should be populated with results.

Reuse the existing methods to retrieve the Elasticsearch results.

This also provides an ability for users to debug the queries sent to Elasticsearch as error message(s) should be displayed if there's an errors.