hoverinc / tableau-utilities

A module and CLI Utility for managing Tableau objects, locally, and in Tableau Online.
MIT License
4 stars 1 forks source link

Updated to latest tableauserverclient #5

Closed JustinGrilli closed 2 years ago

JustinGrilli commented 2 years ago

Summary

Some functionality, namely the list_workbooks function of TableauServer, would error with:

ValueError: project_id must be defined.

Seems this was fixed in a later version of tableauserverclient.

Changes