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
This repo contains Python source and example files for the Tableau Document API.
5
-
6
-
For more information, see the documentation:
7
-
8
-
<https://tableau.github.io/document-api-python>
9
4
10
5
Document API
11
6
---------------
12
-
The Document API provides a supported way to programmatically make updates to Tableau workbook and data source files. If you've been making changes to these file types by directly updating the XML--that is, by XML hacking--this SDK is for you :)
7
+
This repo contains Python source and example files for the Tableau Document API.
8
+
The Document API provides a useful but *unsupported* way to programmatically make updates to Tableau workbook and data source files. If you've been making changes to these file types by directly updating the XML--that is, by XML hacking--this SDK is for you :) Get help from other users on the [Tableau Community Forums](https://community.tableau.com/s/topic/0TO4T000000SF3sWAG/document-api).
13
9
14
10
Features include:
15
11
- Support for TWB, TWBX, TDE and TDSX files starting roughly back to Tableau 9.x
@@ -27,8 +23,9 @@ Features include:
27
23
- Get all fields in a data source
28
24
- Get all fields in use by certain sheets in a workbook
29
25
26
+
- It *doesn't* support creating files from scratch, adding extracts into workbooks or data sources, or updating field information. As of 2021, this SDK no longer supports Python 2.
27
+
30
28
For Hyper files, take a look at the [Tableau Hyper API](https://help.tableau.com/current/api/hyper_api/en-us/index.html).
31
29
32
-
We don't support creating files from scratch, adding extracts into workbooks or data sources, or updating field information
30
+
For more information, see the [Document API documentation](https://tableau.github.io/document-api-python)
0 commit comments