tableau / server-client-python

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

Add __str__() and __repr__() to DatabaseItem #1432

Closed joelclark closed 1 month ago

joelclark commented 1 month ago

I noticed in my logs that DatabaseItem didn't have a str() implementation. This PR just adds it using a pattern found elsewhere in the models.

salesforce-cla[bot] commented 1 month ago

Thanks for the contribution! Before we can merge this, we need @joelclark to sign the Salesforce Inc. Contributor License Agreement.

joelclark commented 1 month ago

I signed the agreement, do I need to update anything?

jacalata commented 1 month ago

I signed the agreement, do I need to update anything?

No, it's giving me an error right now when I try and make it refresh the status so I'll take your word for it :)