tencentcloud-sdk-dlc 1.0.236 → 1.0.240

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f85ccb5f1f283257cb00494d9b70fa4a2ba6c720
4
- data.tar.gz: f652eb2f897691cb680998d9874e44255ee25516
3
+ metadata.gz: 8077ca226f6a838d3be24a9c05d4f11f215befac
4
+ data.tar.gz: 6554c6a12cc3ae0849f563152cb990c46364ae26
5
5
  SHA512:
6
- metadata.gz: d264ff459d6f8cdf66e501f352a622bf779d5a8578c5603ddc3b1245ee49424e31547e7061dbee54ab166a0628d75ec0ff5063760781cad00adbbcb6060ee989
7
- data.tar.gz: 36463693761471de68414667aad0b70b77be3c5eb862f2be722c6bb64f926f4df218c379b7cd92b938831d98ace4ddc776307b5d9e0a3a86be0cb274528beb7f
6
+ metadata.gz: 67f728a6dcf49c5f98ec1668ec2809fd57983468991362b9450b63105000805ad25b66c8da704e984bf0db4f5ef6619b88b75eaa3536def9a336c64671d5faed
7
+ data.tar.gz: 24e24a18ea124523ac7a0e3e19cd0e1b2770e0a105a379a69ecaf6181ae127fd1a9ba84d658e7f01787c940116cc0e70731387b94ee843caeddd95c8e8d2bd1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.236
1
+ 1.0.240
@@ -486,7 +486,7 @@ module TencentCloud
486
486
  class CreateTaskRequest < TencentCloud::Common::AbstractModel
487
487
  # @param Task: 计算任务,该参数中包含任务类型及其相关配置信息
488
488
  # @type Task: :class:`Tencentcloud::Dlc.v20210125.models.Task`
489
- # @param DatabaseName: 数据库名称。任务在执行前均会USE该数据库, 除了首次建库时,其他情况建议均添加上。
489
+ # @param DatabaseName: 数据库名称。如果SQL语句中有数据库名称,优先使用SQL语句中的数据库,否则使用该参数指定的数据库(注:当提交建库sql时,该字段传空字符串)。
490
490
  # @type DatabaseName: String
491
491
  # @param DatasourceConnectionName: 默认数据源名称。
492
492
  # @type DatasourceConnectionName: String
@@ -587,7 +587,7 @@ module TencentCloud
587
587
 
588
588
  # CreateTasks请求参数结构体
589
589
  class CreateTasksRequest < TencentCloud::Common::AbstractModel
590
- # @param DatabaseName: 数据库名称。如果SQL语句中有数据库名称,优先使用SQL语句中的数据库,否则使用该参数指定的数据库。
590
+ # @param DatabaseName: 数据库名称。如果SQL语句中有数据库名称,优先使用SQL语句中的数据库,否则使用该参数指定的数据库(注:当提交建库sql时,该字段传空字符串)。
591
591
  # @type DatabaseName: String
592
592
  # @param Tasks: SQL任务信息
593
593
  # @type Tasks: :class:`Tencentcloud::Dlc.v20210125.models.TasksInfo`
@@ -1384,7 +1384,6 @@ module TencentCloud
1384
1384
  # task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。
1385
1385
  # task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。
1386
1386
  # task-operator- string (子uin过滤)
1387
- # task-type -string (任务类型过滤)分导入任务和sql任务
1388
1387
  # @type Filters: Array
1389
1388
  # @param SortBy: 排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)
1390
1389
  # @type SortBy: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dlc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.236
4
+ version: 1.0.240
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-06 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common