8000 Modernize the language around supported Tableau versions · tableau/document-api-python@70f2782 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70f2782

Browse files
committed
Modernize the language around supported Tableau versions
1 parent c6d7d28 commit 70f2782

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ This repo contains Python source and example files for the Tableau Document API.
55

66
For more information, see the documentation:
77

8-
<http://tableau.github.io/document-api-python>
8+
<https://tableau.github.io/document-api-python>
99

1010
Document API
1111
---------------
1212
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 :)
1313

1414
Features include:
15-
- Support for 9.X, 10.X and 202x.x workbook and data source files
16-
- Including TDSX and TWBX files
15+
- Support for TWB, TWBX, TDE and TDSX files starting roughly back to Tableau 9.x
1716
- Getting connection information from data sources and workbooks
1817
- Server Name
1918
- Username
@@ -28,6 +27,8 @@ Features include:
2827
- Get all fields in a data source
2928
- Get all fields in use by certain sheets in a workbook
3029

30+
For Hyper files, take a look a the [Tableau Hyper API](https://help.tableau.com/current/api/hyper_api/en-us/index.html).
31+
3132
We don't yet support creating files from scratch, adding extracts into workbooks or data sources, or updating field information
3233

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

docs/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ layout: home
1111
</header>
1212

1313
# Document API Overview
14-
This repo contains Python source and example files for the Tableau Document API. We're just getting started and have plans to expand what you find here. Help us by submitting feedback, issues, and pull requests!
14+
This repo contains Python source and example files for the Tableau Document API.
1515

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

1818
Features include:
1919

20-
- Support for 9.X, and 10.X workbook and data source files
21-
- Including TDSX and TWBX files
20+
- Support for TWB, TWBX, TDE and TDSX files starting roughly back to Tableau 9.x
2221
- Getting connection information from data sources and workbooks
2322
- Server Name
2423
- Username
@@ -33,4 +32,6 @@ Features include:
3332
- Get all fields in a data source
3433
- Get all fields in use by certain sheets in a workbook
3534

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