hyper-api-samples
hyper-api-samples copied to clipboard
Sample code to get started with the Hyper API.
Attach the newly created database by the name used to create it, so the code is copy-pastable.
The two snippets demonstrate how to extract meta data from a git repository and store it into a Hyper database. The advanced version is using multiple processes to speed up...
## Problem Description When trying to create a hyper file using tableauhyperapi, on a webdav volume mounted via davfs2 (this might apply to other file systems as well), there seems...
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\Python\Python310\lib\site-packages\tableauhyperapi\bin\hyper\hyperd.exe" "run" "--date-style=MDY" "--date-style-lenient=false" "--experimental-external-format-parquet=1" "--init-user=tableau_internal_user" "--language=en_US"...
``` test@local: pip3 list | grep hyper tableauhyperapi 0.0.16377 ``` ``` What’s New in the Hyper API (v0.0.16123) December 7, 2022 Added support for 128-bit numerics. This allows a precision...
when count(*) ```sql > select count(*) from external('c:/t/t.parquet') ; Error executing SQL: Error while reading parquet file: Error in c:/t/t.parquet Error while decoding row group 327 column chunk for column...
Getting the following error when running the `pip install tableauhyperapi` command ERROR: Could not find a version that satisfies the requirement tableauhyperapi (from versions: none) ERROR: No matching distribution found...
Do you have plans to support reading from Azure blob storage as an external location?
eg now I need cast the data type manually, I hope it return a bigint automatically ``` > select 150*150*150*150*150; Error executing SQL: numeric overflow Context: 0xfa6b0e2f > select 150*150*150*150*150::bigint;...
using the clouddb-extractor for bigquery, everything works fine except for export_load `2023-12-04 13:59:46,171 - TSC wait_for_job - INFO - Job e0f073a1-0e0d-48d4-a1ba-a90266d1250f Completed: Finish Code: 1 - Notes:['com.tableausoftware.server.status.reporting.TableauRuntimeException: There was a...