8000 Merge pull request #253 from tableau/bcantoni-clarify-unsupported · tableau/document-api-python@ddaf2f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddaf2f3

Browse files
authored
Merge pull request #253 from tableau/bcantoni-clarify-unsupported
Clarify in docs this is an unsupported library
2 parents 5033b4a + ffefee5 commit ddaf2f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ layout: home
1313
# Document API Overview
1414
This repo contains Python source and example files for the Tableau Document API.
1515

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.
1717

1818
Features include:
1919

@@ -32,6 +32,6 @@ Features include:
3232
- Get all fields in a data source
3333
- Get all fields in use by certain sheets in a workbook
3434

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/).
3636

3737
We don't yet support creating files from scratch, adding extracts into workbooks or data sources, or updating field information.

0 commit comments

Comments
 (0)
0