Skip to content

Commit 63ece82

Browse files
authored
chore: support VizqlDataApiAccess capability (#1504)
Co-authored-by: Jordan Woods <[email protected]>
1 parent 60dfd4d commit 63ece82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableauserverclient/models/permissions_item.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class Capability:
3636
ShareView = "ShareView"
3737
ViewComments = "ViewComments"
3838
ViewUnderlyingData = "ViewUnderlyingData"
39+
VizqlDataApiAccess = "VizqlDataApiAccess"
3940
WebAuthoring = "WebAuthoring"
4041
Write = "Write"
4142
RunExplainData = "RunExplainData"

0 commit comments

Comments
 (0)