I am working on Tableau online and trying to integrate it with Python API but it requires server url,
server = TSC.Server('http://SERVER_URL')
From where should I get this?
2 answers
Vipul,
Are you just tring to get the host domain or the full URL to a view? here is the online help related to the url format - How View URLs Are Structured
Patrick