Hi All I am using tableau 10.3.1
I am trying to refresh one task in tableau using python
task = server.tasks.get_by_id(task.id)
In tableau under " Background task for extract" i can see my task gettinh invoked but
my refresh is is getting failed with error as "java.lang.RuntimeException: Workbook myworkbook with id 2,468 not found"
Can any one please help.
1 respuesta
Hi @Rahul Kumar
You need to retrieve the workbook IDs and check what is going on.
I think the answer is pretty straightforward.
Any chance to check if the workbook is refreshed or changed by the user.
thanks,
Adrian