tencentcloud-sdk-python-dts 3.0.1482__tar.gz → 3.0.1491__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.1482 → tencentcloud_sdk_python_dts-3.0.1491}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/setup.py +1 -1
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud/dts/v20211206/models.py +20 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud_sdk_python_dts.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_dts-3.0.1491/tencentcloud_sdk_python_dts.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_dts-3.0.1482/tencentcloud_sdk_python_dts.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/README.rst +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/setup.cfg +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud/dts/__init__.py +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud/dts/v20180330/__init__.py +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud/dts/v20180330/dts_client.py +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud/dts/v20180330/errorcodes.py +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud/dts/v20180330/models.py +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud/dts/v20211206/__init__.py +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud/dts/v20211206/dts_client.py +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud/dts/v20211206/errorcodes.py +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud_sdk_python_dts.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud_sdk_python_dts.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_dts-3.0.1482 → tencentcloud_sdk_python_dts-3.0.1491}/tencentcloud_sdk_python_dts.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-dts
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1491
|
|
4
4
|
Summary: Tencent Cloud Dts 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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1491
|
|
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-dts',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1491,<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(),
|
|
@@ -11478,11 +11478,14 @@ class KafkaOption(AbstractModel):
|
|
|
11478
11478
|
:type DDLTopicName: str
|
|
11479
11479
|
:param _TopicRules: 单topic和自定义topic的描述
|
|
11480
11480
|
:type TopicRules: list of TopicRule
|
|
11481
|
+
:param _DataOption: 其他附加信息,对于特定数据类型可设置额外参数,比如针对Canal兼容的功能支持:"canalOfficialFormat":"on"表示打开Canal兼容功能,默认不带。
|
|
11482
|
+
:type DataOption: list of KeyValuePairOption
|
|
11481
11483
|
"""
|
|
11482
11484
|
self._DataType = None
|
|
11483
11485
|
self._TopicType = None
|
|
11484
11486
|
self._DDLTopicName = None
|
|
11485
11487
|
self._TopicRules = None
|
|
11488
|
+
self._DataOption = None
|
|
11486
11489
|
|
|
11487
11490
|
@property
|
|
11488
11491
|
def DataType(self):
|
|
@@ -11528,6 +11531,17 @@ class KafkaOption(AbstractModel):
|
|
|
11528
11531
|
def TopicRules(self, TopicRules):
|
|
11529
11532
|
self._TopicRules = TopicRules
|
|
11530
11533
|
|
|
11534
|
+
@property
|
|
11535
|
+
def DataOption(self):
|
|
11536
|
+
r"""其他附加信息,对于特定数据类型可设置额外参数,比如针对Canal兼容的功能支持:"canalOfficialFormat":"on"表示打开Canal兼容功能,默认不带。
|
|
11537
|
+
:rtype: list of KeyValuePairOption
|
|
11538
|
+
"""
|
|
11539
|
+
return self._DataOption
|
|
11540
|
+
|
|
11541
|
+
@DataOption.setter
|
|
11542
|
+
def DataOption(self, DataOption):
|
|
11543
|
+
self._DataOption = DataOption
|
|
11544
|
+
|
|
11531
11545
|
|
|
11532
11546
|
def _deserialize(self, params):
|
|
11533
11547
|
self._DataType = params.get("DataType")
|
|
@@ -11539,6 +11553,12 @@ class KafkaOption(AbstractModel):
|
|
|
11539
11553
|
obj = TopicRule()
|
|
11540
11554
|
obj._deserialize(item)
|
|
11541
11555
|
self._TopicRules.append(obj)
|
|
11556
|
+
if params.get("DataOption") is not None:
|
|
11557
|
+
self._DataOption = []
|
|
11558
|
+
for item in params.get("DataOption"):
|
|
11559
|
+
obj = KeyValuePairOption()
|
|
11560
|
+
obj._deserialize(item)
|
|
11561
|
+
self._DataOption.append(obj)
|
|
11542
11562
|
memeber_set = set(params.keys())
|
|
11543
11563
|
for name, value in vars(self).items():
|
|
11544
11564
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-dts
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1491
|
|
4
4
|
Summary: Tencent Cloud Dts 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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1491
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1491
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1482
|
|
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
|