Skip to content

Commit 5033b4a

Browse files
authored
change support label to As-Is (#248)
1 parent a2f178c commit 5033b4a

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# document-api-python
2-
[![Tableau Supported](https://img.shields.io/badge/Support%20Level-Tableau%20Supported-53bd92.svg)](https://www.tableau.com/support-levels-it-and-developer-tools)
2+
[![As-Is](https://img.shields.io/badge/Support%20Level-As--Is-e8762c.svg)](https://www.tableau.com/support-levels-it-and-developer-tools)
33

4-
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>
94

105
Document API
116
---------------
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).
139

1410
Features include:
1511
- Support for TWB, TWBX, TDE and TDSX files starting roughly back to Tableau 9.x
@@ -27,8 +23,9 @@ Features include:
2723
- Get all fields in a data source
2824
- Get all fields in use by certain sheets in a workbook
2925

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+
3028
For Hyper files, take a look at the [Tableau Hyper API](https://help.tableau.com/current/api/hyper_api/en-us/index.html).
3129

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)
3331

34-
As of 2021, this SDK no longer supports Python 2.

0 commit comments

Comments
 (0)