tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
660 stars 421 forks source link

How to get the full data in tabs that built in dashboard #1489

Closed irisx0719 closed 1 month ago

irisx0719 commented 1 month ago

Describe the bug I can get the data in the first tab that insert in dashboard, but I am not able to get for the rest of the table.

Versions

To Reproduce I use populate_csv function to get the data in certain view

Results only get the data for partial dashboard, is there any function or anyway to get the data in dashboard with multiple table?

NOTE: Be careful not to post user names, passwords, auth tokens or any other private or sensitive information.

jorwoods commented 1 month ago

It is currently not possible server-side to get data from sheets other than the first in a dashboard. You would be able to access them if they were published as accessible views.

I opened #1368 as a feature request to be able to select which sheet is accessed.

irisx0719 commented 1 month ago

It is currently not possible server-side to get data from sheets other than the first in a dashboard. You would be able to access them if they were published as accessible views.

I opened #1368 as a feature request to be able to select which sheet is accessed.

Thank you Jorwoods