airbnb / airpal

Web UI for PrestoDB.
http://airbnb.github.io/airpal
Apache License 2.0
2.76k stars 458 forks source link

Airpal data preview not working #195

Open surendraGaddam99 opened 8 years ago

surendraGaddam99 commented 8 years ago

Hi,

Airpal data preview not working for me. After selecting a table from the drop down list table data is not displayed in data preview tab. But i can see the json response with table data in firebug .Only problem is its not displayed on Airpal UI page.

image

image

Tried passing connectorId as query parameter in preview url but that didnt worked. Need help to resolve this issue.

Thanks Surendra

gabe-lyons commented 8 years ago

Hey @surendraGaddam99! Sorry for the late response. The preview tab displays previews of the output of queries. If you wanted to preview the table, you should execute SELECT(*) FROM <table> LIMIT 100; and then check the preview tab!

surendraGaddam99 commented 8 years ago

Hi GabeLoins,

I have issue with DataPreview tab . I think you have mentioned about Results tab , here i can execute the query and see results displayed as shown below. image

But for data preview tab to display table data we need to select any one table from Tables drop down list. After selection of table i am not able to see results under data preview tab.

Thanks Surendra

surendraGaddam99 commented 8 years ago

Thanks a lot for updating Airpal support for presto version 0.145. I was waiting for this latest version of presto support for Airpal . Happy to see the latest commit from you. Any improvements expected from these presto version 0.145 fro Airpal ?

Thanks Surendra