tencentcloud-sdk-nodejs 4.1.85 → 4.1.86

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.
@@ -145,6 +145,12 @@ https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20
145
145
  async BatchKillIntegrationTaskInstances(req, cb) {
146
146
  return this.request("BatchKillIntegrationTaskInstances", req, cb);
147
147
  }
148
+ /**
149
+ * 查询任务引用参数
150
+ */
151
+ async DescribeTaskParamDs(req, cb) {
152
+ return this.request("DescribeTaskParamDs", req, cb);
153
+ }
148
154
  /**
149
155
  * 更新规则组执行策略
150
156
  */
@@ -910,6 +916,12 @@ https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20
910
916
  async JudgeResourceFile(req, cb) {
911
917
  return this.request("JudgeResourceFile", req, cb);
912
918
  }
919
+ /**
920
+ * 移除database元数据
921
+ */
922
+ async RemoveDatabase(req, cb) {
923
+ return this.request("RemoveDatabase", req, cb);
924
+ }
913
925
  /**
914
926
  * 提交集成任务
915
927
  */
@@ -940,6 +952,12 @@ https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20
940
952
  async DescribeDutyScheduleList(req, cb) {
941
953
  return this.request("DescribeDutyScheduleList", req, cb);
942
954
  }
955
+ /**
956
+ * 上报schema元数据
957
+ */
958
+ async ReportSchema(req, cb) {
959
+ return this.request("ReportSchema", req, cb);
960
+ }
943
961
  /**
944
962
  * 通过任务查询表的血缘关系
945
963
  */
@@ -1006,6 +1024,13 @@ https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20
1006
1024
  async DescribeTableQualityDetails(req, cb) {
1007
1025
  return this.request("DescribeTableQualityDetails", req, cb);
1008
1026
  }
1027
+ /**
1028
+ * <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
1029
+ 触发事件。本接口已废弃,请使用接口TriggerDsEvent。
1030
+ */
1031
+ async TriggerEvent(req, cb) {
1032
+ return this.request("TriggerEvent", req, cb);
1033
+ }
1009
1034
  /**
1010
1035
  * 【过滤条件】
1011
1036
  {表名称TableName,支持模糊匹配} {表负责人TableOwnerName,支持模糊匹配} {监控方式MonitorTypes,1.未配置 2.关联生产调度 3.离线周期检测,支持多选} {订阅人ReceiverUin}
@@ -1088,6 +1113,12 @@ https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20
1088
1113
  async DeleteProjectUsers(req, cb) {
1089
1114
  return this.request("DeleteProjectUsers", req, cb);
1090
1115
  }
1116
+ /**
1117
+ * 获取异步任务执行结果
1118
+ */
1119
+ async GetJobStatus(req, cb) {
1120
+ return this.request("GetJobStatus", req, cb);
1121
+ }
1091
1122
  /**
1092
1123
  * 删除文件
1093
1124
  */
@@ -1112,6 +1143,12 @@ https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20
1112
1143
  async DescribeDsTaskVersionList(req, cb) {
1113
1144
  return this.request("DescribeDsTaskVersionList", req, cb);
1114
1145
  }
1146
+ /**
1147
+ * 提交自定义函数
1148
+ */
1149
+ async SubmitCustomFunction(req, cb) {
1150
+ return this.request("SubmitCustomFunction", req, cb);
1151
+ }
1115
1152
  /**
1116
1153
  * 查询代码模版具体详情
1117
1154
  */
@@ -1203,11 +1240,10 @@ https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20
1203
1240
  return this.request("DescribeTaskLockStatus", req, cb);
1204
1241
  }
1205
1242
  /**
1206
- * <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
1207
- 触发事件。本接口已废弃,请使用接口TriggerDsEvent。
1243
+ * 上报table元数据
1208
1244
  */
1209
- async TriggerEvent(req, cb) {
1210
- return this.request("TriggerEvent", req, cb);
1245
+ async ReportTable(req, cb) {
1246
+ return this.request("ReportTable", req, cb);
1211
1247
  }
1212
1248
  /**
1213
1249
  * 查询规则组执行策略
@@ -1407,6 +1443,12 @@ https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20
1407
1443
  async SaveCustomFunction(req, cb) {
1408
1444
  return this.request("SaveCustomFunction", req, cb);
1409
1445
  }
1446
+ /**
1447
+ * 移除table元数据
1448
+ */
1449
+ async RemoveTable(req, cb) {
1450
+ return this.request("RemoveTable", req, cb);
1451
+ }
1410
1452
  /**
1411
1453
  * 修改数据源
1412
1454
  */
@@ -1571,6 +1613,12 @@ https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20
1571
1613
  async DescribeDatabaseMetas(req, cb) {
1572
1614
  return this.request("DescribeDatabaseMetas", req, cb);
1573
1615
  }
1616
+ /**
1617
+ * 移除schema元数据
1618
+ */
1619
+ async RemoveSchema(req, cb) {
1620
+ return this.request("RemoveSchema", req, cb);
1621
+ }
1574
1622
  /**
1575
1623
  * 编排空间-工作流-创建任务文件夹
1576
1624
  */
@@ -1736,10 +1784,10 @@ https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20
1736
1784
  return this.request("DescribeTableLineageInfo", req, cb);
1737
1785
  }
1738
1786
  /**
1739
- * 提交自定义函数
1787
+ * 上报database元数据
1740
1788
  */
1741
- async SubmitCustomFunction(req, cb) {
1742
- return this.request("SubmitCustomFunction", req, cb);
1789
+ async ReportDatabase(req, cb) {
1790
+ return this.request("ReportDatabase", req, cb);
1743
1791
  }
1744
1792
  /**
1745
1793
  * 查询实时任务实例节点信息