server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

upstreamDatasources missing for some of the workbooks while using the metadata-api (GraphQL)

Open deepjyotiroy079 opened this issue 2 years ago • 0 comments

Describe the bug I'm using a GraphQL query to fetch workbook related information but it seems the query misses out some of the data sources, all of which is still visible on the tableau cloud data source section for the dashboard.

Versions Details of your environment, including:

  • Tableau Server version: 3.20
  • Python version: 3.10
  • TSC library version: 0.25

I'm using the below query:

{
    workbooks {
        name
        projectName
        projectVizportalUrlId
        owner {
            id
            name
        }
        uri
        upstreamDatasources {
            name
            updatedAt
            extractLastRefreshTime
            # extractLastUpdateTime
        }
    }
}

Results Does not display any upstreamDatasources, but the same exists.

deepjyotiroy079 avatar Nov 02 '23 09:11 deepjyotiroy079