hyper-api-samples
hyper-api-samples copied to clipboard
Sample code to get started with the Hyper API.
The example works at first but then I tried to add a third table, and I get an error as below. Does anybody know if it is possible to upload...
New feature: Added support for upsert and batch actions Fix: get_datasource_id checks project_id to cope with duplicate datasource names Fix: Azuresql allow override of column precision,scale if pyodbc reports incorrectly
https://github.com/tableau/hyper-api-samples/blob/main/Community-Supported/publish-hyper/publish-hyper-file.py This example does not seem to publish the data source. I don't get any errors and I get the full print statements: ``` Creating single table for publishing. Tables...
Would it be possible to have a sample in Python for openning a connection to an hyperprocess that is already openned by another process ? Using tcp and a fix...
**Request:** I'd like to request the connection.execute_query function permit CTEs (Common Table Expressions) with DML operations as noted in below examples on Postgre's main webpage (see section 7.8.2. Data-Modifying Statements...
In order to improve join performance , would it be possible to have a **scalar functions that return a int(HASH32) or bigint (HASH64) resulting from a hash algorithme from a...
**Request:** I'd like to request the connection.execute_query function to automatically output the column names to the Results object created. These should be the list of column names from submitted query...
Would it be possible to have a FOOTER=>nrows advanced format option for CSV ? My need comes from a HANA DB export as CLOB and the hana driver i use...
Currently CTAS using an external table for ARRAY as source is sequential : the source files in the array are read one after another. It would be great if the...
It would usefull (i think) to have an IGNORE_ERROR option for COPY and external table with à number of errors that can be ignored during the process.