tencentcloud-sdk-python-wedata 3.1.82__tar.gz → 3.1.87__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.82 → tencentcloud_sdk_python_wedata-3.1.87}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/setup.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20210820/models.py +17 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20250806/models.py +83 -34
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud_sdk_python_wedata.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_wedata-3.1.87/tencentcloud_sdk_python_wedata.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_wedata-3.1.82/tencentcloud_sdk_python_wedata.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/README.rst +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/setup.cfg +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20210820/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20210820/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20210820/wedata_client.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20210820/wedata_client_async.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20250806/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20250806/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20250806/wedata_client.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20250806/wedata_client_async.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud_sdk_python_wedata.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud_sdk_python_wedata.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.82 → tencentcloud_sdk_python_wedata-3.1.87}/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.87
|
|
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.87
|
|
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.87,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Wedata SDK for Python',
|
|
@@ -22703,12 +22703,16 @@ class DatabaseRealViewVOPageVO(AbstractModel):
|
|
|
22703
22703
|
:param _Rows: 记录
|
|
22704
22704
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
22705
22705
|
:type Rows: list of DatabaseRealViewVO
|
|
22706
|
+
:param _SnapshotId: 分页快照id
|
|
22707
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22708
|
+
:type SnapshotId: str
|
|
22706
22709
|
"""
|
|
22707
22710
|
self._PageNumber = None
|
|
22708
22711
|
self._PageSize = None
|
|
22709
22712
|
self._TotalCount = None
|
|
22710
22713
|
self._TotalPageNumber = None
|
|
22711
22714
|
self._Rows = None
|
|
22715
|
+
self._SnapshotId = None
|
|
22712
22716
|
|
|
22713
22717
|
@property
|
|
22714
22718
|
def PageNumber(self):
|
|
@@ -22770,6 +22774,18 @@ class DatabaseRealViewVOPageVO(AbstractModel):
|
|
|
22770
22774
|
def Rows(self, Rows):
|
|
22771
22775
|
self._Rows = Rows
|
|
22772
22776
|
|
|
22777
|
+
@property
|
|
22778
|
+
def SnapshotId(self):
|
|
22779
|
+
r"""分页快照id
|
|
22780
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
22781
|
+
:rtype: str
|
|
22782
|
+
"""
|
|
22783
|
+
return self._SnapshotId
|
|
22784
|
+
|
|
22785
|
+
@SnapshotId.setter
|
|
22786
|
+
def SnapshotId(self, SnapshotId):
|
|
22787
|
+
self._SnapshotId = SnapshotId
|
|
22788
|
+
|
|
22773
22789
|
|
|
22774
22790
|
def _deserialize(self, params):
|
|
22775
22791
|
self._PageNumber = params.get("PageNumber")
|
|
@@ -22782,6 +22798,7 @@ class DatabaseRealViewVOPageVO(AbstractModel):
|
|
|
22782
22798
|
obj = DatabaseRealViewVO()
|
|
22783
22799
|
obj._deserialize(item)
|
|
22784
22800
|
self._Rows.append(obj)
|
|
22801
|
+
self._SnapshotId = params.get("SnapshotId")
|
|
22785
22802
|
memeber_set = set(params.keys())
|
|
22786
22803
|
for name, value in vars(self).items():
|
|
22787
22804
|
property_name = name[1:]
|
|
@@ -8227,6 +8227,8 @@ class CreateTriggerTaskSchedulerConfiguration(AbstractModel):
|
|
|
8227
8227
|
:type DependencyTriggerPolicy: str
|
|
8228
8228
|
:param _AllowDownstreamDependency: <p>是否允许下游依赖 1允许 0不允许</p><p>取值范围:[0, 1]</p><p>默认值:1</p>
|
|
8229
8229
|
:type AllowDownstreamDependency: int
|
|
8230
|
+
:param _ScheduleType: <p>调度类型: 0 正常调度 1 空跑调度</p><p>枚举值:</p><ul><li>0: 正常调度</li><li>1: 空跑调度</li></ul><p>默认值:0</p>
|
|
8231
|
+
:type ScheduleType: int
|
|
8230
8232
|
"""
|
|
8231
8233
|
self._UpstreamDependencyConfigList = None
|
|
8232
8234
|
self._RunPriorityType = None
|
|
@@ -8240,6 +8242,7 @@ class CreateTriggerTaskSchedulerConfiguration(AbstractModel):
|
|
|
8240
8242
|
self._TaskOutputRegistryList = None
|
|
8241
8243
|
self._DependencyTriggerPolicy = None
|
|
8242
8244
|
self._AllowDownstreamDependency = None
|
|
8245
|
+
self._ScheduleType = None
|
|
8243
8246
|
|
|
8244
8247
|
@property
|
|
8245
8248
|
def UpstreamDependencyConfigList(self):
|
|
@@ -8373,6 +8376,17 @@ class CreateTriggerTaskSchedulerConfiguration(AbstractModel):
|
|
|
8373
8376
|
def AllowDownstreamDependency(self, AllowDownstreamDependency):
|
|
8374
8377
|
self._AllowDownstreamDependency = AllowDownstreamDependency
|
|
8375
8378
|
|
|
8379
|
+
@property
|
|
8380
|
+
def ScheduleType(self):
|
|
8381
|
+
r"""<p>调度类型: 0 正常调度 1 空跑调度</p><p>枚举值:</p><ul><li>0: 正常调度</li><li>1: 空跑调度</li></ul><p>默认值:0</p>
|
|
8382
|
+
:rtype: int
|
|
8383
|
+
"""
|
|
8384
|
+
return self._ScheduleType
|
|
8385
|
+
|
|
8386
|
+
@ScheduleType.setter
|
|
8387
|
+
def ScheduleType(self, ScheduleType):
|
|
8388
|
+
self._ScheduleType = ScheduleType
|
|
8389
|
+
|
|
8376
8390
|
|
|
8377
8391
|
def _deserialize(self, params):
|
|
8378
8392
|
if params.get("UpstreamDependencyConfigList") is not None:
|
|
@@ -8407,6 +8421,7 @@ class CreateTriggerTaskSchedulerConfiguration(AbstractModel):
|
|
|
8407
8421
|
self._TaskOutputRegistryList.append(obj)
|
|
8408
8422
|
self._DependencyTriggerPolicy = params.get("DependencyTriggerPolicy")
|
|
8409
8423
|
self._AllowDownstreamDependency = params.get("AllowDownstreamDependency")
|
|
8424
|
+
self._ScheduleType = params.get("ScheduleType")
|
|
8410
8425
|
memeber_set = set(params.keys())
|
|
8411
8426
|
for name, value in vars(self).items():
|
|
8412
8427
|
property_name = name[1:]
|
|
@@ -19414,27 +19429,31 @@ class InTaskParameter(AbstractModel):
|
|
|
19414
19429
|
|
|
19415
19430
|
def __init__(self):
|
|
19416
19431
|
r"""
|
|
19417
|
-
:param _ParamKey:
|
|
19432
|
+
:param _ParamKey: <p>参数名</p>
|
|
19418
19433
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19419
19434
|
:type ParamKey: str
|
|
19420
|
-
:param _ParamDesc:
|
|
19435
|
+
:param _ParamDesc: <p>参数描述:格式为 项目标识.任务名称.参数名;例:project_wedata_1.sh_250820_104107.pp_out</p>
|
|
19421
19436
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19422
19437
|
:type ParamDesc: str
|
|
19423
|
-
:param _FromTaskId:
|
|
19438
|
+
:param _FromTaskId: <p>父任务ID</p>
|
|
19424
19439
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19425
19440
|
:type FromTaskId: str
|
|
19426
|
-
:param _FromParamKey:
|
|
19441
|
+
:param _FromParamKey: <p>父任务参数key</p>
|
|
19427
19442
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19428
19443
|
:type FromParamKey: str
|
|
19444
|
+
:param _Type: <p>任务输入类型,默认使用TASK</p><p>枚举值:</p><ul><li>TASK: 来源为父任务</li><li>CONSTANT: 常量值,目前仅for-each节点支持</li></ul>
|
|
19445
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
19446
|
+
:type Type: str
|
|
19429
19447
|
"""
|
|
19430
19448
|
self._ParamKey = None
|
|
19431
19449
|
self._ParamDesc = None
|
|
19432
19450
|
self._FromTaskId = None
|
|
19433
19451
|
self._FromParamKey = None
|
|
19452
|
+
self._Type = None
|
|
19434
19453
|
|
|
19435
19454
|
@property
|
|
19436
19455
|
def ParamKey(self):
|
|
19437
|
-
r"""
|
|
19456
|
+
r"""<p>参数名</p>
|
|
19438
19457
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19439
19458
|
:rtype: str
|
|
19440
19459
|
"""
|
|
@@ -19446,7 +19465,7 @@ class InTaskParameter(AbstractModel):
|
|
|
19446
19465
|
|
|
19447
19466
|
@property
|
|
19448
19467
|
def ParamDesc(self):
|
|
19449
|
-
r"""
|
|
19468
|
+
r"""<p>参数描述:格式为 项目标识.任务名称.参数名;例:project_wedata_1.sh_250820_104107.pp_out</p>
|
|
19450
19469
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19451
19470
|
:rtype: str
|
|
19452
19471
|
"""
|
|
@@ -19458,7 +19477,7 @@ class InTaskParameter(AbstractModel):
|
|
|
19458
19477
|
|
|
19459
19478
|
@property
|
|
19460
19479
|
def FromTaskId(self):
|
|
19461
|
-
r"""
|
|
19480
|
+
r"""<p>父任务ID</p>
|
|
19462
19481
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19463
19482
|
:rtype: str
|
|
19464
19483
|
"""
|
|
@@ -19470,7 +19489,7 @@ class InTaskParameter(AbstractModel):
|
|
|
19470
19489
|
|
|
19471
19490
|
@property
|
|
19472
19491
|
def FromParamKey(self):
|
|
19473
|
-
r"""
|
|
19492
|
+
r"""<p>父任务参数key</p>
|
|
19474
19493
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19475
19494
|
:rtype: str
|
|
19476
19495
|
"""
|
|
@@ -19480,12 +19499,25 @@ class InTaskParameter(AbstractModel):
|
|
|
19480
19499
|
def FromParamKey(self, FromParamKey):
|
|
19481
19500
|
self._FromParamKey = FromParamKey
|
|
19482
19501
|
|
|
19502
|
+
@property
|
|
19503
|
+
def Type(self):
|
|
19504
|
+
r"""<p>任务输入类型,默认使用TASK</p><p>枚举值:</p><ul><li>TASK: 来源为父任务</li><li>CONSTANT: 常量值,目前仅for-each节点支持</li></ul>
|
|
19505
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
19506
|
+
:rtype: str
|
|
19507
|
+
"""
|
|
19508
|
+
return self._Type
|
|
19509
|
+
|
|
19510
|
+
@Type.setter
|
|
19511
|
+
def Type(self, Type):
|
|
19512
|
+
self._Type = Type
|
|
19513
|
+
|
|
19483
19514
|
|
|
19484
19515
|
def _deserialize(self, params):
|
|
19485
19516
|
self._ParamKey = params.get("ParamKey")
|
|
19486
19517
|
self._ParamDesc = params.get("ParamDesc")
|
|
19487
19518
|
self._FromTaskId = params.get("FromTaskId")
|
|
19488
19519
|
self._FromParamKey = params.get("FromParamKey")
|
|
19520
|
+
self._Type = params.get("Type")
|
|
19489
19521
|
memeber_set = set(params.keys())
|
|
19490
19522
|
for name, value in vars(self).items():
|
|
19491
19523
|
property_name = name[1:]
|
|
@@ -24093,17 +24125,17 @@ class ListLineageRequest(AbstractModel):
|
|
|
24093
24125
|
|
|
24094
24126
|
def __init__(self):
|
|
24095
24127
|
r"""
|
|
24096
|
-
:param _ResourceUniqueId:
|
|
24128
|
+
:param _ResourceUniqueId: <p>实体唯一ID</p>
|
|
24097
24129
|
:type ResourceUniqueId: str
|
|
24098
|
-
:param _ResourceType:
|
|
24130
|
+
:param _ResourceType: <p>实体类型 TABLE|METRIC|MODEL|SERVICE|COLUMN</p>
|
|
24099
24131
|
:type ResourceType: str
|
|
24100
|
-
:param _Direction:
|
|
24132
|
+
:param _Direction: <p>血缘方向 INPUT|OUTPUT</p>
|
|
24101
24133
|
:type Direction: str
|
|
24102
|
-
:param _PageNumber:
|
|
24134
|
+
:param _PageNumber: <p>页码</p>
|
|
24103
24135
|
:type PageNumber: int
|
|
24104
|
-
:param _PageSize:
|
|
24136
|
+
:param _PageSize: <p>分页大小</p>
|
|
24105
24137
|
:type PageSize: int
|
|
24106
|
-
:param _Platform:
|
|
24138
|
+
:param _Platform: <p>来源:WEDATA|THIRD 默认WEDATA</p>
|
|
24107
24139
|
:type Platform: str
|
|
24108
24140
|
"""
|
|
24109
24141
|
self._ResourceUniqueId = None
|
|
@@ -24115,7 +24147,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24115
24147
|
|
|
24116
24148
|
@property
|
|
24117
24149
|
def ResourceUniqueId(self):
|
|
24118
|
-
r"""
|
|
24150
|
+
r"""<p>实体唯一ID</p>
|
|
24119
24151
|
:rtype: str
|
|
24120
24152
|
"""
|
|
24121
24153
|
return self._ResourceUniqueId
|
|
@@ -24126,7 +24158,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24126
24158
|
|
|
24127
24159
|
@property
|
|
24128
24160
|
def ResourceType(self):
|
|
24129
|
-
r"""
|
|
24161
|
+
r"""<p>实体类型 TABLE|METRIC|MODEL|SERVICE|COLUMN</p>
|
|
24130
24162
|
:rtype: str
|
|
24131
24163
|
"""
|
|
24132
24164
|
return self._ResourceType
|
|
@@ -24137,7 +24169,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24137
24169
|
|
|
24138
24170
|
@property
|
|
24139
24171
|
def Direction(self):
|
|
24140
|
-
r"""
|
|
24172
|
+
r"""<p>血缘方向 INPUT|OUTPUT</p>
|
|
24141
24173
|
:rtype: str
|
|
24142
24174
|
"""
|
|
24143
24175
|
return self._Direction
|
|
@@ -24148,7 +24180,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24148
24180
|
|
|
24149
24181
|
@property
|
|
24150
24182
|
def PageNumber(self):
|
|
24151
|
-
r"""
|
|
24183
|
+
r"""<p>页码</p>
|
|
24152
24184
|
:rtype: int
|
|
24153
24185
|
"""
|
|
24154
24186
|
return self._PageNumber
|
|
@@ -24159,7 +24191,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24159
24191
|
|
|
24160
24192
|
@property
|
|
24161
24193
|
def PageSize(self):
|
|
24162
|
-
r"""
|
|
24194
|
+
r"""<p>分页大小</p>
|
|
24163
24195
|
:rtype: int
|
|
24164
24196
|
"""
|
|
24165
24197
|
return self._PageSize
|
|
@@ -24170,7 +24202,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24170
24202
|
|
|
24171
24203
|
@property
|
|
24172
24204
|
def Platform(self):
|
|
24173
|
-
r"""
|
|
24205
|
+
r"""<p>来源:WEDATA|THIRD 默认WEDATA</p>
|
|
24174
24206
|
:rtype: str
|
|
24175
24207
|
"""
|
|
24176
24208
|
return self._Platform
|
|
@@ -24204,7 +24236,7 @@ class ListLineageResponse(AbstractModel):
|
|
|
24204
24236
|
|
|
24205
24237
|
def __init__(self):
|
|
24206
24238
|
r"""
|
|
24207
|
-
:param _Data:
|
|
24239
|
+
:param _Data: <p>分页数据</p>
|
|
24208
24240
|
:type Data: :class:`tencentcloud.wedata.v20250806.models.ListLineagePage`
|
|
24209
24241
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
24210
24242
|
:type RequestId: str
|
|
@@ -24214,7 +24246,7 @@ class ListLineageResponse(AbstractModel):
|
|
|
24214
24246
|
|
|
24215
24247
|
@property
|
|
24216
24248
|
def Data(self):
|
|
24217
|
-
r"""
|
|
24249
|
+
r"""<p>分页数据</p>
|
|
24218
24250
|
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListLineagePage`
|
|
24219
24251
|
"""
|
|
24220
24252
|
return self._Data
|
|
@@ -25677,15 +25709,15 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25677
25709
|
|
|
25678
25710
|
def __init__(self):
|
|
25679
25711
|
r"""
|
|
25680
|
-
:param _ProcessId:
|
|
25712
|
+
:param _ProcessId: <p>任务唯一ID</p>
|
|
25681
25713
|
:type ProcessId: str
|
|
25682
|
-
:param _ProcessType:
|
|
25714
|
+
:param _ProcessType: <p>任务类型 //调度任务 SCHEDULE_TASK, //集成任务 INTEGRATION_TASK, //第三方上报 THIRD_REPORT, //数据建模 TABLE_MODEL, //模型创建指标 MODEL_METRIC, //原子指标创建衍生指标 METRIC_METRIC, //数据服务 DATA_SERVICE</p>
|
|
25683
25715
|
:type ProcessType: str
|
|
25684
|
-
:param _PageNumber:
|
|
25716
|
+
:param _PageNumber: <p>页码</p>
|
|
25685
25717
|
:type PageNumber: int
|
|
25686
|
-
:param _PageSize:
|
|
25718
|
+
:param _PageSize: <p>分页大小</p>
|
|
25687
25719
|
:type PageSize: int
|
|
25688
|
-
:param _Platform:
|
|
25720
|
+
:param _Platform: <p>来源:WEDATA|THIRD 默认WEDATA</p>
|
|
25689
25721
|
:type Platform: str
|
|
25690
25722
|
"""
|
|
25691
25723
|
self._ProcessId = None
|
|
@@ -25696,7 +25728,7 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25696
25728
|
|
|
25697
25729
|
@property
|
|
25698
25730
|
def ProcessId(self):
|
|
25699
|
-
r"""
|
|
25731
|
+
r"""<p>任务唯一ID</p>
|
|
25700
25732
|
:rtype: str
|
|
25701
25733
|
"""
|
|
25702
25734
|
return self._ProcessId
|
|
@@ -25707,7 +25739,7 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25707
25739
|
|
|
25708
25740
|
@property
|
|
25709
25741
|
def ProcessType(self):
|
|
25710
|
-
r"""
|
|
25742
|
+
r"""<p>任务类型 //调度任务 SCHEDULE_TASK, //集成任务 INTEGRATION_TASK, //第三方上报 THIRD_REPORT, //数据建模 TABLE_MODEL, //模型创建指标 MODEL_METRIC, //原子指标创建衍生指标 METRIC_METRIC, //数据服务 DATA_SERVICE</p>
|
|
25711
25743
|
:rtype: str
|
|
25712
25744
|
"""
|
|
25713
25745
|
return self._ProcessType
|
|
@@ -25718,7 +25750,7 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25718
25750
|
|
|
25719
25751
|
@property
|
|
25720
25752
|
def PageNumber(self):
|
|
25721
|
-
r"""
|
|
25753
|
+
r"""<p>页码</p>
|
|
25722
25754
|
:rtype: int
|
|
25723
25755
|
"""
|
|
25724
25756
|
return self._PageNumber
|
|
@@ -25729,7 +25761,7 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25729
25761
|
|
|
25730
25762
|
@property
|
|
25731
25763
|
def PageSize(self):
|
|
25732
|
-
r"""
|
|
25764
|
+
r"""<p>分页大小</p>
|
|
25733
25765
|
:rtype: int
|
|
25734
25766
|
"""
|
|
25735
25767
|
return self._PageSize
|
|
@@ -25740,7 +25772,7 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25740
25772
|
|
|
25741
25773
|
@property
|
|
25742
25774
|
def Platform(self):
|
|
25743
|
-
r"""
|
|
25775
|
+
r"""<p>来源:WEDATA|THIRD 默认WEDATA</p>
|
|
25744
25776
|
:rtype: str
|
|
25745
25777
|
"""
|
|
25746
25778
|
return self._Platform
|
|
@@ -25773,7 +25805,7 @@ class ListProcessLineageResponse(AbstractModel):
|
|
|
25773
25805
|
|
|
25774
25806
|
def __init__(self):
|
|
25775
25807
|
r"""
|
|
25776
|
-
:param _Data:
|
|
25808
|
+
:param _Data: <p>分页数据</p>
|
|
25777
25809
|
:type Data: :class:`tencentcloud.wedata.v20250806.models.ListProcessLineagePage`
|
|
25778
25810
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
25779
25811
|
:type RequestId: str
|
|
@@ -25783,7 +25815,7 @@ class ListProcessLineageResponse(AbstractModel):
|
|
|
25783
25815
|
|
|
25784
25816
|
@property
|
|
25785
25817
|
def Data(self):
|
|
25786
|
-
r"""
|
|
25818
|
+
r"""<p>分页数据</p>
|
|
25787
25819
|
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListProcessLineagePage`
|
|
25788
25820
|
"""
|
|
25789
25821
|
return self._Data
|
|
@@ -56685,6 +56717,9 @@ class TriggerTaskSchedulerConfiguration(AbstractModel):
|
|
|
56685
56717
|
:param _AllowDownstreamDependency: <p>是否允许下游依赖 1允许 0不允许</p><p>取值范围:[0, 1]</p>
|
|
56686
56718
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56687
56719
|
:type AllowDownstreamDependency: int
|
|
56720
|
+
:param _ScheduleType: <p>调度类型: 0 正常调度 1 空跑调度</p><p>枚举值:</p><ul><li>0: 正常调度</li><li>1: 空跑调度</li></ul><p>默认值:0</p>
|
|
56721
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
56722
|
+
:type ScheduleType: int
|
|
56688
56723
|
"""
|
|
56689
56724
|
self._UpstreamDependencyConfigList = None
|
|
56690
56725
|
self._RunPriorityType = None
|
|
@@ -56698,6 +56733,7 @@ class TriggerTaskSchedulerConfiguration(AbstractModel):
|
|
|
56698
56733
|
self._TaskOutputRegistryList = None
|
|
56699
56734
|
self._DependencyTriggerPolicy = None
|
|
56700
56735
|
self._AllowDownstreamDependency = None
|
|
56736
|
+
self._ScheduleType = None
|
|
56701
56737
|
|
|
56702
56738
|
@property
|
|
56703
56739
|
def UpstreamDependencyConfigList(self):
|
|
@@ -56843,6 +56879,18 @@ class TriggerTaskSchedulerConfiguration(AbstractModel):
|
|
|
56843
56879
|
def AllowDownstreamDependency(self, AllowDownstreamDependency):
|
|
56844
56880
|
self._AllowDownstreamDependency = AllowDownstreamDependency
|
|
56845
56881
|
|
|
56882
|
+
@property
|
|
56883
|
+
def ScheduleType(self):
|
|
56884
|
+
r"""<p>调度类型: 0 正常调度 1 空跑调度</p><p>枚举值:</p><ul><li>0: 正常调度</li><li>1: 空跑调度</li></ul><p>默认值:0</p>
|
|
56885
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
56886
|
+
:rtype: int
|
|
56887
|
+
"""
|
|
56888
|
+
return self._ScheduleType
|
|
56889
|
+
|
|
56890
|
+
@ScheduleType.setter
|
|
56891
|
+
def ScheduleType(self, ScheduleType):
|
|
56892
|
+
self._ScheduleType = ScheduleType
|
|
56893
|
+
|
|
56846
56894
|
|
|
56847
56895
|
def _deserialize(self, params):
|
|
56848
56896
|
if params.get("UpstreamDependencyConfigList") is not None:
|
|
@@ -56877,6 +56925,7 @@ class TriggerTaskSchedulerConfiguration(AbstractModel):
|
|
|
56877
56925
|
self._TaskOutputRegistryList.append(obj)
|
|
56878
56926
|
self._DependencyTriggerPolicy = params.get("DependencyTriggerPolicy")
|
|
56879
56927
|
self._AllowDownstreamDependency = params.get("AllowDownstreamDependency")
|
|
56928
|
+
self._ScheduleType = params.get("ScheduleType")
|
|
56880
56929
|
memeber_set = set(params.keys())
|
|
56881
56930
|
for name, value in vars(self).items():
|
|
56882
56931
|
property_name = name[1:]
|
|
@@ -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.87
|
|
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.87
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.87
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.82
|
|
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
|