8000 Add back old format for setting hidden views on publish (#955) · tableau/server-client-python@797344a · GitHub
[go: up one dir, main page]

Skip to content

Commit 797344a

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 0d879b3 commit 797344a

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
@@ -417,6 +417,7 @@ def publish(
417417
workbook_item,
418418
connection_credentials=conn_creds,
419419
connections=connections,
420+
hidden_views=hidden_views,
420421
)
421422
else:
422423
logger.info("Publishing {0} to server".format(filename))
@@ -438,6 +439,7 @@ def publish(
438439
file_contents,
439440
connection_credentials=conn_creds,
440441
connections=connections,
442+
hidden_views=hidden_views,
441443
)
442444
logger.debug("Request xml: {0} ".format(xml_request[:1000]))
443445

0 commit comments

Comments
 (0)
0