Skip to content

Unable to pull datasource.webpage_url #1310

Description

@vizyourdata

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions