tableau / rest-api-samples

Samples for the Tableau REST API
MIT License
394 stars 273 forks source link

What is the SERVER_URL? #29

Closed Pramodniralakeri closed 2 years ago

Pramodniralakeri commented 6 years ago

This might be stupid question, but I was trying out sample tableau sign in with the following code

import tableauserverclient as TSC

tableau_auth = TSC.TableauAuth('USERNAME', 'PASSWORD') server = TSC.Server('http://SERVER_URL')

I wonder what is the SERVER_URL mean here? I have tableau online, not the tableau sever

graysonarts commented 6 years ago

The SERVER_URL would be whatever your tableau server is. If it's an online account, it would be the url that you are redirected to after you login (10ay.online.tableau.com for example) or if it's hosted locally, it would be whatever url you would type into your browser to get to the login screen of the tableau server.