-
Notifications
You must be signed in to change notification settings - Fork 440
Open
Labels
docshelp wantedA user needs help, may be a mistake, a bug or a feature requestA user needs help, may be a mistake, a bug or a feature request
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
Metadata
Metadata
Assignees
Labels
docshelp wantedA user needs help, may be a mistake, a bug or a feature requestA user needs help, may be a mistake, a bug or a feature request