8000 Clean up hidden_views by making it an attribute of WorkbookItem (#617) · tableau/server-client-python@f8f7639 · GitHub
[go: up one dir, main page]

Skip to content

Commit f8f7639

Browse files
scumljacalata
andcommitted
Clean up hidden_views by making it an attribute of WorkbookItem (#617)
* Clean up hidden views and make it an attribute of workbookitem * Pycodestyle error fix for one letter variable Co-authored-by: Jac <jacalata@users.noreply.github.com> Co-authored by: Stephen Mitchell https://github.com/scuml
1 parent 1eeaca8 commit f8f7639

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tableauserverclient/server/endpoint/workbooks_endpoint.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ def publish(
336336
connection_credentials: Optional["ConnectionCredentials"] = None,
337337
connections: Optional[Sequence[ConnectionItem]] = None,
338338
as_job: bool = False,
339-
hidden_views: Optional[Sequence[str]] = None,
340339
skip_connection_check: bool = False,
341340
):
342341

@@ -418,7 +417,6 @@ def publish(
418417
workbook_item,
419418
connection_credentials=conn_creds,
420419
connections=connections,
421-
hidden_views=hidden_views,
422420
)
423421
else:
424422
logger.info("Publishing {0} to server".format(filename))
@@ -440,7 +438,6 @@ def publish(
440438
file_contents,
441439
connection_credentials=conn_creds,
442440
connections=connections,
443-
hidden_views=hidden_views,
444441
)
445442
logger.debug("Request xml: {0} ".format(redact_xml(xml_request[:1000])))
446443

0 commit comments

Comments
 (0)
0