Tableau Server Client (TSC)
中TaskItem
的用法。
用法
TaskItem(id, task_type, priority, consecutive_failed_count=0, schedule_id=None, target=None)
屬性
名字 | 說明 |
---|---|
id |
站點上任務的 ID。 |
task_type |
提取任務的類型 - 完全或增量刷新。 |
priority |
服務器上任務的優先級。 |
consecutive_failed_count |
連續執行失敗的次數。 |
schedule_id |
網站上日程安排的 ID。 |
target |
與任務關聯的對象 datasource 或 workbook 。源文件:models/target.py |
示例
# import tableauserverclient as TSC
# server = TSC.Server('server')
task = server.tasks.get_by_id('9f9e9d9c-8b8a-8f8e-7d7c-7b7a6f6d6e6d')
print(task)
源文件:models/task_item.py
相關用法
- Python Tableau TableauAuth用法及代碼示例
- Python Thread join()用法及代碼示例
- Python Tensorflow asin()用法及代碼示例
- Python Thread run()用法及代碼示例
- Python TextBlob.correct()用法及代碼示例
- Python Tuple len()用法及代碼示例
- Python Tensorflow math.accumulate_n()用法及代碼示例
- Python Tensorflow cosh()用法及代碼示例
- Python Tuple min()用法及代碼示例
- Python Thread setName()用法及代碼示例
- Python TextCalendar prmonth()用法及代碼示例
- Python Tensorflow sin()用法及代碼示例
- Python Tuples轉Dictionary用法及代碼示例
- Python Tensorflow acos()用法及代碼示例
- Python Tuple轉integer用法及代碼示例
- Python Tensorflow asinh()用法及代碼示例
- Python Tensorflow nn.softplus()用法及代碼示例
- Python Tensorflow exp()用法及代碼示例
- Python Tensorflow logical_and()用法及代碼示例
- Python Tensorflow logical_or()用法及代碼示例
- Python Timer cancel()用法及代碼示例
- Python TextCalendar formatyear()用法及代碼示例
- Python Sympy Triangle.is_right()用法及代碼示例
- Python Tensorflow atanh()用法及代碼示例
- Python TextBlob.Word.spellcheck()用法及代碼示例
注:本文由純淨天空篩選整理自tableau.github.io大神的英文原創作品 TaskItem class。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。