tableau / server-client-python

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

Error code 409093 should not result in an error but a warning message alone #1090

Open Sairam90 opened 2 years ago

Sairam90 commented 2 years ago

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:

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.

jacalata commented 2 years ago

Good call, should be fixed.

Sairam90 commented 2 years ago

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

jsuap commented 1 year ago

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

ok-jaime commented 1 year ago

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.

rpappu87 commented 10 months ago

was this fixed? I still get the same error and not warning.

DStoilov96 commented 8 months ago

I second that this should me a message and not an error .

haythamsoufi commented 4 months ago

Has this issue been fixed? I'm still encountering it now and it's annoying