Skip to content

Commit 9361c34

Browse files
committed
Add back old format for setting hidden views on publish (#955)
* add back hidden_views to publish request as a deprecated option
1 parent 8c4b981 commit 9361c34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tableauserverclient/server/endpoint/workbooks_endpoint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def publish(
418418
workbook_item,
419419
connection_credentials=conn_creds,
420420
connections=connections,
421+
hidden_views=hidden_views,
421422
)
422423
else:
423424
logger.info("Publishing {0} to server".format(filename))
@@ -439,6 +440,7 @@ def publish(
439440
file_contents,
440441
connection_credentials=conn_creds,
441442
connections=connections,
443+
hidden_views=hidden_views,
442444
)
443445
logger.debug("Request xml: {0} ".format(redact_xml(xml_request[:1000])))
444446

0 commit comments

Comments
 (0)