Updating workbook fields (such as name) is failing with "Payload is either malformed or incomplete" error · Issue #740 · tableau/server-client-python · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "c:\dev\- Tests\workbook_actions.py", line 30, in <module>
main()
File "c:\dev\- Tests\workbook_actions.py", line 27, in main
tableau_server.workbooks.update(workbook_item)
File "C:\Python39\lib\site-packages\tableauserverclient\server\endpoint\endpoint.py", line 127, in wrapper
return func(self, *args, **kwargs)
File "C:\Python39\lib\site-packages\tableauserverclient\server\endpoint\workbooks_endpoint.py", line 107, in update
server_response = self.put_request(url, update_req)
File "C:\Python39\lib\site-packages\tableauserverclient\server\endpoint\endpoint.py", line 93, in put_request
return self._make_request(self.parent_srv.session.put, url,
File "C:\Python39\lib\site-packages\tableauserverclient\server\endpoint\endpoint.py", line 55, in _make_request
self._check_status(server_response)
File "C:\Python39\lib\site-packages\tableauserverclient\server\endpoint\endpoint.py", line 70, in _check_status
raise ServerResponseError.from_response(server_response.content, self.parent_srv.namespace)
tableauserverclient.server.endpoint.exceptions.ServerResponseError:
400000: Bad Request
Payload is either malformed or incomplete
The text was updated successfully, but these errors were encountered:
TSC: latest (v0.14.0)
Tableau server versions tested:
Sample script:
Result:
The text was updated successfully, but these errors were encountered: