Skip to content

Commit

Permalink
chore: support VizqlDataApiAccess capability (#1504)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Woods <[email protected]>
  • Loading branch information
jorwoods and jorwoods authored Oct 22, 2024
1 parent 60dfd4d commit 63ece82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tableauserverclient/models/permissions_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class Capability:
ShareView = "ShareView"
ViewComments = "ViewComments"
ViewUnderlyingData = "ViewUnderlyingData"
VizqlDataApiAccess = "VizqlDataApiAccess"
WebAuthoring = "WebAuthoring"
Write = "Write"
RunExplainData = "RunExplainData"
Expand Down

0 comments on commit 63ece82

Please sign in to comment.