tableau / server-client-python

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

fix: don't lowercase OData server addresses #1396

Closed jorwoods closed 1 month ago

jorwoods commented 1 month ago

Closes #1392

OData strings are case sensitive. If the ConnectionItem has a connection_type indicating it is an OData connection, do not force the server address of the ConnectionItem to lowercase.