Version 0.2.6 - Bugfix release - 2024-12-17
- Fix: For datasets with large numbers of columns and rows the export/upload hyper file did not contain the table exported. This led to the failure of uploads to Tableau and the export of unusable hyper files.
Version 0.2.5 - Feature release - 2024-06-04
- Fix: Correctly compute the total number of pages needed to query projects from a Tableau server to avoid invalid page number errors
Version 0.2.4 - Feature release - 2024-05-24
- Chore: Removed usage of
.cache
directory, lettingtempfile
handle the location of the temporary file - Chore: Added Jenkinsfile to trigger integration tests as part of our plugin CI
Version 0.2.3 - Feature release - 2024-05-21
- Fix: issue with authentication selection on legacy flows
Version 0.2.2 - Feature release - 2023-10-18
- Feature: add secure personal access token preset
- Fix: issue with date columns containing empty cells
- Fix: properly close resources if an error occcurs while writing the last lines of the .hyper file
Version 0.2.1 - Feature release - 2023-06-21
- Feature: add secure personal preset
Version 0.1.6 - Feature release - 2022-11-14
- Feature: add a project selector
- Dependencies: upgrade packages to
tableauhyperapi-0.0.13287
andtableauserverclient-0.15.0
- Bugfix: map DSS
bigint
,smallint
andtinyint
types to their valid Tableau's SQL types.