We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63aa054 commit 984b66dCopy full SHA for 984b66d
tableauserverclient/server/endpoint/datasources_endpoint.py
@@ -215,7 +215,7 @@ def download(
215
def download(
216
self,
217
datasource_id,
218
- filepath,
+ filepath=None,
219
include_extract=True,
220
):
221
"""
@@ -941,8 +941,8 @@ def download_revision(
941
942
943
revision_number,
944
945
- include_extract,
+ include_extract=True,
946
947
948
Downloads a specific version of a data source prior to the current one
0 commit comments