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: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,14 @@ This repo contains Python source and example files for the Tableau Document API.
5
5
6
6
For more information, see the documentation:
7
7
8
-
<http://tableau.github.io/document-api-python>
8
+
<https://tableau.github.io/document-api-python>
9
9
10
10
Document API
11
11
---------------
12
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 :)
13
13
14
14
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
17
16
- Getting connection information from data sources and workbooks
18
17
- Server Name
19
18
- Username
@@ -28,6 +27,8 @@ Features include:
28
27
- Get all fields in a data source
29
28
- Get all fields in use by certain sheets in a workbook
30
29
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
+
31
32
We don't yet support creating files from scratch, adding extracts into workbooks or data sources, or updating field information
Copy file name to clipboardExpand all lines: docs/docs/contributing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ a feature do not require the CLA.
19
19
20
20
## Issues and Feature Requests
21
21
22
-
To submit an issue/bug report, or to request a feature, please submit a [github issue](https://github.com/tableau/document-api-python/issues) to the repo.
22
+
To submit an issue/bug report, or to request a feature, please submit a [GitHub issue](https://github.com/tableau/document-api-python/issues) to the repo.
23
23
24
24
If you are submitting a bug report, please provide as much information as you can, including clear and concise repro steps, attaching any necessary
25
25
files to assist in the repro. **Be sure to scrub the files of any potentially sensitive information. Issues are public.**
Copy file name to clipboardExpand all lines: docs/index.md
+19-20
Original file line number
Diff line number
Diff line change
@@ -7,32 +7,31 @@ layout: home
7
7
<p>This site will get you up and running with the Python version of the Tableau Document API. The Document API, including the samples and documentation, are all open source.</p>
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!
15
-
14
+
This repo contains Python source and example files for the Tableau Document API.
16
15
17
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.
18
17
18
+
Features include:
19
+
20
+
- Support for TWB, TWBX, TDE and TDSX files starting roughly back to Tableau 9.x
21
+
- Getting connection information from data sources and workbooks
22
+
- Server Name
23
+
- Username
24
+
- Database Name
25
+
- Authentication Type
26
+
- Connection Type
27
+
- Updating connection information in workbooks and data sources
28
+
- Server Name
29
+
- Username
30
+
- Database Name
31
+
- Getting Field information from data sources and workbooks
32
+
- Get all fields in a data source
33
+
- Get all fields in use by certain sheets in a workbook
19
34
20
-
>Features include:
21
-
>
22
-
>- Support for 9.X, and 10.X workbook and data source files
23
-
> - Including TDSX and TWBX files
24
-
>- Getting connection information from data sources and workbooks
25
-
> - Server Name
26
-
> - Username
27
-
> - Database Name
28
-
> - Authentication Type
29
-
> - Connection Type
30
-
>- Updating connection information in workbooks and data sources
31
-
> - Server Name
32
-
> - Username
33
-
> - Database Name
34
-
>- Getting Field information from data sources and workbooks
35
-
> - Get all fields in a data source
36
-
> - Get all fields in use by certain sheets in a workbook
35
+
For Hyper files, take a look a the [Tableau Hyper API](https://help.tableau.com/current/api/hyper_api/en-us/index.html).
37
36
38
37
We don't yet support creating files from scratch, adding extracts into workbooks or data sources, or updating field information.
0 commit comments