8000 Tag wait_for_job with version number · tableau/server-client-python@e9b9703 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9b9703

Browse files
committed
Tag wait_for_job with version number
1 parent 83ef17b commit e9b9703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableauserverclient/server/endpoint/jobs_endpoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def get_by_id(self, job_id):
5050
new_job = JobItem.from_response(server_response.content, self.parent_srv.namespace)[0]
5151
return new_job
5252

53+
@api(version="2.6")
5354
def wait_for_job(self, job_id, *, timeout=None):
5455
if isinstance(job_id, JobItem):
5556
job_id = job_id.id

0 commit comments

Comments
 (0)
0