tencentcloud-sdk-python-wedata 3.1.61__tar.gz → 3.1.64__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/setup.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/wedata/v20210820/models.py +67 -8
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud_sdk_python_wedata.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_wedata-3.1.64/tencentcloud_sdk_python_wedata.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_wedata-3.1.61/tencentcloud_sdk_python_wedata.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/README.rst +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/setup.cfg +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/wedata/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/wedata/v20210820/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/wedata/v20210820/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/wedata/v20210820/wedata_client.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/wedata/v20210820/wedata_client_async.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/wedata/v20250806/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/wedata/v20250806/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/wedata/v20250806/models.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/wedata/v20250806/wedata_client.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud/wedata/v20250806/wedata_client_async.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud_sdk_python_wedata.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud_sdk_python_wedata.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.61 → tencentcloud_sdk_python_wedata-3.1.64}/tencentcloud_sdk_python_wedata.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-wedata
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.64
|
|
4
4
|
Summary: Tencent Cloud Wedata SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.64
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-wedata',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.64,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Wedata SDK for Python',
|
|
@@ -19469,6 +19469,9 @@ class DataSetRecord(AbstractModel):
|
|
|
19469
19469
|
:param _MetaFrom: Catalog来源
|
|
19470
19470
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19471
19471
|
:type MetaFrom: str
|
|
19472
|
+
:param _EngineOwner: 引擎侧责任人
|
|
19473
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
19474
|
+
:type EngineOwner: str
|
|
19472
19475
|
"""
|
|
19473
19476
|
self._AssetId = None
|
|
19474
19477
|
self._DatasourceName = None
|
|
@@ -19537,6 +19540,7 @@ class DataSetRecord(AbstractModel):
|
|
|
19537
19540
|
self._FullName = None
|
|
19538
19541
|
self._Namespace = None
|
|
19539
19542
|
self._MetaFrom = None
|
|
19543
|
+
self._EngineOwner = None
|
|
19540
19544
|
|
|
19541
19545
|
@property
|
|
19542
19546
|
def AssetId(self):
|
|
@@ -20344,6 +20348,18 @@ class DataSetRecord(AbstractModel):
|
|
|
20344
20348
|
def MetaFrom(self, MetaFrom):
|
|
20345
20349
|
self._MetaFrom = MetaFrom
|
|
20346
20350
|
|
|
20351
|
+
@property
|
|
20352
|
+
def EngineOwner(self):
|
|
20353
|
+
r"""引擎侧责任人
|
|
20354
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
20355
|
+
:rtype: str
|
|
20356
|
+
"""
|
|
20357
|
+
return self._EngineOwner
|
|
20358
|
+
|
|
20359
|
+
@EngineOwner.setter
|
|
20360
|
+
def EngineOwner(self, EngineOwner):
|
|
20361
|
+
self._EngineOwner = EngineOwner
|
|
20362
|
+
|
|
20347
20363
|
|
|
20348
20364
|
def _deserialize(self, params):
|
|
20349
20365
|
self._AssetId = params.get("AssetId")
|
|
@@ -20447,6 +20463,7 @@ class DataSetRecord(AbstractModel):
|
|
|
20447
20463
|
self._FullName = params.get("FullName")
|
|
20448
20464
|
self._Namespace = params.get("Namespace")
|
|
20449
20465
|
self._MetaFrom = params.get("MetaFrom")
|
|
20466
|
+
self._EngineOwner = params.get("EngineOwner")
|
|
20450
20467
|
memeber_set = set(params.keys())
|
|
20451
20468
|
for name, value in vars(self).items():
|
|
20452
20469
|
property_name = name[1:]
|
|
@@ -85423,6 +85440,14 @@ class ProdSchedulerTask(AbstractModel):
|
|
|
85423
85440
|
:param _InChargeNameList: 负责人name
|
|
85424
85441
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
85425
85442
|
:type InChargeNameList: list of str
|
|
85443
|
+
:param _TaskStatus: 生产调度任务状态,参考调度任务侧状态信息,“DELETED”状态为质量侧单独加的,查不到任务时认为任务“DELETED”
|
|
85444
|
+
'Y': '调度中',
|
|
85445
|
+
'F': '已下线',
|
|
85446
|
+
'O': '已暂停',
|
|
85447
|
+
'INVALID': '已失效',
|
|
85448
|
+
'DELETED': '已删除'
|
|
85449
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
85450
|
+
:type TaskStatus: str
|
|
85426
85451
|
"""
|
|
85427
85452
|
self._WorkflowId = None
|
|
85428
85453
|
self._TaskId = None
|
|
@@ -85432,6 +85457,7 @@ class ProdSchedulerTask(AbstractModel):
|
|
|
85432
85457
|
self._ScheduleTimeZone = None
|
|
85433
85458
|
self._InChargeIdList = None
|
|
85434
85459
|
self._InChargeNameList = None
|
|
85460
|
+
self._TaskStatus = None
|
|
85435
85461
|
|
|
85436
85462
|
@property
|
|
85437
85463
|
def WorkflowId(self):
|
|
@@ -85529,6 +85555,23 @@ class ProdSchedulerTask(AbstractModel):
|
|
|
85529
85555
|
def InChargeNameList(self, InChargeNameList):
|
|
85530
85556
|
self._InChargeNameList = InChargeNameList
|
|
85531
85557
|
|
|
85558
|
+
@property
|
|
85559
|
+
def TaskStatus(self):
|
|
85560
|
+
r"""生产调度任务状态,参考调度任务侧状态信息,“DELETED”状态为质量侧单独加的,查不到任务时认为任务“DELETED”
|
|
85561
|
+
'Y': '调度中',
|
|
85562
|
+
'F': '已下线',
|
|
85563
|
+
'O': '已暂停',
|
|
85564
|
+
'INVALID': '已失效',
|
|
85565
|
+
'DELETED': '已删除'
|
|
85566
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
85567
|
+
:rtype: str
|
|
85568
|
+
"""
|
|
85569
|
+
return self._TaskStatus
|
|
85570
|
+
|
|
85571
|
+
@TaskStatus.setter
|
|
85572
|
+
def TaskStatus(self, TaskStatus):
|
|
85573
|
+
self._TaskStatus = TaskStatus
|
|
85574
|
+
|
|
85532
85575
|
|
|
85533
85576
|
def _deserialize(self, params):
|
|
85534
85577
|
self._WorkflowId = params.get("WorkflowId")
|
|
@@ -85539,6 +85582,7 @@ class ProdSchedulerTask(AbstractModel):
|
|
|
85539
85582
|
self._ScheduleTimeZone = params.get("ScheduleTimeZone")
|
|
85540
85583
|
self._InChargeIdList = params.get("InChargeIdList")
|
|
85541
85584
|
self._InChargeNameList = params.get("InChargeNameList")
|
|
85585
|
+
self._TaskStatus = params.get("TaskStatus")
|
|
85542
85586
|
memeber_set = set(params.keys())
|
|
85543
85587
|
for name, value in vars(self).items():
|
|
85544
85588
|
property_name = name[1:]
|
|
@@ -95826,19 +95870,23 @@ class RuleGroupPage(AbstractModel):
|
|
|
95826
95870
|
|
|
95827
95871
|
def __init__(self):
|
|
95828
95872
|
r"""
|
|
95829
|
-
:param _TotalCount:
|
|
95873
|
+
:param _TotalCount: 查询结果总数量
|
|
95830
95874
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
95831
95875
|
:type TotalCount: int
|
|
95832
95876
|
:param _Items: 规则组列表
|
|
95833
95877
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
95834
95878
|
:type Items: list of RuleGroup
|
|
95879
|
+
:param _MonitorEnabledCount: 已开启监控任务数量(在查询结果总量中)
|
|
95880
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
95881
|
+
:type MonitorEnabledCount: int
|
|
95835
95882
|
"""
|
|
95836
95883
|
self._TotalCount = None
|
|
95837
95884
|
self._Items = None
|
|
95885
|
+
self._MonitorEnabledCount = None
|
|
95838
95886
|
|
|
95839
95887
|
@property
|
|
95840
95888
|
def TotalCount(self):
|
|
95841
|
-
r"""
|
|
95889
|
+
r"""查询结果总数量
|
|
95842
95890
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
95843
95891
|
:rtype: int
|
|
95844
95892
|
"""
|
|
@@ -95860,6 +95908,18 @@ class RuleGroupPage(AbstractModel):
|
|
|
95860
95908
|
def Items(self, Items):
|
|
95861
95909
|
self._Items = Items
|
|
95862
95910
|
|
|
95911
|
+
@property
|
|
95912
|
+
def MonitorEnabledCount(self):
|
|
95913
|
+
r"""已开启监控任务数量(在查询结果总量中)
|
|
95914
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
95915
|
+
:rtype: int
|
|
95916
|
+
"""
|
|
95917
|
+
return self._MonitorEnabledCount
|
|
95918
|
+
|
|
95919
|
+
@MonitorEnabledCount.setter
|
|
95920
|
+
def MonitorEnabledCount(self, MonitorEnabledCount):
|
|
95921
|
+
self._MonitorEnabledCount = MonitorEnabledCount
|
|
95922
|
+
|
|
95863
95923
|
|
|
95864
95924
|
def _deserialize(self, params):
|
|
95865
95925
|
self._TotalCount = params.get("TotalCount")
|
|
@@ -95869,6 +95929,7 @@ class RuleGroupPage(AbstractModel):
|
|
|
95869
95929
|
obj = RuleGroup()
|
|
95870
95930
|
obj._deserialize(item)
|
|
95871
95931
|
self._Items.append(obj)
|
|
95932
|
+
self._MonitorEnabledCount = params.get("MonitorEnabledCount")
|
|
95872
95933
|
memeber_set = set(params.keys())
|
|
95873
95934
|
for name, value in vars(self).items():
|
|
95874
95935
|
property_name = name[1:]
|
|
@@ -118565,12 +118626,11 @@ class TriggerManualTasksRequest(AbstractModel):
|
|
|
118565
118626
|
:type TriggerScope: str
|
|
118566
118627
|
:param _DataTimeList: 运行数据时间列表
|
|
118567
118628
|
:type DataTimeList: list of str
|
|
118568
|
-
:param _WorkflowId:
|
|
118629
|
+
:param _WorkflowId: 手动工作流ID
|
|
118569
118630
|
:type WorkflowId: str
|
|
118570
118631
|
:param _Remark: 备注
|
|
118571
118632
|
:type Remark: str
|
|
118572
|
-
:param _TaskIds:
|
|
118573
|
-
TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK此参数必传
|
|
118633
|
+
:param _TaskIds: 需要运行的手动工作流任务列表TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK此参数必传
|
|
118574
118634
|
:type TaskIds: list of str
|
|
118575
118635
|
:param _SchedulerResourceGroup: 用户提交运行时指定的调度资源组,未指定时使用任务配置的调度资源组
|
|
118576
118636
|
:type SchedulerResourceGroup: str
|
|
@@ -118648,7 +118708,7 @@ TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK
|
|
|
118648
118708
|
|
|
118649
118709
|
@property
|
|
118650
118710
|
def WorkflowId(self):
|
|
118651
|
-
r"""
|
|
118711
|
+
r"""手动工作流ID
|
|
118652
118712
|
:rtype: str
|
|
118653
118713
|
"""
|
|
118654
118714
|
return self._WorkflowId
|
|
@@ -118670,8 +118730,7 @@ TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK
|
|
|
118670
118730
|
|
|
118671
118731
|
@property
|
|
118672
118732
|
def TaskIds(self):
|
|
118673
|
-
r"""
|
|
118674
|
-
TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK此参数必传
|
|
118733
|
+
r"""需要运行的手动工作流任务列表TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK此参数必传
|
|
118675
118734
|
:rtype: list of str
|
|
118676
118735
|
"""
|
|
118677
118736
|
return self._TaskIds
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-wedata
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.64
|
|
4
4
|
Summary: Tencent Cloud Wedata SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.64
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.64
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.61
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|