Open dem-hashmakj opened 1 day ago
The no_extract
argument had been deprecated for several years. Use include_extract
instead. I will update the docs to reflect the change.
Appreciate it. Was just reviewing the documentation, had been using the defaults (no optional params), and needed to test without a large extract and happened to find this.
Describe the bug The no_extract parameter is no longer supported in the newest versions (.33 and .34).
Versions Details of your environment, including:
To Reproduce Pretty much run the workbook download with the no_extract flag.
downloadedFile = server.workbooks.download(workbook_id, filepath=filepath, no_extract=True)
Results Raises an exception:
Present in: https://github.com/tableau/server-client-python/blob/f42948a1bee9e7f122764ecc2c9cf1c9d6877ea1/tableauserverclient/server/endpoint/workbooks_endpoint.py
No longer present in: https://github.com/tableau/server-client-python/blob/6c4374b2061e2f9544920b53cc79d5cd04ae5780/tableauserverclient/server/endpoint/workbooks_endpoint.py
Docs do not mention the removal (nor the addition of
include_extract
). https://github.com/tableau/server-client-python/blob/gh-pages/docs/api-ref.md#workbooksdownload