You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add new samples and delete redundant ones
* Clean up hidden_views by making it an attribute of WorkbookItem
* Add type hints for workbook and data source revisions, data alerts, Favorites, Flows, groups, permissions, projects, flow runs, site, subscriptions, Users, webhooks
* add get_by_id method and test for schedules
* Allow null value for user quota tiers
* fix workbook.delete_extract
* add publish to pypi action
fix xml generation for items
* Add Status, ParentProjectId and StartedAt filters for jobs endpoint
* make project_id nullable to support "Personal Space" for workbooks
* create single Credentials class
* Reassign content on user removal
* add redaction method to remove passwords when logging requests and responses, which can contain embedded credentials.
* remove support for python 3.6 (add python version enforcement in setup.py)
* Extract refreshable item IDs from job XML response
* Do not eagerly fetch content when a stream was requested
* Fix QuerySet slicing logic
* add CRUD methods for default permissions
* refactor Resource Types and add sample code
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Use the Tableau Server Client (TSC) library to increase your productivity as you
8
8
* Create users and groups.
9
9
* Query projects, sites, and more.
10
10
11
-
This repository contains Python source code for the library and sample files showing how to use it. Python versions 3.6 and up are supported.
11
+
This repository contains Python source code for the library and sample files showing how to use it. As of May 2022, Python versions 3.7 and up are supported.
12
12
13
13
To see sample code that works directly with the REST API (in Java, Python, or Postman), visit the [REST API Samples](https://github.com/tableau/rest-api-samples) repo.
0 commit comments