You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I used to be able to pull datasource.webpage_url fine but now it is returning None for every source.
Versions
Tableau Online
Python 3.9.13
tableauserverclient==0.28
I am a Site Admin Creator
To Reproduce with server.auth.sign_in(tableau_auth): all_datasources, pagination_item = server.datasources.get() print([datasource.webpage_url for datasource in all_datasources])
I am authenticating with: TSC.PersonalAccessTokenAuth(token_name, token_secret, sitename)
Results
This will print a list where every value is None
The text was updated successfully, but these errors were encountered:
Hi @jacalata , does the Server-Side Enhancement label here mean that this is a bug in Tableau Cloud? I am also running into the same issue as the OP w/ TSC v0.25 and v0.30 and Tableau Cloud 2024.1.
Describe the bug
I used to be able to pull datasource.webpage_url fine but now it is returning
None
for every source.Versions
Tableau Online
Python 3.9.13
tableauserverclient==0.28
I am a Site Admin Creator
To Reproduce
with server.auth.sign_in(tableau_auth):
all_datasources, pagination_item = server.datasources.get()
print([datasource.webpage_url for datasource in all_datasources])
I am authenticating with:
TSC.PersonalAccessTokenAuth(token_name, token_secret, sitename)
Results
This will print a list where every value is
None
The text was updated successfully, but these errors were encountered: