Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add subscriptions sample #1487

Open
wants to merge 24 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4a3d9a9
add subscriptions sample
jacalata Oct 4, 2024
b49eac5
feat(exceptions): separate failed signin error (#1478)
jorwoods Oct 10, 2024
9495fe8
docs: add docstrings to auth objects and endpoints (#1484)
jorwoods Oct 10, 2024
0af5512
Set FILESIZE_LIMIT_MB via environment variables (#1466)
Der-Henning Oct 10, 2024
c6dabdd
added PulseMetricDefine cap (#1490)
AlbertWangXu Oct 10, 2024
0efd735
Adding project permissions handling for databases, tables and virtual…
TrimPeachu Oct 10, 2024
f8728b2
docs: docstrings for Server and ServerInfo (#1494)
jorwoods Oct 11, 2024
89e1ddf
refactor request_options, add language param (#1481)
jacalata Oct 11, 2024
1b64987
docs: docstrings for user item and endpoint (#1485)
jorwoods Oct 11, 2024
9b1b940
ci: build on python 3.13 (#1492)
jorwoods Oct 14, 2024
d880d52
docs: workbook docstrings (#1488)
jorwoods Oct 15, 2024
9f59af1
chore: type hint default permissions endpoints (#1493)
jorwoods Oct 15, 2024
2ff9697
fix: handle 0 item response in querysets (#1501)
jorwoods Oct 17, 2024
e623511
ci: cache dependencies for faster builds (#1497)
jorwoods Oct 17, 2024
c361f8f
Feature: export custom views #999 (#1506)
renoyjohnm Oct 22, 2024
607fa8b
chore: remove py2 holdover code (#1496)
jorwoods Oct 22, 2024
60dfd4d
Update samples for Python 3.x compatibility (#1479)
bcantoni Oct 22, 2024
63ece82
chore: support VizqlDataApiAccess capability (#1504)
jorwoods Oct 22, 2024
b65d8d4
Remove sample code showing group name encoding (#1486)
jacalata Oct 23, 2024
3e38372
Update requests library for CVE CVE-2024-35195 (#1507)
jacalata Oct 23, 2024
878d593
docs: docstrings for site item and endpoint (#1495)
jorwoods Oct 23, 2024
c3ea910
Bring development and master into sync (#1509)
jacalata Oct 23, 2024
7195902
add subscriptions sample
jacalata Oct 4, 2024
7a36873
Merge branch 'jac/subscription-sample' of github.com:tableau/server-c…
jacalata Oct 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: support VizqlDataApiAccess capability (#1504)
Co-authored-by: Jordan Woods <[email protected]>
jorwoods and jorwoods authored Oct 22, 2024
commit 63ece8235a1febcb58edd881f3fa91bac52836f2
1 change: 1 addition & 0 deletions tableauserverclient/models/permissions_item.py
Original file line number Diff line number Diff line change
@@ -36,6 +36,7 @@ class Capability:
ShareView = "ShareView"
ViewComments = "ViewComments"
ViewUnderlyingData = "ViewUnderlyingData"
VizqlDataApiAccess = "VizqlDataApiAccess"
WebAuthoring = "WebAuthoring"
Write = "Write"
RunExplainData = "RunExplainData"