We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d54ce1 commit 7295c40Copy full SHA for 7295c40
README.md
@@ -0,0 +1,15 @@
1
+# tableausdk-python
2
+
3
+Tableau SDK for Python. Currently this contains only the Document API. This will evolve. Help us by submitting feedback, issues, and pull requests!
4
5
+Document API
6
+---------------
7
+This is the supported way to programmatically change Tableau files such as .twb and .tds. If you've been doing "XML hacking" this is for you too :)
8
9
+Check out the examples to see how to use it.
10
11
+Currently only the following operations are supported:
12
13
+* Modify database server
14
+* Modify database name
15
+* Modify database user
0 commit comments