Skip to content

Commit 984b66d

Browse files
committed
fix: restore defaults
1 parent 63aa054 commit 984b66d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tableauserverclient/server/endpoint/datasources_endpoint.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def download(
215215
def download(
216216
self,
217217
datasource_id,
218-
filepath,
218+
filepath=None,
219219
include_extract=True,
220220
):
221221
"""
@@ -941,8 +941,8 @@ def download_revision(
941941
self,
942942
datasource_id,
943943
revision_number,
944-
filepath,
945-
include_extract,
944+
filepath=None,
945+
include_extract=True,
946946
):
947947
"""
948948
Downloads a specific version of a data source prior to the current one

0 commit comments

Comments
 (0)