tableau / server-client-python

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

feat: add description support on wb publish #1357

Closed jorwoods closed 6 months ago

jorwoods commented 6 months ago

Add support for setting description on publish for workbooks. Already supported server side, just undocumented.

jorwoods commented 6 months ago

Closes #1353