Replies: 1 comment 1 reply
-
I have also tried a similar approach for authenticating tableau login before scraping the data. but it didnot work for me? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@bertrandmartel
This library looks fantastic. I have done similar (subset) implementation for 'on-prem' Tableau Server with basic authentication flow (local user account having username and password).
Quickly checked tableauscrapper.py but couldn't locate any 'auth' specific code block. Just wondering if this lib can be used on private Tableau server?
Another query I have is: Since we are scrapping data using Tableau VizQL API, what would be the impact of it if we try to automate kind of Email Subscription utility which sends periodic emails with scrapped data in the email attachment?
Complexity: No. of Sites x No. of Subscriptions
Other factors which may impact the performance is:
Best,
SS
-- Basic Auth snippet in my current solution
Beta Was this translation helpful? Give feedback.
All reactions