tencentcloud-sdk-python-dts 3.0.1275__tar.gz → 3.0.1286__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.1275 → tencentcloud-sdk-python-dts-3.0.1286}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/setup.py +1 -1
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud/dts/v20211206/models.py +47 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud_sdk_python_dts.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dts-3.0.1286/tencentcloud_sdk_python_dts.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dts-3.0.1275/tencentcloud_sdk_python_dts.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/README.rst +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud/dts/__init__.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud/dts/v20180330/__init__.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud/dts/v20180330/dts_client.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud/dts/v20180330/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud/dts/v20180330/models.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud/dts/v20211206/__init__.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud/dts/v20211206/dts_client.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud/dts/v20211206/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud_sdk_python_dts.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/tencentcloud_sdk_python_dts.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dts-3.0.1275 → tencentcloud-sdk-python-dts-3.0.1286}/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==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1286"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dts SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -14029,6 +14029,9 @@ class Options(AbstractModel):
|
|
|
14029
14029
|
:param _AutoRetryTimeRangeMinutes: 自动重试的时间窗口设置
|
|
14030
14030
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14031
14031
|
:type AutoRetryTimeRangeMinutes: int
|
|
14032
|
+
:param _StartPosition: 同步到kafka链路指定位点。目前只支持时间格式:yyyy-mm-dd hh:mm:ss。如果没有指定位点,为空。
|
|
14033
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14034
|
+
:type StartPosition: str
|
|
14032
14035
|
:param _FilterBeginCommit: 同步到kafka链路是否过滤掉begin和commit消息。目前仅mysql2kafka链路支持
|
|
14033
14036
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14034
14037
|
:type FilterBeginCommit: bool
|
|
@@ -14046,6 +14049,7 @@ class Options(AbstractModel):
|
|
|
14046
14049
|
self._KafkaOption = None
|
|
14047
14050
|
self._RateLimitOption = None
|
|
14048
14051
|
self._AutoRetryTimeRangeMinutes = None
|
|
14052
|
+
self._StartPosition = None
|
|
14049
14053
|
self._FilterBeginCommit = None
|
|
14050
14054
|
self._FilterCheckpoint = None
|
|
14051
14055
|
|
|
@@ -14169,6 +14173,18 @@ class Options(AbstractModel):
|
|
|
14169
14173
|
def AutoRetryTimeRangeMinutes(self, AutoRetryTimeRangeMinutes):
|
|
14170
14174
|
self._AutoRetryTimeRangeMinutes = AutoRetryTimeRangeMinutes
|
|
14171
14175
|
|
|
14176
|
+
@property
|
|
14177
|
+
def StartPosition(self):
|
|
14178
|
+
"""同步到kafka链路指定位点。目前只支持时间格式:yyyy-mm-dd hh:mm:ss。如果没有指定位点,为空。
|
|
14179
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14180
|
+
:rtype: str
|
|
14181
|
+
"""
|
|
14182
|
+
return self._StartPosition
|
|
14183
|
+
|
|
14184
|
+
@StartPosition.setter
|
|
14185
|
+
def StartPosition(self, StartPosition):
|
|
14186
|
+
self._StartPosition = StartPosition
|
|
14187
|
+
|
|
14172
14188
|
@property
|
|
14173
14189
|
def FilterBeginCommit(self):
|
|
14174
14190
|
"""同步到kafka链路是否过滤掉begin和commit消息。目前仅mysql2kafka链路支持
|
|
@@ -14216,6 +14232,7 @@ class Options(AbstractModel):
|
|
|
14216
14232
|
self._RateLimitOption = RateLimitOption()
|
|
14217
14233
|
self._RateLimitOption._deserialize(params.get("RateLimitOption"))
|
|
14218
14234
|
self._AutoRetryTimeRangeMinutes = params.get("AutoRetryTimeRangeMinutes")
|
|
14235
|
+
self._StartPosition = params.get("StartPosition")
|
|
14219
14236
|
self._FilterBeginCommit = params.get("FilterBeginCommit")
|
|
14220
14237
|
self._FilterCheckpoint = params.get("FilterCheckpoint")
|
|
14221
14238
|
memeber_set = set(params.keys())
|
|
@@ -16978,8 +16995,14 @@ class SubsErr(AbstractModel):
|
|
|
16978
16995
|
r"""
|
|
16979
16996
|
:param _Message: 报错信息
|
|
16980
16997
|
:type Message: str
|
|
16998
|
+
:param _Reason: 报错原因
|
|
16999
|
+
:type Reason: str
|
|
17000
|
+
:param _Solution: 建议的修复方案
|
|
17001
|
+
:type Solution: str
|
|
16981
17002
|
"""
|
|
16982
17003
|
self._Message = None
|
|
17004
|
+
self._Reason = None
|
|
17005
|
+
self._Solution = None
|
|
16983
17006
|
|
|
16984
17007
|
@property
|
|
16985
17008
|
def Message(self):
|
|
@@ -16992,9 +17015,33 @@ class SubsErr(AbstractModel):
|
|
|
16992
17015
|
def Message(self, Message):
|
|
16993
17016
|
self._Message = Message
|
|
16994
17017
|
|
|
17018
|
+
@property
|
|
17019
|
+
def Reason(self):
|
|
17020
|
+
"""报错原因
|
|
17021
|
+
:rtype: str
|
|
17022
|
+
"""
|
|
17023
|
+
return self._Reason
|
|
17024
|
+
|
|
17025
|
+
@Reason.setter
|
|
17026
|
+
def Reason(self, Reason):
|
|
17027
|
+
self._Reason = Reason
|
|
17028
|
+
|
|
17029
|
+
@property
|
|
17030
|
+
def Solution(self):
|
|
17031
|
+
"""建议的修复方案
|
|
17032
|
+
:rtype: str
|
|
17033
|
+
"""
|
|
17034
|
+
return self._Solution
|
|
17035
|
+
|
|
17036
|
+
@Solution.setter
|
|
17037
|
+
def Solution(self, Solution):
|
|
17038
|
+
self._Solution = Solution
|
|
17039
|
+
|
|
16995
17040
|
|
|
16996
17041
|
def _deserialize(self, params):
|
|
16997
17042
|
self._Message = params.get("Message")
|
|
17043
|
+
self._Reason = params.get("Reason")
|
|
17044
|
+
self._Solution = params.get("Solution")
|
|
16998
17045
|
memeber_set = set(params.keys())
|
|
16999
17046
|
for name, value in vars(self).items():
|
|
17000
17047
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1286
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1275
|
|
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
|