8000 Documentation: Update Write your first program (#474) · SnarkyPapi/server-client-python@ede6781 · GitHub
[go: up one dir, main page]

Skip to content

Commit ede6781

Browse files
user9747dzucker-tab
authored andcommitted
Documentation: Update Write your first program (tableau#474)
* Documentation: Update Write your first program TableauAuth Class requires a third parameter site_id as given in the API reference. If only username and password is given it would lead to a Authentication Error. * Upadted Write your first program Added extra example for Tableau online. * Update index.md * Update in Write Your first program changed SITEID to SITE_NAME and made the explanation more clear.
1 parent c90fb39 commit ede6781

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ with server.auth.sign_in(tableau_auth):
8484
print("\nThere are {} datasources on site: ".format(pagination_item.total_available))
8585
print([datasource.name for datasource in all_datasources])
8686
```
87-
8887
> `SERVER_URL` is the URL of your Tableau server without subpaths. For local Tableau servers, an example would be: `https://www.MY_SERVER.com`. For Tableau Online, an example would be: `https://10ax.online.tableau.com/`.
8988
9089
>`SITENAME` is the subpath of your full site URL (also called `contentURL` in the REST API). `MYSITE` would be the site name of `https://10ax.online.tableau.com/MYSITE`. This parameter can be omitted when signing in to the Default site of a on premise Tableau server.

0 commit comments

Comments
 (0)
0