Skip to content
Advertisement

What does site_name & site_url by connection to tableau sever mean?

Hello dear community!

I need to write (my first) python script, which should download many views from one tableau dashboard and then save it in one excel-file. I have a problem with the connection to the tableau server with tableau-api-lib. I found this code and have a question:

JavaScript

What means site_name and site_url? Is it the url of dashboard? If not, how to find this?

Advertisement

Answer

You can use this:

The site url id can be “”

Password can be entered between the quotes, no {} needed

Ignore the personal access token portion

I am going to guess that the version is 3.11 as well

You can ignore everything after “if use_pat_flag”

JavaScript
Advertisement