tencentcloud-sdk-python-dlc 3.0.1362__tar.gz → 3.0.1364__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.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/setup.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/tencentcloud/dlc/v20210125/models.py +0 -16
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dlc-3.0.1364/tencentcloud_sdk_python_dlc.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dlc-3.0.1362/tencentcloud_sdk_python_dlc.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/README.rst +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/tencentcloud/dlc/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/tencentcloud/dlc/v20210125/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/tencentcloud/dlc/v20210125/dlc_client.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/tencentcloud/dlc/v20210125/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/tencentcloud_sdk_python_dlc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.1362 → tencentcloud-sdk-python-dlc-3.0.1364}/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.1364"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dlc SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -13018,7 +13018,6 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
|
|
|
13018
13018
|
:param _LakeFsStatus: 托管存储状态,HasLakeFs等于true时,该值才有意义
|
|
13019
13019
|
:type LakeFsStatus: str
|
|
13020
13020
|
:param _BucketType: 托管存储桶类型
|
|
13021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13022
13021
|
:type BucketType: str
|
|
13023
13022
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13024
13023
|
:type RequestId: str
|
|
@@ -13077,7 +13076,6 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
|
|
|
13077
13076
|
@property
|
|
13078
13077
|
def BucketType(self):
|
|
13079
13078
|
"""托管存储桶类型
|
|
13080
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13081
13079
|
:rtype: str
|
|
13082
13080
|
"""
|
|
13083
13081
|
return self._BucketType
|
|
@@ -17152,7 +17150,6 @@ class DescribeResultDownloadResponse(AbstractModel):
|
|
|
17152
17150
|
def __init__(self):
|
|
17153
17151
|
r"""
|
|
17154
17152
|
:param _Path: 下载文件路径
|
|
17155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17156
17153
|
:type Path: str
|
|
17157
17154
|
:param _Status: 任务状态 init | queue | format | compress | success| timeout | error
|
|
17158
17155
|
:type Status: str
|
|
@@ -17178,7 +17175,6 @@ class DescribeResultDownloadResponse(AbstractModel):
|
|
|
17178
17175
|
@property
|
|
17179
17176
|
def Path(self):
|
|
17180
17177
|
"""下载文件路径
|
|
17181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
17182
17178
|
:rtype: str
|
|
17183
17179
|
"""
|
|
17184
17180
|
return self._Path
|
|
@@ -27065,7 +27061,6 @@ class NotebookSessionStatementInfo(AbstractModel):
|
|
|
27065
27061
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
27066
27062
|
:type OutPut: :class:`tencentcloud.dlc.v20210125.models.StatementOutput`
|
|
27067
27063
|
:param _BatchId: 批任务id
|
|
27068
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
27069
27064
|
:type BatchId: str
|
|
27070
27065
|
:param _Code: 运行语句
|
|
27071
27066
|
:type Code: str
|
|
@@ -27152,7 +27147,6 @@ class NotebookSessionStatementInfo(AbstractModel):
|
|
|
27152
27147
|
@property
|
|
27153
27148
|
def BatchId(self):
|
|
27154
27149
|
"""批任务id
|
|
27155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
27156
27150
|
:rtype: str
|
|
27157
27151
|
"""
|
|
27158
27152
|
return self._BatchId
|
|
@@ -27645,16 +27639,12 @@ class OtherCHDFSBinding(AbstractModel):
|
|
|
27645
27639
|
def __init__(self):
|
|
27646
27640
|
r"""
|
|
27647
27641
|
:param _ProductName: 产品名称
|
|
27648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
27649
27642
|
:type ProductName: str
|
|
27650
27643
|
:param _SuperUser: 用户名称(该字段已废弃)
|
|
27651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
27652
27644
|
:type SuperUser: list of str
|
|
27653
27645
|
:param _VpcInfo: vpc配置信息
|
|
27654
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
27655
27646
|
:type VpcInfo: list of CHDFSProductVpcInfo
|
|
27656
27647
|
:param _IsBind: 是否与该桶绑定(该字段已废弃)
|
|
27657
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
27658
27648
|
:type IsBind: bool
|
|
27659
27649
|
"""
|
|
27660
27650
|
self._ProductName = None
|
|
@@ -27665,7 +27655,6 @@ class OtherCHDFSBinding(AbstractModel):
|
|
|
27665
27655
|
@property
|
|
27666
27656
|
def ProductName(self):
|
|
27667
27657
|
"""产品名称
|
|
27668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
27669
27658
|
:rtype: str
|
|
27670
27659
|
"""
|
|
27671
27660
|
return self._ProductName
|
|
@@ -27677,7 +27666,6 @@ class OtherCHDFSBinding(AbstractModel):
|
|
|
27677
27666
|
@property
|
|
27678
27667
|
def SuperUser(self):
|
|
27679
27668
|
"""用户名称(该字段已废弃)
|
|
27680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
27681
27669
|
:rtype: list of str
|
|
27682
27670
|
"""
|
|
27683
27671
|
return self._SuperUser
|
|
@@ -27689,7 +27677,6 @@ class OtherCHDFSBinding(AbstractModel):
|
|
|
27689
27677
|
@property
|
|
27690
27678
|
def VpcInfo(self):
|
|
27691
27679
|
"""vpc配置信息
|
|
27692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
27693
27680
|
:rtype: list of CHDFSProductVpcInfo
|
|
27694
27681
|
"""
|
|
27695
27682
|
return self._VpcInfo
|
|
@@ -27701,7 +27688,6 @@ class OtherCHDFSBinding(AbstractModel):
|
|
|
27701
27688
|
@property
|
|
27702
27689
|
def IsBind(self):
|
|
27703
27690
|
"""是否与该桶绑定(该字段已废弃)
|
|
27704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
27705
27691
|
:rtype: bool
|
|
27706
27692
|
"""
|
|
27707
27693
|
return self._IsBind
|
|
@@ -33123,7 +33109,6 @@ class TaskResponseInfo(AbstractModel):
|
|
|
33123
33109
|
:param _OperateUin: 执行sql的子uin
|
|
33124
33110
|
:type OperateUin: str
|
|
33125
33111
|
:param _DataEngineName: 计算资源名字
|
|
33126
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
33127
33112
|
:type DataEngineName: str
|
|
33128
33113
|
:param _InputType: 导入类型是本地导入还是cos
|
|
33129
33114
|
:type InputType: str
|
|
@@ -33440,7 +33425,6 @@ class TaskResponseInfo(AbstractModel):
|
|
|
33440
33425
|
@property
|
|
33441
33426
|
def DataEngineName(self):
|
|
33442
33427
|
"""计算资源名字
|
|
33443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
33444
33428
|
:rtype: str
|
|
33445
33429
|
"""
|
|
33446
33430
|
return self._DataEngineName
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1364
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1362
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|