Closed adeturckheim closed 2 years ago
FIrst let's confirm you are using the format for the config that this library expects? It looks something like this for the default site:
config = {
"default": {
"server": "devyx.vizstack.io",
"api_version": "3.11",
"username": "my_username",
"password": "my_password",
"site_name": "",
"site_url": "",
}
}
Then you would have something like conn = TableauServerClient(config, env="default")
to establish your connection.
Hey @adeturckheim, following up on this: were you able to successfully connect using the pattern above?
Closing due to inactivity.
Hi there, For this config, where I'm using only the defaults site, then the config below works with the tableauserverclient connection protocol but not with the one of your package.
Any idea of what the site_id and site_name should be filled with? Thanks!