tencentcloud-sdk-python-wedata 3.1.86__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.86 → tencentcloud_sdk_python_wedata-3.1.87}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/setup.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20210820/models.py +17 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20250806/models.py +26 -26
- {tencentcloud_sdk_python_wedata-3.1.86 → 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.86/tencentcloud_sdk_python_wedata.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/README.rst +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/setup.cfg +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20210820/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20210820/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20210820/wedata_client.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20210820/wedata_client_async.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20250806/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20250806/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20250806/wedata_client.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud/wedata/v20250806/wedata_client_async.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud_sdk_python_wedata.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → tencentcloud_sdk_python_wedata-3.1.87}/tencentcloud_sdk_python_wedata.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.86 → 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:]
|
|
@@ -24125,17 +24125,17 @@ class ListLineageRequest(AbstractModel):
|
|
|
24125
24125
|
|
|
24126
24126
|
def __init__(self):
|
|
24127
24127
|
r"""
|
|
24128
|
-
:param _ResourceUniqueId:
|
|
24128
|
+
:param _ResourceUniqueId: <p>实体唯一ID</p>
|
|
24129
24129
|
:type ResourceUniqueId: str
|
|
24130
|
-
:param _ResourceType:
|
|
24130
|
+
:param _ResourceType: <p>实体类型 TABLE|METRIC|MODEL|SERVICE|COLUMN</p>
|
|
24131
24131
|
:type ResourceType: str
|
|
24132
|
-
:param _Direction:
|
|
24132
|
+
:param _Direction: <p>血缘方向 INPUT|OUTPUT</p>
|
|
24133
24133
|
:type Direction: str
|
|
24134
|
-
:param _PageNumber:
|
|
24134
|
+
:param _PageNumber: <p>页码</p>
|
|
24135
24135
|
:type PageNumber: int
|
|
24136
|
-
:param _PageSize:
|
|
24136
|
+
:param _PageSize: <p>分页大小</p>
|
|
24137
24137
|
:type PageSize: int
|
|
24138
|
-
:param _Platform:
|
|
24138
|
+
:param _Platform: <p>来源:WEDATA|THIRD 默认WEDATA</p>
|
|
24139
24139
|
:type Platform: str
|
|
24140
24140
|
"""
|
|
24141
24141
|
self._ResourceUniqueId = None
|
|
@@ -24147,7 +24147,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24147
24147
|
|
|
24148
24148
|
@property
|
|
24149
24149
|
def ResourceUniqueId(self):
|
|
24150
|
-
r"""
|
|
24150
|
+
r"""<p>实体唯一ID</p>
|
|
24151
24151
|
:rtype: str
|
|
24152
24152
|
"""
|
|
24153
24153
|
return self._ResourceUniqueId
|
|
@@ -24158,7 +24158,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24158
24158
|
|
|
24159
24159
|
@property
|
|
24160
24160
|
def ResourceType(self):
|
|
24161
|
-
r"""
|
|
24161
|
+
r"""<p>实体类型 TABLE|METRIC|MODEL|SERVICE|COLUMN</p>
|
|
24162
24162
|
:rtype: str
|
|
24163
24163
|
"""
|
|
24164
24164
|
return self._ResourceType
|
|
@@ -24169,7 +24169,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24169
24169
|
|
|
24170
24170
|
@property
|
|
24171
24171
|
def Direction(self):
|
|
24172
|
-
r"""
|
|
24172
|
+
r"""<p>血缘方向 INPUT|OUTPUT</p>
|
|
24173
24173
|
:rtype: str
|
|
24174
24174
|
"""
|
|
24175
24175
|
return self._Direction
|
|
@@ -24180,7 +24180,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24180
24180
|
|
|
24181
24181
|
@property
|
|
24182
24182
|
def PageNumber(self):
|
|
24183
|
-
r"""
|
|
24183
|
+
r"""<p>页码</p>
|
|
24184
24184
|
:rtype: int
|
|
24185
24185
|
"""
|
|
24186
24186
|
return self._PageNumber
|
|
@@ -24191,7 +24191,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24191
24191
|
|
|
24192
24192
|
@property
|
|
24193
24193
|
def PageSize(self):
|
|
24194
|
-
r"""
|
|
24194
|
+
r"""<p>分页大小</p>
|
|
24195
24195
|
:rtype: int
|
|
24196
24196
|
"""
|
|
24197
24197
|
return self._PageSize
|
|
@@ -24202,7 +24202,7 @@ class ListLineageRequest(AbstractModel):
|
|
|
24202
24202
|
|
|
24203
24203
|
@property
|
|
24204
24204
|
def Platform(self):
|
|
24205
|
-
r"""
|
|
24205
|
+
r"""<p>来源:WEDATA|THIRD 默认WEDATA</p>
|
|
24206
24206
|
:rtype: str
|
|
24207
24207
|
"""
|
|
24208
24208
|
return self._Platform
|
|
@@ -24236,7 +24236,7 @@ class ListLineageResponse(AbstractModel):
|
|
|
24236
24236
|
|
|
24237
24237
|
def __init__(self):
|
|
24238
24238
|
r"""
|
|
24239
|
-
:param _Data:
|
|
24239
|
+
:param _Data: <p>分页数据</p>
|
|
24240
24240
|
:type Data: :class:`tencentcloud.wedata.v20250806.models.ListLineagePage`
|
|
24241
24241
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
24242
24242
|
:type RequestId: str
|
|
@@ -24246,7 +24246,7 @@ class ListLineageResponse(AbstractModel):
|
|
|
24246
24246
|
|
|
24247
24247
|
@property
|
|
24248
24248
|
def Data(self):
|
|
24249
|
-
r"""
|
|
24249
|
+
r"""<p>分页数据</p>
|
|
24250
24250
|
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListLineagePage`
|
|
24251
24251
|
"""
|
|
24252
24252
|
return self._Data
|
|
@@ -25709,15 +25709,15 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25709
25709
|
|
|
25710
25710
|
def __init__(self):
|
|
25711
25711
|
r"""
|
|
25712
|
-
:param _ProcessId:
|
|
25712
|
+
:param _ProcessId: <p>任务唯一ID</p>
|
|
25713
25713
|
:type ProcessId: str
|
|
25714
|
-
:param _ProcessType:
|
|
25714
|
+
:param _ProcessType: <p>任务类型 //调度任务 SCHEDULE_TASK, //集成任务 INTEGRATION_TASK, //第三方上报 THIRD_REPORT, //数据建模 TABLE_MODEL, //模型创建指标 MODEL_METRIC, //原子指标创建衍生指标 METRIC_METRIC, //数据服务 DATA_SERVICE</p>
|
|
25715
25715
|
:type ProcessType: str
|
|
25716
|
-
:param _PageNumber:
|
|
25716
|
+
:param _PageNumber: <p>页码</p>
|
|
25717
25717
|
:type PageNumber: int
|
|
25718
|
-
:param _PageSize:
|
|
25718
|
+
:param _PageSize: <p>分页大小</p>
|
|
25719
25719
|
:type PageSize: int
|
|
25720
|
-
:param _Platform:
|
|
25720
|
+
:param _Platform: <p>来源:WEDATA|THIRD 默认WEDATA</p>
|
|
25721
25721
|
:type Platform: str
|
|
25722
25722
|
"""
|
|
25723
25723
|
self._ProcessId = None
|
|
@@ -25728,7 +25728,7 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25728
25728
|
|
|
25729
25729
|
@property
|
|
25730
25730
|
def ProcessId(self):
|
|
25731
|
-
r"""
|
|
25731
|
+
r"""<p>任务唯一ID</p>
|
|
25732
25732
|
:rtype: str
|
|
25733
25733
|
"""
|
|
25734
25734
|
return self._ProcessId
|
|
@@ -25739,7 +25739,7 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25739
25739
|
|
|
25740
25740
|
@property
|
|
25741
25741
|
def ProcessType(self):
|
|
25742
|
-
r"""
|
|
25742
|
+
r"""<p>任务类型 //调度任务 SCHEDULE_TASK, //集成任务 INTEGRATION_TASK, //第三方上报 THIRD_REPORT, //数据建模 TABLE_MODEL, //模型创建指标 MODEL_METRIC, //原子指标创建衍生指标 METRIC_METRIC, //数据服务 DATA_SERVICE</p>
|
|
25743
25743
|
:rtype: str
|
|
25744
25744
|
"""
|
|
25745
25745
|
return self._ProcessType
|
|
@@ -25750,7 +25750,7 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25750
25750
|
|
|
25751
25751
|
@property
|
|
25752
25752
|
def PageNumber(self):
|
|
25753
|
-
r"""
|
|
25753
|
+
r"""<p>页码</p>
|
|
25754
25754
|
:rtype: int
|
|
25755
25755
|
"""
|
|
25756
25756
|
return self._PageNumber
|
|
@@ -25761,7 +25761,7 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25761
25761
|
|
|
25762
25762
|
@property
|
|
25763
25763
|
def PageSize(self):
|
|
25764
|
-
r"""
|
|
25764
|
+
r"""<p>分页大小</p>
|
|
25765
25765
|
:rtype: int
|
|
25766
25766
|
"""
|
|
25767
25767
|
return self._PageSize
|
|
@@ -25772,7 +25772,7 @@ class ListProcessLineageRequest(AbstractModel):
|
|
|
25772
25772
|
|
|
25773
25773
|
@property
|
|
25774
25774
|
def Platform(self):
|
|
25775
|
-
r"""
|
|
25775
|
+
r"""<p>来源:WEDATA|THIRD 默认WEDATA</p>
|
|
25776
25776
|
:rtype: str
|
|
25777
25777
|
"""
|
|
25778
25778
|
return self._Platform
|
|
@@ -25805,7 +25805,7 @@ class ListProcessLineageResponse(AbstractModel):
|
|
|
25805
25805
|
|
|
25806
25806
|
def __init__(self):
|
|
25807
25807
|
r"""
|
|
25808
|
-
:param _Data:
|
|
25808
|
+
:param _Data: <p>分页数据</p>
|
|
25809
25809
|
:type Data: :class:`tencentcloud.wedata.v20250806.models.ListProcessLineagePage`
|
|
25810
25810
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
25811
25811
|
:type RequestId: str
|
|
@@ -25815,7 +25815,7 @@ class ListProcessLineageResponse(AbstractModel):
|
|
|
25815
25815
|
|
|
25816
25816
|
@property
|
|
25817
25817
|
def Data(self):
|
|
25818
|
-
r"""
|
|
25818
|
+
r"""<p>分页数据</p>
|
|
25819
25819
|
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListProcessLineagePage`
|
|
25820
25820
|
"""
|
|
25821
25821
|
return self._Data
|
|
@@ -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.86
|
|
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
|