tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
657 stars 422 forks source link

Add "Description" as a property to Workbook and Views #548

Open kentgeorgeson opened 4 years ago

kentgeorgeson commented 4 years ago

Raw Tableau API now supports "Description" of Workbooks and Views. Can we add that property here so we can get/set the description associated with a Workbook and View within that Workbook?

rrobertsrgare commented 4 years ago

I was needing this as well. Looking at thread https://community.tableau.com/thread/311193 and verified the description works on a workbook publish (which is what I am after)

Fredericco72 commented 3 years ago

I was looking for the Workbook description today, I gave the documentation a quick scan and seen that Data Sources and Projects had the description attribute but it was missing elsewhere. Upon listing the attributes of the Workbook object, you can see description and it pulls the correct value. Looks like the documentation has not kept up with the development.