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

[Type 1] [Set workbook description on publish] #1353

Closed jorwoods closed 6 months ago

jorwoods commented 6 months ago

Summary

Add functionality to publish workbook to also set the description.

Request Type

If you know, say which of these types your request is in the title, and follow the suggestions for that type when writing your description.

Type 1: support a REST API: If it is functionality that already exists in the REST API, example API calls are the clearest way to explain your request.

Description

The workbook endpoint on the REST API currently supports setting a description on publish, but the TSC library does not.

jorwoods commented 6 months ago

Support may exist, but potentially undocumented? Unclear. Closing for now.

jorwoods commented 6 months ago

Tested against Tableau cloud. Server does support setting the description on publish, but it is not documented.