-
Failed to start a new Hyper instance.
Context: 0x86a93465
Caused by:
The Hyper server process exited during startup with exit code: 1
Command-line: ""C:\Users\XXX\AppData\Local\Programs…
-
Unsure how to proceed...
**Pantab install**
Requirement already satisfied: pantab in /usr/local/lib/python3.7/dist-packages (2.1.0)
Requirement already satisfied: tableauhyperapi in /usr/local/li…
-
Hi, I have a problem with writing Hyper file to a temp file (`/tmp`) directory
```scala
...
val EXTRACT_TABLE = new TableDefinition(
new TableName("Extract", "Extract"))
.addCol…
-
Hi there,
I'm wondering, is there some standard/recommended way how to work with Tableau hyper library in Java world?
Basically, I need to pack Tableau Hyper lib in a jar file, publish to maven (a…
-
Following https://github.com/tableau/hyper-api-samples/tree/main/Tableau-Supported/Java/read-and-print-data-from-existing-hyper-file
Can I read a hyper file from input stream or byte array instead …
-
private static TableDefinition CUSTOMER_TABLE = new TableDefinition(
// Since the table name is not prefixed with an explicit schema name, the table will reside in the default "public" na…
ap12v updated
2 years ago
-
Hi!
I'm trying to install this on arm64, and am getting this error:
```
Unable to find installation candidates for tableauhyperapi (0.0.14567)
```
Can we get builds for arm64 for linux, so …
-
Would it be possible to add new object like VIEW ?
-
Hi,
is it possible to read a Tableau Hyper file with the Hyper API without Tableau installed on the current computer?
I know this is not exactly a question about the examples, but I think the an…
-
Hi there,
Firstly - Redux Toolkit and RTK Query are awesome. They've made it super easy for me to get working with this stuff :)
However... I'm currently working with a Hypermedia API (built usi…