Skip to content

Releases: bryanthowell-tableau/tableau_tools

Version 4.6.1

11 Oct 01:50
Compare
Choose a tag to compare

Implements the 2018.3 API 3.2 as well as improves the TableauColumns code and the related documentation for how to change captions (useful for translating data sources).

Version 4.6.0

17 Sep 19:20
Compare
Choose a tag to compare

Version 4.6.0 implements fixes to quite a few reported issues. It also updates many of the parameter names from "p_name_or_luid" to "proj_name_or_luid" for naming consistency which could cause a break if you have named optional parameters. Some lookup commands now use a faster algorithm to find matches.

Version 4.5.3

03 Aug 12:42
Compare
Choose a tag to compare

A few bug fixes and added a method for updating datasource table names for sources like Oracle and Teradata where the schema/dbname is recorded as part of the table identifier.

Version 4.5.2

25 Jun 18:29
Compare
Choose a tag to compare

Implemented 2018.2 REST API and added PDF export endpoint filters, along with bug fixes for parameters.

Version 4.5.1

18 May 20:27
Compare
Choose a tag to compare

version 4.5.1 brings an improved README in Markdown, courtesy of Tableau's Mike Morrow, and a very thorough example of how to replicate over workbooks connected to published data sources from one site to another in the template_publish_sample.py file. Plus other great fixes

Version 4.5.0

27 Apr 17:39
Compare
Choose a tag to compare

Version 4.5.0 brings API 3.0 compatibility (2018.1) as well as some improvements deep in the RestXmlRequest class, so that requests all go along a single session instead of creating new connections over and over.

Version 4.4.1

08 Apr 16:52
Compare
Choose a tag to compare

Quick release dropping the destructor function of TableauFile in the hopes to fix some issues people are seeing. A few other fixes in Parameters and other aspects, but there will be more coming on that front soon

Version 4.4.0

14 Mar 16:24
Compare
Choose a tag to compare

Version 4.4.0 adds fully documented methods for modifying existing table relations, setting and creating Tableau Parameters, and can now use Extract API 2.0 to generate Hyper extracts when adding an extract to a 10.5 and above data source.

Version 4.3.15

13 Feb 17:55
Compare
Choose a tag to compare

4.3.15 fixes some basic issues with creating a data source from scratch. README sectio 2.10 has been updated to show the initial syntax that should work

Version 4.3.14

12 Feb 21:49
Compare
Choose a tag to compare

Fixes for datasources and an improvement to InheritedProjectPermissions