tencentcloud-sdk-python-dlc 3.0.1175__tar.gz → 3.0.1182__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-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/setup.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/tencentcloud/dlc/v20210125/models.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dlc-3.0.1182/tencentcloud_sdk_python_dlc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dlc-3.0.1175/tencentcloud_sdk_python_dlc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/README.rst +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/tencentcloud/dlc/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/tencentcloud/dlc/v20210125/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/tencentcloud/dlc/v20210125/dlc_client.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/tencentcloud/dlc/v20210125/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/tencentcloud_sdk_python_dlc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1175 → tencentcloud-sdk-python-dlc-3.0.1182}/tencentcloud_sdk_python_dlc.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-dlc',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1182"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dlc SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -2863,7 +2863,7 @@ class CreateDMSTableRequest(AbstractModel):
|
|
|
2863
2863
|
r"""
|
|
2864
2864
|
:param _Asset: 基础对象
|
|
2865
2865
|
:type Asset: :class:`tencentcloud.dlc.v20210125.models.Asset`
|
|
2866
|
-
:param _Type:
|
|
2866
|
+
:param _Type: 表类型:EXTERNAL_TABLE, VIRTUAL_VIEW, MATERIALIZED_VIEW
|
|
2867
2867
|
:type Type: str
|
|
2868
2868
|
:param _DbName: 数据库名称
|
|
2869
2869
|
:type DbName: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1182
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1175
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|