server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

Make ReferenceItem hashable

Open jorwoods opened this issue 3 months ago • 0 comments

https://github.com/tableau/server-client-python/blob/d065506f0a77031fa2060b43aa8413b8ed8ffa1c/tableauserverclient/models/reference_item.py#L1

Making ReferenceItem hashable has the benefit of allowing it to be used as the key in a dictionary for easier lookups and comparisons.

jorwoods avatar Oct 13 '25 19:10 jorwoods