jkammerer
jkammerer
This is not possible. The Hyper API may only connect to the Hyper instances that was started by the process running the Hyper API. This limitation is not due to...
Thanks for the input! I put it on out backlog for CSV improvements. However, I do not know when this will get any funding to be actually done.
From the HyperAPI release notes: *November 3rd, 2021* Reading Apache Parquet files is now officially supported and no longer has to be enabled through the use of the process setting...
Unfortunately, I don't think that I will be able to reproduce this quickly with my setup. If you would be willing to share the log via private channels we could...
Hello, we have not plans to integrate with Azure blob storage. The current best approach is probably to export the files form there as parquet and ingest those.
Hello! You can explicitly pass credentials as described in the [External Locations section of the Hyper SQL Reference](https://tableau.github.io/hyper-db/docs/sql/external/location/). Using IAM is not (yet) supported. We are discussing ways of exposing...
Interesting find. Can you share the file with us?
Hello, are you opening the .hyper files on the same machine on which Tableau Server is running?
I think that it will be hard to get this to work reliably since the files could always be opened by some user. The supported way to access the hyper...
The post you linked uses psql to connect to Hyper instead of the HyperAPI. With this, the restriction is bypassed. This is not supported. With the HyperAPI you could spawn...