Tableau "Who has seen this view" data automation
20:51 10 Feb 2021

I have a task which requires downloading the data from "Who has seen this view" from multiple dashboards each week, to then prepare a report on weekly activity.

I am trying to find a way to automate this using Python to avoid having to manually download each week, but I can't find a way to do this programmatically without being the organisations administrator (not, I own the dashboards).

My thoughts were to use a web scraper, but I am encountering a hurdle with the companies Okta SSO also.

Is there a way that I can use my open browser (or something that already contains my SSO credentials) to access this data and then download as CSV? I hope this makes sense, appreciate any help you can give.

python web-scraping tableau-api