tableau / server-client-python

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

Can't assign description property to workbook item #899

Open dev-mkc19 opened 3 years ago

dev-mkc19 commented 3 years ago

Describe the bug Can't assign description property to WorkbookItem as I can with others properties. I noticed that tests skips this property for unknown reasons.

Versions Details of environment, including:

To Reproduce

error_screenshot

print(type(wbs[0])) wbs[0].description = 'new description'

Results AttributeError: can't set attribute

jacalata commented 3 years ago

This wasn't included in that other CL at all, oops.

jacalata commented 1 year ago

The workbook description needs to be enabled server-side, for some reason.