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。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。