8000 Add Status and StartedAt filters for jobs endpoint (#1023) · tableau/server-client-python@63eab28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63eab28

Browse files
jorwoodsjacalata
authored andcommitted
Add Status and StartedAt filters for jobs endpoint (#1023)
* Add Status, ParentProjectId and StartedAt filters for jobs endpoint
1 parent b102a4c commit 63eab28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tableauserverclient/server/request_options.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,13 @@ class Field:
4646
OwnerDomain = "ownerDomain"
4747
OwnerEmail = "ownerEmail"
4848
OwnerName = "ownerName"
49+
ParentProjectId = "parentProjectId"
4950
Progress = "progress"
5051
ProjectName = "projectName"
5152
PublishSamples = "publishSamples"
5253
SiteRole = "siteRole"
54+
StartedAt = "startedAt"
55+
Status = "status"
5356
Subtitle = "subtitle"
5457
Tags = "tags"
5558
Title = "title"

0 commit comments

Comments
 (0)
0