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:
Tableau Server version 2021.2.1 (20212.21.0712.0907) 64-bit Linux
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
print(type(wbs[0])) wbs[0].description = 'new description'
Results AttributeError: can't set attribute