Skip to content

Releases: bryanthowell-tableau/tableau_tools

Version 5.0.3

08 Dec 18:07
1ca6b9a
Compare
Choose a tag to compare

Fixed the dbname and schema properties of TableauConnection to allow for setting both properties separately on those datasources that have them both.

Version 5.0.2 - Just like version 5.0.0, but working!

08 Dec 16:39
e6c8f1c
Compare
Choose a tag to compare

No one has ever said Python packaging was easy! Please use 5.0.2, as it fixes some packaging issues that were hard to catch in local testing.

Version 5.0.0 -- All Python 3.6, all improved

07 Dec 17:02
Compare
Choose a tag to compare

Version 5.0.0 is a near complete rewrite into native Python 3.6, including type hinting for everything, all API versions up to Tableau Server 2019.4 supported, and much better modeling of the document objects in tableau_documents. The biggest change is the introduction of the TableauServerRest classes, which have much better organization for easier code-completion in your IDE.

Please see the README and the newly updated examples for what everything looks like. Hopefully there aren't too many issues, but we'll be iterating quickly to fix them as they arise.

Version 4.9.9 - Final 4 series, Python 2.7 release

14 Nov 21:55
bcdab5e
Compare
Choose a tag to compare

This is the last Python 2.7 release. It includes a python_requires statement in setup.py which should allow for fallback to this one

Version 4.9.7

07 Nov 17:07
9aa1d7f
Compare
Choose a tag to compare

Bugfix to 4.9.6

Version 4.9.6

07 Nov 16:27
ff56ef0
Compare
Choose a tag to compare

Fixed the error handling in the JSON requests object

Version 4.9.4

07 May 18:45
a4125a3
Compare
Choose a tag to compare
Merge pull request #57 from bryantbhowell/4.9.4

4.9.4

Version 4.9.3

07 May 02:53
67ea06a
Compare
Choose a tag to compare

Added swap_token() method to TableauRestApiConnection class for use with a wrapped RESTful API service.

Version 4.9.2

23 Apr 18:42
05255f8
Compare
Choose a tag to compare

Minor fixes/updates to TableauBase class and a new example with a TableauConnectionsManager class for use when wrapping tableau_tools in another REST API.

Version 4.9.1

18 Apr 14:39
65d82dc
Compare
Choose a tag to compare

Quick bugfix for the file_replacement_map parameter added to save_file. Please upgrade to this branch if using 4.9.0