We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e65da7 commit 222315eCopy full SHA for 222315e
tableauserverclient/server/endpoint/workbooks_endpoint.py
@@ -336,6 +336,7 @@ def publish(
336
connection_credentials: Optional["ConnectionCredentials"] = None,
337
connections: Optional[Sequence[ConnectionItem]] = None,
338
as_job: bool = False,
339
+ hidden_views: Optional[Sequence[str]] = None,
340
skip_connection_check: bool = False,
341
):
342
0 commit comments