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
Copy file name to clipboardExpand all lines: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ layout: home
13
13
# Document API Overview
14
14
This repo contains Python source and example files for the Tableau Document API.
15
15
16
-
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.
16
+
The Document API provides an *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.
17
17
18
18
Features include:
19
19
@@ -32,6 +32,6 @@ Features include:
32
32
- Get all fields in a data source
33
33
- Get all fields in use by certain sheets in a workbook
34
34
35
-
For Hyper files, take a look a the [Tableau Hyper API](https://help.tableau.com/current/api/hyper_api/en-us/index.html).
35
+
For Hyper files, take a look a the [Tableau Hyper API](https://tableau.github.io/hyper-db/docs/).
36
36
37
37
We don't yet support creating files from scratch, adding extracts into workbooks or data sources, or updating field information.
0 commit comments