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

Skip to content

Commit 2f28642

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 d2b72e0 commit 2f28642

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
@@ -335,7 +335,6 @@ def publish(
335335
connection_credentials: Optional["ConnectionCredentials"] = None,
336336
connections: Optional[Sequence[ConnectionItem]] = None,
337337
as_job: bool = False,
338-
hidden_views: Optional[Sequence[str]] = None,
339338
skip_connection_check: bool = False,
340339
):
341340

@@ -417,7 +416,6 @@ def publish(
417416
workbook_item,
418417
connection_credentials=conn_creds,
419418
connections=connections,
420-
hidden_views=hidden_views,
421419
)
422420
else:
423421
logger.info("Publishing {0} to server".format(filename))
@@ -439,7 +437,6 @@ def publish(
439437
file_contents,
440438
connection_credentials=conn_creds,
441439
connections=connections,
442-
hidden_views=hidden_views,
443440
)
444441
logger.debug("Request xml: {0} ".format(xml_request[:1000]))
445442

0 commit comments

Comments
 (0)
0