8000 Type hint webhooks (#945) · tableau/server-client-python@222315e · GitHub
[go: up one dir, main page]

Skip to content

Commit 222315e

Browse files
jorwoodsjacalata
authored andcommitted
Type hint webhooks (#945)
1 parent 4e65da7 commit 222315e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableauserverclient/server/endpoint/workbooks_endpoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ 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,
339340
skip_connection_check: bool = False,
340341
):
341342

0 commit comments

Comments
 (0)
0