8000 fixes datasource chunked upload (#326) (#329) · jmt1992/server-client-python@d688025 · GitHub
[go: up one dir, main page]

Skip to content

Commit d688025

Browse files
bskim45t8y8
authored andcommitted
fixes datasource chunked upload (tableau#326) (tableau#329)
1 parent 359e6dd commit d688025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableauserverclient/server/request_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def publish_req(self, workbook_item, filename, file_contents, connection_credent
391391
'tableau_workbook': (filename, file_contents, 'application/octet-stream')}
392392
return _add_multipart(parts)
393393

394-
def publish_req_chunked(self, workbook_item, connections=None):
394+
def publish_req_chunked(self, workbook_item, connection_credentials=None, connections=< 4817 /span>None):
395395
xml_request = self._generate_xml(workbook_item,
396396
connection_credentials=connection_credentials,
397397
connections=connections)

0 commit comments

Comments
 (0)
0