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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# tableausdk-python
2
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!
3
+
Tableau SDK for Python. Currently this contains only the Document API. We are just getting started and this will evolve. Help us by submitting feedback, issues, and pull requests!
4
4
5
5
Document API
6
6
---------------
@@ -13,3 +13,11 @@ Currently only the following operations are supported:
13
13
* Modify database server
14
14
* Modify database name
15
15
* Modify database user
16
+
17
+
We don't yet support creating files from scratch. Support for .twbx and .tdsx is coming.
18
+
19
+
##### Getting Started
20
+
We will put this in PyPi to make installation easier. In the meantime, install the package locally with:
0 commit comments