You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When refreshing Datasource-Extracts the server response is 409093 (even though the extract operation is not already queued)
Versions
Details of your environment, including:
Tableau Server version: 2023.1.7
Python version: 3.10.7
TSC library version: 0.29
To Reproduce
For any datasource:
server.datasources.refresh(datasource)
Results
What are the results or error messages received?
tableauserverclient.server.endpoint.exceptions.ServerResponseError:
409093: Ressourcenkonflikt
(This is German for the Error: EXTRACT_OPERATION_ALREADY_QUEUED)
I can fix this behavior when I set the parameter seconds in
\tableauserverclient\server\endpoint\endpoint.py
in Line 105 from 0.05 to a higher value, e.g. 0.5