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
* Update index.md
Added *Install on an offline machine* in response to #365
Also added `SITENAME` and descriptive text to sign in of get started example per #355
* Update index.md (#482)
Removed test dependencies in anticipation of @t8y8 's package with those dependencies unwired.
print("\nThere are {} datasources on site: ".format(pagination_item.total_available))
75
83
print([datasource.name for datasource in all_datasources])
76
84
```
85
+
86
+
> `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/`.
87
+
88
+
>`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