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.
Files changed (14) hide show
  1. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/__init__.py +1 -1
  3. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/dlc/v20210125/models.py +1 -1
  4. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +1 -1
  5. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/README.rst +0 -0
  6. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/setup.cfg +0 -0
  7. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/setup.py +0 -0
  8. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/dlc/__init__.py +0 -0
  9. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/dlc/v20210125/__init__.py +0 -0
  10. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/dlc/v20210125/dlc_client.py +0 -0
  11. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud/dlc/v20210125/errorcodes.py +0 -0
  12. {tencentcloud-sdk-python-dlc-3.0.936 → tencentcloud-sdk-python-dlc-3.0.937}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
  13. {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
  14. {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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.0.936
3
+ Version: 3.0.937
4
4
  Summary: Tencent Cloud Dlc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.936'
17
+ __version__ = '3.0.937'
@@ -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 执行成功,-1 执行失败,-3 已取消。
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.0.936
3
+ Version: 3.0.937
4
4
  Summary: Tencent Cloud Dlc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud