Saved results with Presto

Hello,
I’m Trying Hue with Presto and was wondering if it’s possible to cache query results in some way.
Currently when exporting the results, Hue will do the query all over again.
That is not the case with Hive for example.

Also, and might be related, when clicking a query in the query history tab (while using presto), I get a “‘NoneType’ object has no attribute ‘get’” error.

Is this a known issue? Anything I’m missing in the configuration?
Thanks

Right now query results are not persisted for Presto (Hive/Impala uses another interface that supports it) until https://issues.cloudera.org/browse/HUE-8787 gets in. This is a bit similar to https://github.com/cloudera/hue/issues/1020.

Query History error is also related and both will be fixed together.