server-client-python
server-client-python copied to clipboard
Error code 409093 should not result in an error but a warning message alone
Describe the bug Error code 409093 -which indicates that the workbook/datasource is already queued for refresh must simply result in a message that refresh is queued and not in a error
Versions Details of your environment, including:
- tableauserverclient == 0.18.0
- Python version 3.8.10
- TSC library version
To Reproduce Refresh a workbook while a refresh is not complete
Results What are the results or error messages received? 409093: Resource Conflict Job for <workbook/datasource> is already queued. Not queuing a duplicate. NOTE: Be careful not to post user names, passwords, auth tokens or any other private or sensitive information.
Good call, should be fixed.
Is it possible to get the previous job_id for a particular workbook .. else I cannot query it's status and avoid the above error
Is it possible to get the previous job_id for a particular workbook .. else I cannot query it's status and avoid the above error
I would like this as well
would really love this fixed and also a way to be told what the job Id is for the resource conflict. I seem to be getting this error on initial queueing I do so hoping we can get something that helps in auditing server response.
was this fixed? I still get the same error and not warning.
I second that this should me a message and not an error .
Has this issue been fixed? I'm still encountering it now and it's annoying