8000 Clarify in docs this is an unsupported library · tableau/document-api-python@ffefee5 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ffefee5

Browse files
authored
Clarify in docs this is an unsupported library
- clarify this is an unsupport library "as is" (we already mention that in the readme, but not in the docs) - update to a better link for Hyper API
1 parent 5033b4a commit ffefee5

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