tencentcloud-sdk-python-dts 3.0.1408__tar.gz → 3.0.1422__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-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/setup.py +1 -1
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud/dts/v20180330/dts_client.py +1 -1
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud/dts/v20180330/errorcodes.py +1 -1
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud/dts/v20180330/models.py +1 -1
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud/dts/v20211206/dts_client.py +1 -1
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud/dts/v20211206/errorcodes.py +1 -1
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud/dts/v20211206/models.py +33 -3
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud_sdk_python_dts.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dts-3.0.1422/tencentcloud_sdk_python_dts.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dts-3.0.1408/tencentcloud_sdk_python_dts.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/README.rst +0 -0
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud/dts/__init__.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud/dts/v20180330/__init__.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud/dts/v20211206/__init__.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud_sdk_python_dts.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud_sdk_python_dts.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dts-3.0.1408 → tencentcloud-sdk-python-dts-3.0.1422}/tencentcloud_sdk_python_dts.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-dts',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1422,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dts SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -8926,6 +8926,8 @@ class DifferenceItem(AbstractModel):
|
|
|
8926
8926
|
r"""
|
|
8927
8927
|
:param _Db: 数据库名
|
|
8928
8928
|
:type Db: str
|
|
8929
|
+
:param _Schema: schema
|
|
8930
|
+
:type Schema: str
|
|
8929
8931
|
:param _Table: 表名
|
|
8930
8932
|
:type Table: str
|
|
8931
8933
|
:param _Chunk: 分块号
|
|
@@ -8946,6 +8948,7 @@ class DifferenceItem(AbstractModel):
|
|
|
8946
8948
|
:type FinishedAt: str
|
|
8947
8949
|
"""
|
|
8948
8950
|
self._Db = None
|
|
8951
|
+
self._Schema = None
|
|
8949
8952
|
self._Table = None
|
|
8950
8953
|
self._Chunk = None
|
|
8951
8954
|
self._SrcItem = None
|
|
@@ -8967,6 +8970,17 @@ class DifferenceItem(AbstractModel):
|
|
|
8967
8970
|
def Db(self, Db):
|
|
8968
8971
|
self._Db = Db
|
|
8969
8972
|
|
|
8973
|
+
@property
|
|
8974
|
+
def Schema(self):
|
|
8975
|
+
"""schema
|
|
8976
|
+
:rtype: str
|
|
8977
|
+
"""
|
|
8978
|
+
return self._Schema
|
|
8979
|
+
|
|
8980
|
+
@Schema.setter
|
|
8981
|
+
def Schema(self, Schema):
|
|
8982
|
+
self._Schema = Schema
|
|
8983
|
+
|
|
8970
8984
|
@property
|
|
8971
8985
|
def Table(self):
|
|
8972
8986
|
"""表名
|
|
@@ -9069,6 +9083,7 @@ class DifferenceItem(AbstractModel):
|
|
|
9069
9083
|
|
|
9070
9084
|
def _deserialize(self, params):
|
|
9071
9085
|
self._Db = params.get("Db")
|
|
9086
|
+
self._Schema = params.get("Schema")
|
|
9072
9087
|
self._Table = params.get("Table")
|
|
9073
9088
|
self._Chunk = params.get("Chunk")
|
|
9074
9089
|
self._SrcItem = params.get("SrcItem")
|
|
@@ -15326,12 +15341,15 @@ class SkippedItem(AbstractModel):
|
|
|
15326
15341
|
r"""
|
|
15327
15342
|
:param _Db: 数据库名
|
|
15328
15343
|
:type Db: str
|
|
15344
|
+
:param _Schema: schema名
|
|
15345
|
+
:type Schema: str
|
|
15329
15346
|
:param _Table: 表名
|
|
15330
15347
|
:type Table: str
|
|
15331
15348
|
:param _Reason: 未发起检查的原因
|
|
15332
15349
|
:type Reason: str
|
|
15333
15350
|
"""
|
|
15334
15351
|
self._Db = None
|
|
15352
|
+
self._Schema = None
|
|
15335
15353
|
self._Table = None
|
|
15336
15354
|
self._Reason = None
|
|
15337
15355
|
|
|
@@ -15346,6 +15364,17 @@ class SkippedItem(AbstractModel):
|
|
|
15346
15364
|
def Db(self, Db):
|
|
15347
15365
|
self._Db = Db
|
|
15348
15366
|
|
|
15367
|
+
@property
|
|
15368
|
+
def Schema(self):
|
|
15369
|
+
"""schema名
|
|
15370
|
+
:rtype: str
|
|
15371
|
+
"""
|
|
15372
|
+
return self._Schema
|
|
15373
|
+
|
|
15374
|
+
@Schema.setter
|
|
15375
|
+
def Schema(self, Schema):
|
|
15376
|
+
self._Schema = Schema
|
|
15377
|
+
|
|
15349
15378
|
@property
|
|
15350
15379
|
def Table(self):
|
|
15351
15380
|
"""表名
|
|
@@ -15371,6 +15400,7 @@ class SkippedItem(AbstractModel):
|
|
|
15371
15400
|
|
|
15372
15401
|
def _deserialize(self, params):
|
|
15373
15402
|
self._Db = params.get("Db")
|
|
15403
|
+
self._Schema = params.get("Schema")
|
|
15374
15404
|
self._Table = params.get("Table")
|
|
15375
15405
|
self._Reason = params.get("Reason")
|
|
15376
15406
|
memeber_set = set(params.keys())
|
|
@@ -17220,7 +17250,7 @@ class SyncDetailInfo(AbstractModel):
|
|
|
17220
17250
|
:param _StepInfos: 详细步骤信息
|
|
17221
17251
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17222
17252
|
:type StepInfos: list of StepInfo
|
|
17223
|
-
:param _CauseOfCompareDisable:
|
|
17253
|
+
:param _CauseOfCompareDisable: 不能发起内置校验的原因
|
|
17224
17254
|
:type CauseOfCompareDisable: str
|
|
17225
17255
|
:param _ErrInfo: 任务的错误和解决方案信息
|
|
17226
17256
|
:type ErrInfo: :class:`tencentcloud.dts.v20211206.models.ErrInfo`
|
|
@@ -17327,7 +17357,7 @@ class SyncDetailInfo(AbstractModel):
|
|
|
17327
17357
|
|
|
17328
17358
|
@property
|
|
17329
17359
|
def CauseOfCompareDisable(self):
|
|
17330
|
-
"""
|
|
17360
|
+
"""不能发起内置校验的原因
|
|
17331
17361
|
:rtype: str
|
|
17332
17362
|
"""
|
|
17333
17363
|
return self._CauseOfCompareDisable
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1422
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1408
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|