-
Curious if you've looked at generating an extract from a PyArrow table? I'm not sure how much performance benefit there might be over #132 (which I'm really excited for) as a dataframe would obviously…
-
### Code
Failed to build project [hyperapi](https://github.com/juhedata/hyperapi/tree/35ca7e6deed1cc9260acca6e2c56fddceeb744da) after rustup to 1.52.0
Sorry, I'm still learning rust, not able …
leric updated
3 years ago
-
When creating large .hyper files from pandas dataframes, starting on Nov 9 my code started segfaulting. "Large" in this case is a few million rows. When I pin the pantab version OR the tableauhypera…
jla2w updated
3 years ago
-
When running the function:
```python
pantab.frame_to_hyper(self.data_frame, file_name, table=table_name)
```
```
Thread 1 "python3" received signal SIGSEGV, Segmentation fault.
hyperapi::Inser…
-
Following https://github.com/tableau/hyper-api-samples/tree/main/Tableau-Supported/Java/read-and-print-data-from-existing-hyper-file
getting this error:
```java.lang.RuntimeException: Failed to st…
-
When I used the below function in my tableau datapipeline, which writes pandas data frame to a hyper extract, I received "Inserter is already closed" when writing to hyper extract. Please be noted, I …
-
for DotNet build commands (build.bat / build.sh) I recommend you add the following like
dotnet add package Tableau.HyperAPI.NET
before you do
dotnet build Example.csproj
othe…
-
Hello,
Receiving the following message when trying to run logshark.
`info: LogShark.LogSharkRunner[0]
Starting to process Log set C:\deploy\logs.zip
info: LogShark.LogSharkRunner[0]
…
-
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running `cf curl /v2/info && cf version`?
```
"name": "Pivotal Application Service",
"build": "2.7.14-build.8"…
-
Hi,
first of all, I love your Product it works fantastically while I'm using it on my Laptop with a Intel i5 6300U and 16 GB of RAM.
I'm currently trying to automate our Deployment Process of the …