Skip to content

Tags: fr-mbrtch/server-client-python

Tags

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tableau#864 from tableau/development

Merging Development to Main branch

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tableau#801 from tableau/release-0.15

[Release] Sync master with v0.15 changes
## 0.15.0 (16 Feb 2021)
* Added support for python version 3.9 (tableau#744)
* Added support for 'Get View by ID' (tableau#750)
* Added docs and test data to MANIFEST.in file (tableau#780)
* Added owner_id property to ProjectItem (tableau#784)
* Added support for skipping connection check while publishing workbook (tableau#791)
* Added support for 'Update Subscription' (tableau#794)
* Added support for 'Get Groups for a User' (tableau#799)
* Improved debug logging by including put/post request contents (tableau#743)
* Improved local and active-directory group creation (tableau#770)
* Improved 'Update Group' to match server requests/responses (tableau#772)
* Improved SiteItem with new properties and functions (tableau#777)
* Improved SubscriptionItem with new properties (tableau#794)
* Improved the 'type' property of TaskItem to convert server response to enum (tableau#796)
* Improved repository to use Github Actions for running tests/linter (tableau#798)
* Fixed data_acceleration field causing error in workbook update payload (tableau#741)

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tableau#759 from tableau/0.14.0-patch

v0.14.1 patch release
* Fixed filter query issue for server version below 2020.1 (tableau#745)
* Fixed large workbook/datasource publish issue (tableau#757)

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tableau#725 from tableau/development

Syncing master with v0.14.0 changes from development.

v0.13

Toggle v0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tableau#685 from tableau/development

[v0.13] Merge development into master

Added notes field to JobItem (tableau#571)
Added webpage_url field to WorkbookItem (tableau#661)
Added support for switching between sites (tableau#655)
Added support for querying favorites for a user (tableau#656)
Added support for Python 3.8 (tableau#659)
Added support for Data Alerts (tableau#667)
Added support for basic Extract operations - Create, Delete, en/re/decrypt for site (tableau#672)
Added support for creating and querying Active Directory groups (tableau#674)
Added support for asynchronously updating a group (tableau#674)
Improved handling of invalid dates (tableau#529)
Improved consistency of update_permission endpoints (tableau#668)
Documentation updates (tableau#658, tableau#669, tableau#670, tableau#673, tableau#683)

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tableau#653 from tableau/0.12_patch

0.12 patch to fix login sample

v0.12

Toggle v0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tableau#647 from tableau/development

Development to master for v0.12

v0.11

Toggle v0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tableau#612 from tableau/development

Merge development into master for v0.11 release

v0.11 (1 May 2020)

-Added more fields to Data Acceleration config (tableau#588)
-Added OpenID as an auth setting enum (tableau#610)
-Added support for Data Acceleration Reports (tableau#596)
-Added support for view permissions (tableau#526)
-Materialized views changed to Data Acceleration (tableau#576)
-Improved consistency across workbook/datasource endpoints (tableau#570)
-Fixed print error in update_connection.py (tableau#602)
-Fixed log error in add user endpoint (tableau#608)

v0.10

Toggle v0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tableau#573 from tableau/development

Merging v0.10 changes from development to master

* Added a way to handle non-xml errors (tableau#515)
* Added Webhooks endpoints for create, delete, get, list, and test (tableau#523, tableau#532)
* Added delete method in the tasks endpoint (tableau#524)
* Added description attribute to WorkbookItem (tableau#533)
* Added support for materializeViews as schedule and task types (tableau#542)
* Added warnings to schedules (tableau#550, tableau#551)
* Added ability to update parent_id attribute of projects (tableau#560, tableau#567)
* Improved filename behavior for download endpoints (tableau#517)
* Improved logging (tableau#508)
* Fixed runtime error in permissions endpoint (tableau#513)
* Fixed move_workbook_sites sample (tableau#503)
* Fixed project permissions endpoints (tableau#527)
* Fixed login.py sample to accept site name (tableau#549)

v0.9

Toggle v0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tableau#507 from tableau/development

Release v0.9
## 0.9 (4 Oct 2019)

* Added Metadata API endpoints (tableau#431)
* Added site settings for Data Catalog and Prep Conductor (tableau#434)
* Added new fields to ViewItem (tableau#331)
* Added support and samples for Tableau Server Personal Access Tokens (tableau#465)
* Added Permissions endpoints (tableau#429)
* Added tags to ViewItem (tableau#470)
* Added Databases and Tables endpoints (tableau#445)
* Added Flow endpoints (tableau#494)
* Added ability to filter projects by topLevelProject attribute (tableau#497)
* Improved server_info endpoint error handling (tableau#439)
* Improved Pager to take in keyword arguments (tableau#451)
* Fixed UUID serialization error while publishing workbook (tableau#449)
* Fixed materalized views in request body for update_workbook (tableau#461)