Open
Description
Describe the bug
If my workbook has special character in it, my filter fails. I'm currently working around this but hoping that it can be fixed.
Versions
Details of your environment, including:
- Tableau online
- Python version: 3.9.12
- tableauserverclient==0.23.4
To Reproduce
with server.auth.sign_in(tableau_auth):
wbs = server.workbooks.all()
wbs.filter(name="T(L-F,SZ&V-MY) - PC")
next(iter(wbs_iter)) # this will fail
Results
ServerResponseError:
400065: Bad Request
None