Hi All,
For now, I know the below process using the POSTMAN application –
<>Token sign in to Tableau Online using Postman and save the credentials
<>Fetch out Workbook Name (A) / Workbook ID
<> Run the Extract corresponding to the Workbook Name(A)
<> Get the status of that Extract whether it's failed or successful.
How would I can combine all the above 4 points in one Python code to get the respective output for a workbook ? Can you help in demonstrating the stepwise procedure, please?
You should look at TSC, our Python library for the REST API. We have a couple of samples here. The ones that you want to look at are: refresh.py and explore_webooks.py.
Hi All, For now, I know the below process using the POSTMAN application – <>Token sign in to Tableau Online using Postman and save the credentials <>Fetch out Workbook Name (A) / Workbook ID <> Run the Extract corresponding to the Workbook Name(A) <> Get the status of that Extract whether it's failed or successful.
How would I can combine all the above 4 points in one Python code to get the respective output for a workbook ? Can you help in demonstrating the stepwise procedure, please?