tencentcloud-sdk-python-dlc 3.0.936__tar.gz → 3.0.937__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.936 → tencentcloud-sdk-python-dlc-3.0.937}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/dlc/v20210125/models.py +1 -1
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/README.rst +0 -0
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/setup.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/dlc/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/dlc/v20210125/__init__.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/dlc/v20210125/dlc_client.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/dlc/v20210125/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud_sdk_python_dlc.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud_sdk_python_dlc.egg-info/top_level.txt +0 -0
|
@@ -17157,7 +17157,7 @@ class TaskResponseInfo(AbstractModel):
|
|
|
17157
17157
|
:type OutputPath: str
|
|
17158
17158
|
:param _CreateTime: 任务创建时间。
|
|
17159
17159
|
:type CreateTime: str
|
|
17160
|
-
:param _State: 任务状态:0 初始化, 1 执行中, 2
|
|
17160
|
+
:param _State: 任务状态:0 初始化, 1 执行中, 2 执行成功,3 数据写入中,4 排队中。-1 执行失败,-3 已取消。
|
|
17161
17161
|
:type State: int
|
|
17162
17162
|
:param _SQLType: 任务SQL类型,DDL|DML等
|
|
17163
17163
|
:type SQLType: str
|
|
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
|