We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f5caa commit 1f9088fCopy full SHA for 1f9088f
1 file changed
tableauserverclient/server/endpoint/workbooks_endpoint.py
@@ -455,7 +455,7 @@ def _get_workbook_revisions(
455
def download_revision(
456
self,
457
workbook_id: str,
458
- revision_number: str,
+ revision_number: Optional[str],
459
filepath: Optional[PathOrFileW] = None,
460
include_extract: bool = True,
461
no_extract: Optional[bool] = None,
0 commit comments