Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to pull datasource.webpage_url #1310

Open
vizyourdata opened this issue Nov 1, 2023 · 1 comment
Open

Unable to pull datasource.webpage_url #1310

vizyourdata opened this issue Nov 1, 2023 · 1 comment

Comments

@vizyourdata
Copy link

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

@jacalata jacalata added the needs investigation Issue needs to be looked at by Tableau label Jan 4, 2024
@jacalata jacalata added the bug label Jan 13, 2024
@jacalata jacalata added Server-Side Enhancement and removed needs investigation Issue needs to be looked at by Tableau labels Jan 22, 2024
@anth-dinosaur
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants