Reputation: 15
I am using TableauServerClient. My code :
all_workbooks,pagination_item=server.workbook.get()
for wb in all_workbooks:
print(wb.name)
It prints all the workbooks in server(From all projects).I need to print only workbooks present in particular Project(i know the Project name and id)
Upvotes: 0
Views: 1533