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: docs/docs/contributing.md
+1-1Lines changed: 1 addition & 1 deletion
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
+17-19Lines changed: 17 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -7,32 +7,30 @@ 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
15
16
-
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
19
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
20
+
- Support for 9.X, and 10.X workbook and data source files
21
+
- Including TDSX and TWBX files
22
+
- Getting connection information from data sources and workbooks
23
+
- Server Name
24
+
- Username
25
+
- Database Name
26
+
- Authentication Type
27
+
- Connection Type
28
+
- Updating connection information in workbooks and data sources
29
+
- Server Name
30
+
- Username
31
+
- Database Name
32
+
- Getting Field information from data sources and workbooks
33
+
- Get all fields in a data source
34
+
- Get all fields in use by certain sheets in a workbook
37
35
38
36
We don't yet support creating files from scratch, adding extracts into workbooks or data sources, or updating field information.
0 commit comments