Describe the bug
After authenticating, identifying the correct workbook and the correct sheet, calling server.views.populate_image(sheet_view, image_req_option) I get None
Versions
Details of your environment, including:
Tableau Server version (via pip, 0.34)
Python version: 3.11
To Reproduce
# After authenticating correctly
server.workbooks.populate_views(workbook)
sheet_view = next((v for v in workbook.views if v.name == SHEET_NAME), None)
image_req_option = TSC.ImageRequestOptions(maxage=1) # Set cache options if needed
image = server.views.populate_image(sheet_view, image_req_option)
Describe the bug After authenticating, identifying the correct workbook and the correct sheet, calling server.views.populate_image(sheet_view, image_req_option) I get None
Versions Details of your environment, including:
To Reproduce
Results image is None