Closed Pramodniralakeri closed 2 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.
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