tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of tencentcloud-sdk-python might be problematic. Click here for more details.

Files changed (260) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/ags/v20250920/ags_client.py +46 -0
  3. tencentcloud/ags/v20250920/ags_client_async.py +36 -0
  4. tencentcloud/ags/v20250920/errorcodes.py +45 -0
  5. tencentcloud/ags/v20250920/models.py +1704 -110
  6. tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
  7. tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
  8. tencentcloud/ai3d/v20250513/models.py +78 -36
  9. tencentcloud/aiart/v20221229/aiart_client.py +46 -0
  10. tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
  11. tencentcloud/aiart/v20221229/models.py +289 -0
  12. tencentcloud/ams/v20201229/models.py +101 -0
  13. tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
  14. tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
  15. tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
  16. tencentcloud/antiddos/v20200309/models.py +1671 -97
  17. tencentcloud/apm/v20210622/apm_client.py +23 -0
  18. tencentcloud/apm/v20210622/apm_client_async.py +18 -0
  19. tencentcloud/apm/v20210622/errorcodes.py +3 -0
  20. tencentcloud/apm/v20210622/models.py +1678 -78
  21. tencentcloud/asr/v20190614/models.py +100 -2
  22. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
  23. tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
  24. tencentcloud/autoscaling/v20180419/models.py +475 -338
  25. tencentcloud/bh/v20230418/models.py +179 -6
  26. tencentcloud/billing/v20180709/billing_client.py +23 -0
  27. tencentcloud/billing/v20180709/billing_client_async.py +18 -0
  28. tencentcloud/billing/v20180709/models.py +328 -6
  29. tencentcloud/cam/v20190116/models.py +111 -2
  30. tencentcloud/car/v20220110/car_client.py +23 -0
  31. tencentcloud/car/v20220110/car_client_async.py +18 -0
  32. tencentcloud/car/v20220110/models.py +109 -0
  33. tencentcloud/cbs/v20170312/models.py +14 -14
  34. tencentcloud/ccc/v20200210/ccc_client.py +42 -13
  35. tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
  36. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  37. tencentcloud/ccc/v20200210/models.py +256 -4
  38. tencentcloud/cdb/v20170320/models.py +37 -16
  39. tencentcloud/cdc/v20201214/models.py +92 -124
  40. tencentcloud/cdn/v20180606/cdn_client.py +0 -78
  41. tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
  42. tencentcloud/cdn/v20180606/errorcodes.py +3 -0
  43. tencentcloud/cdn/v20180606/models.py +464 -1028
  44. tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
  45. tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
  46. tencentcloud/cdwch/v20200915/models.py +555 -0
  47. tencentcloud/cdwdoris/v20211228/models.py +505 -0
  48. tencentcloud/cfs/v20190719/errorcodes.py +1 -1
  49. tencentcloud/cfs/v20190719/models.py +2 -2
  50. tencentcloud/cfw/v20190904/cfw_client.py +278 -23
  51. tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
  52. tencentcloud/cfw/v20190904/models.py +3319 -1154
  53. tencentcloud/chdfs/v20201112/models.py +150 -0
  54. tencentcloud/ckafka/v20190819/models.py +458 -282
  55. tencentcloud/clb/v20180317/clb_client.py +23 -0
  56. tencentcloud/clb/v20180317/clb_client_async.py +18 -0
  57. tencentcloud/clb/v20180317/models.py +230 -130
  58. tencentcloud/cloudapp/v20220530/models.py +190 -36
  59. tencentcloud/cloudaudit/v20190319/models.py +32 -4
  60. tencentcloud/cloudmate/__init__.py +0 -0
  61. tencentcloud/cloudmate/v20251030/__init__.py +0 -0
  62. tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
  63. tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
  64. tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
  65. tencentcloud/cloudmate/v20251030/models.py +387 -0
  66. tencentcloud/cls/v20201016/cls_client.py +1064 -0
  67. tencentcloud/cls/v20201016/cls_client_async.py +860 -26
  68. tencentcloud/cls/v20201016/models.py +10246 -384
  69. tencentcloud/cme/v20191029/models.py +23 -0
  70. tencentcloud/csip/v20221121/models.py +317 -0
  71. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  72. tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
  73. tencentcloud/cvm/v20170312/errorcodes.py +9 -0
  74. tencentcloud/cvm/v20170312/models.py +28 -8
  75. tencentcloud/cwp/v20180228/cwp_client.py +0 -188
  76. tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
  77. tencentcloud/cwp/v20180228/models.py +1097 -1814
  78. tencentcloud/cynosdb/v20190107/models.py +181 -48
  79. tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
  80. tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
  81. tencentcloud/dataagent/v20250513/models.py +1477 -52
  82. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  83. tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
  84. tencentcloud/dbbrain/v20210527/models.py +261 -15
  85. tencentcloud/dbs/v20211108/dbs_client.py +69 -0
  86. tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
  87. tencentcloud/dbs/v20211108/errorcodes.py +15 -0
  88. tencentcloud/dbs/v20211108/models.py +1173 -27
  89. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  90. tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
  91. tencentcloud/dlc/v20210125/errorcodes.py +15 -0
  92. tencentcloud/dlc/v20210125/models.py +1016 -0
  93. tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
  94. tencentcloud/dnspod/v20210323/models.py +4 -4
  95. tencentcloud/emr/v20190103/emr_client.py +46 -0
  96. tencentcloud/emr/v20190103/emr_client_async.py +36 -0
  97. tencentcloud/emr/v20190103/models.py +625 -2
  98. tencentcloud/es/v20180416/errorcodes.py +15 -0
  99. tencentcloud/es/v20180416/es_client.py +115 -0
  100. tencentcloud/es/v20180416/es_client_async.py +90 -0
  101. tencentcloud/es/v20180416/models.py +498 -4
  102. tencentcloud/ess/v20201111/ess_client.py +153 -6
  103. tencentcloud/ess/v20201111/ess_client_async.py +128 -6
  104. tencentcloud/ess/v20201111/models.py +1496 -58
  105. tencentcloud/essbasic/v20210526/models.py +129 -23
  106. tencentcloud/evt/v20250217/evt_client.py +46 -0
  107. tencentcloud/evt/v20250217/evt_client_async.py +36 -0
  108. tencentcloud/evt/v20250217/models.py +188 -0
  109. tencentcloud/faceid/v20180301/models.py +10 -4
  110. tencentcloud/gaap/v20180529/models.py +260 -352
  111. tencentcloud/gs/v20191118/models.py +150 -4
  112. tencentcloud/gwlb/v20240906/models.py +48 -70
  113. tencentcloud/iai/v20180301/models.py +4 -4
  114. tencentcloud/iai/v20200303/models.py +4 -4
  115. tencentcloud/igtm/v20231024/errorcodes.py +1 -1
  116. tencentcloud/ims/v20201229/ims_client.py +1 -1
  117. tencentcloud/ims/v20201229/ims_client_async.py +1 -1
  118. tencentcloud/ioa/v20220601/models.py +60 -0
  119. tencentcloud/keewidb/v20220308/models.py +52 -68
  120. tencentcloud/lcic/v20220817/models.py +15 -0
  121. tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
  122. tencentcloud/lighthouse/v20200324/models.py +8 -0
  123. tencentcloud/live/v20180801/errorcodes.py +6 -0
  124. tencentcloud/live/v20180801/live_client.py +143 -0
  125. tencentcloud/live/v20180801/live_client_async.py +113 -0
  126. tencentcloud/live/v20180801/models.py +914 -311
  127. tencentcloud/lke/v20231130/lke_client.py +48 -1
  128. tencentcloud/lke/v20231130/lke_client_async.py +43 -1
  129. tencentcloud/lke/v20231130/models.py +2940 -459
  130. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  131. tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
  132. tencentcloud/lkeap/v20240522/models.py +2 -6
  133. tencentcloud/lowcode/v20210108/models.py +30 -0
  134. tencentcloud/mna/v20210119/models.py +18 -2
  135. tencentcloud/mongodb/v20190725/models.py +2 -2
  136. tencentcloud/monitor/v20180724/models.py +258 -0
  137. tencentcloud/mps/v20190612/errorcodes.py +9 -0
  138. tencentcloud/mps/v20190612/models.py +3007 -140
  139. tencentcloud/mps/v20190612/mps_client.py +115 -0
  140. tencentcloud/mps/v20190612/mps_client_async.py +90 -0
  141. tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
  142. tencentcloud/oceanus/v20190422/models.py +210 -4
  143. tencentcloud/ocr/v20181119/models.py +72 -4
  144. tencentcloud/ocr/v20181119/ocr_client.py +12 -8
  145. tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
  146. tencentcloud/partners/v20180321/models.py +88 -92
  147. tencentcloud/pts/v20210728/models.py +206 -0
  148. tencentcloud/rce/v20250425/__init__.py +0 -0
  149. tencentcloud/rce/v20250425/errorcodes.py +15 -0
  150. tencentcloud/rce/v20250425/models.py +301 -0
  151. tencentcloud/rce/v20250425/rce_client.py +49 -0
  152. tencentcloud/rce/v20250425/rce_client_async.py +44 -0
  153. tencentcloud/redis/v20180412/models.py +65 -70
  154. tencentcloud/rum/v20210622/models.py +548 -0
  155. tencentcloud/rum/v20210622/rum_client.py +23 -0
  156. tencentcloud/rum/v20210622/rum_client_async.py +18 -0
  157. tencentcloud/scf/v20180416/models.py +28 -2
  158. tencentcloud/ses/v20201002/errorcodes.py +3 -0
  159. tencentcloud/ssl/v20191205/models.py +991 -70
  160. tencentcloud/ssl/v20191205/ssl_client.py +2 -2
  161. tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
  162. tencentcloud/ssm/v20190923/models.py +134 -0
  163. tencentcloud/svp/v20240125/models.py +35 -20
  164. tencentcloud/tag/v20180813/models.py +34 -54
  165. tencentcloud/tat/v20201028/models.py +2 -0
  166. tencentcloud/tcaplusdb/v20190823/models.py +0 -337
  167. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
  168. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
  169. tencentcloud/tcb/v20180608/errorcodes.py +15 -12
  170. tencentcloud/tcb/v20180608/models.py +5761 -8383
  171. tencentcloud/tcb/v20180608/tcb_client.py +0 -276
  172. tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
  173. tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
  174. tencentcloud/tcbr/v20220217/models.py +4193 -1389
  175. tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
  176. tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
  177. tencentcloud/tcr/v20190924/models.py +727 -61
  178. tencentcloud/tcr/v20190924/tcr_client.py +92 -0
  179. tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
  180. tencentcloud/tcss/v20201101/models.py +30 -0
  181. tencentcloud/tdai/v20250717/models.py +440 -2
  182. tencentcloud/tdai/v20250717/tdai_client.py +23 -0
  183. tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
  184. tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
  185. tencentcloud/tdmq/v20200217/models.py +432 -4
  186. tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
  187. tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
  188. tencentcloud/teo/v20220901/errorcodes.py +39 -0
  189. tencentcloud/teo/v20220901/models.py +596 -79
  190. tencentcloud/teo/v20220901/teo_client.py +107 -1
  191. tencentcloud/teo/v20220901/teo_client_async.py +97 -1
  192. tencentcloud/thpc/v20211109/models.py +14 -14
  193. tencentcloud/thpc/v20220401/models.py +14 -14
  194. tencentcloud/thpc/v20230321/models.py +20 -54
  195. tencentcloud/tione/v20211111/errorcodes.py +9 -0
  196. tencentcloud/tione/v20211111/models.py +910 -73
  197. tencentcloud/tione/v20211111/tione_client.py +69 -0
  198. tencentcloud/tione/v20211111/tione_client_async.py +54 -0
  199. tencentcloud/tke/v20180525/models.py +468 -18
  200. tencentcloud/tke/v20180525/tke_client.py +69 -0
  201. tencentcloud/tke/v20180525/tke_client_async.py +54 -0
  202. tencentcloud/tke/v20220501/models.py +539 -0
  203. tencentcloud/tke/v20220501/tke_client.py +23 -0
  204. tencentcloud/tke/v20220501/tke_client_async.py +18 -0
  205. tencentcloud/trocket/v20230308/models.py +42 -21
  206. tencentcloud/trocket/v20230308/trocket_client.py +2 -1
  207. tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
  208. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  209. tencentcloud/trtc/v20190722/models.py +173 -30
  210. tencentcloud/tse/v20201207/models.py +42 -0
  211. tencentcloud/tsf/v20180326/errorcodes.py +4 -4
  212. tencentcloud/tsf/v20180326/models.py +15 -510
  213. tencentcloud/tsf/v20180326/tsf_client.py +66 -47
  214. tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
  215. tencentcloud/tts/v20190823/tts_client.py +1 -1
  216. tencentcloud/tts/v20190823/tts_client_async.py +1 -1
  217. tencentcloud/vclm/v20240523/models.py +383 -0
  218. tencentcloud/vclm/v20240523/vclm_client.py +46 -0
  219. tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
  220. tencentcloud/vcube/v20220410/models.py +30 -0
  221. tencentcloud/vdb/v20230616/models.py +567 -0
  222. tencentcloud/vdb/v20230616/vdb_client.py +69 -0
  223. tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
  224. tencentcloud/vm/v20210922/models.py +116 -0
  225. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  226. tencentcloud/vod/v20180717/models.py +4107 -622
  227. tencentcloud/vod/v20180717/vod_client.py +72 -3
  228. tencentcloud/vod/v20180717/vod_client_async.py +57 -3
  229. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  230. tencentcloud/vpc/v20170312/models.py +387 -2
  231. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  232. tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
  233. tencentcloud/waf/v20180125/errorcodes.py +3 -0
  234. tencentcloud/waf/v20180125/models.py +970 -0
  235. tencentcloud/waf/v20180125/waf_client.py +46 -0
  236. tencentcloud/waf/v20180125/waf_client_async.py +36 -0
  237. tencentcloud/wedata/v20210820/models.py +2851 -29
  238. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  239. tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
  240. tencentcloud/wedata/v20250806/errorcodes.py +21 -0
  241. tencentcloud/wedata/v20250806/models.py +40999 -15704
  242. tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
  243. tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
  244. tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
  245. tencentcloud/weilingwith/v20230427/models.py +17 -336
  246. tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
  247. tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
  248. tencentcloud/wimgs/__init__.py +0 -0
  249. tencentcloud/wimgs/v20251106/__init__.py +0 -0
  250. tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
  251. tencentcloud/wimgs/v20251106/models.py +132 -0
  252. tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
  253. tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
  254. tencentcloud/wsa/v20250508/errorcodes.py +6 -0
  255. tencentcloud/wsa/v20250508/models.py +17 -2
  256. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
  257. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
  258. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
  259. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
  260. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
@@ -61,6 +61,24 @@ class WedataClient(AbstractClient):
61
61
 
62
62
  return await self.call_and_deserialize(**kwargs)
63
63
 
64
+ async def AuthorizeDataSource(
65
+ self,
66
+ request: models.AuthorizeDataSourceRequest,
67
+ opts: Dict = None,
68
+ ) -> models.AuthorizeDataSourceResponse:
69
+ """
70
+ 授权数据源
71
+ """
72
+
73
+ kwargs = {}
74
+ kwargs["action"] = "AuthorizeDataSource"
75
+ kwargs["params"] = request._serialize()
76
+ kwargs["resp_cls"] = models.AuthorizeDataSourceResponse
77
+ kwargs["headers"] = request.headers
78
+ kwargs["opts"] = opts or {}
79
+
80
+ return await self.call_and_deserialize(**kwargs)
81
+
64
82
  async def CreateCodeFile(
65
83
  self,
66
84
  request: models.CreateCodeFileRequest,
@@ -97,6 +115,24 @@ class WedataClient(AbstractClient):
97
115
 
98
116
  return await self.call_and_deserialize(**kwargs)
99
117
 
118
+ async def CreateCodePermissions(
119
+ self,
120
+ request: models.CreateCodePermissionsRequest,
121
+ opts: Dict = None,
122
+ ) -> models.CreateCodePermissionsResponse:
123
+ """
124
+ 配置CodeStudio实体权限
125
+ """
126
+
127
+ kwargs = {}
128
+ kwargs["action"] = "CreateCodePermissions"
129
+ kwargs["params"] = request._serialize()
130
+ kwargs["resp_cls"] = models.CreateCodePermissionsResponse
131
+ kwargs["headers"] = request.headers
132
+ kwargs["opts"] = opts or {}
133
+
134
+ return await self.call_and_deserialize(**kwargs)
135
+
100
136
  async def CreateDataBackfillPlan(
101
137
  self,
102
138
  request: models.CreateDataBackfillPlanRequest,
@@ -187,6 +223,42 @@ class WedataClient(AbstractClient):
187
223
 
188
224
  return await self.call_and_deserialize(**kwargs)
189
225
 
226
+ async def CreateQualityRule(
227
+ self,
228
+ request: models.CreateQualityRuleRequest,
229
+ opts: Dict = None,
230
+ ) -> models.CreateQualityRuleResponse:
231
+ """
232
+ 创建质量规则接口
233
+ """
234
+
235
+ kwargs = {}
236
+ kwargs["action"] = "CreateQualityRule"
237
+ kwargs["params"] = request._serialize()
238
+ kwargs["resp_cls"] = models.CreateQualityRuleResponse
239
+ kwargs["headers"] = request.headers
240
+ kwargs["opts"] = opts or {}
241
+
242
+ return await self.call_and_deserialize(**kwargs)
243
+
244
+ async def CreateQualityRuleGroup(
245
+ self,
246
+ request: models.CreateQualityRuleGroupRequest,
247
+ opts: Dict = None,
248
+ ) -> models.CreateQualityRuleGroupResponse:
249
+ """
250
+ 创建监控任务
251
+ """
252
+
253
+ kwargs = {}
254
+ kwargs["action"] = "CreateQualityRuleGroup"
255
+ kwargs["params"] = request._serialize()
256
+ kwargs["resp_cls"] = models.CreateQualityRuleGroupResponse
257
+ kwargs["headers"] = request.headers
258
+ kwargs["opts"] = opts or {}
259
+
260
+ return await self.call_and_deserialize(**kwargs)
261
+
190
262
  async def CreateResourceFile(
191
263
  self,
192
264
  request: models.CreateResourceFileRequest,
@@ -295,6 +367,60 @@ class WedataClient(AbstractClient):
295
367
 
296
368
  return await self.call_and_deserialize(**kwargs)
297
369
 
370
+ async def CreateTaskFolder(
371
+ self,
372
+ request: models.CreateTaskFolderRequest,
373
+ opts: Dict = None,
374
+ ) -> models.CreateTaskFolderResponse:
375
+ """
376
+ 创建文件夹
377
+ """
378
+
379
+ kwargs = {}
380
+ kwargs["action"] = "CreateTaskFolder"
381
+ kwargs["params"] = request._serialize()
382
+ kwargs["resp_cls"] = models.CreateTaskFolderResponse
383
+ kwargs["headers"] = request.headers
384
+ kwargs["opts"] = opts or {}
385
+
386
+ return await self.call_and_deserialize(**kwargs)
387
+
388
+ async def CreateTriggerTask(
389
+ self,
390
+ request: models.CreateTriggerTaskRequest,
391
+ opts: Dict = None,
392
+ ) -> models.CreateTriggerTaskResponse:
393
+ """
394
+ 创建任务接口
395
+ """
396
+
397
+ kwargs = {}
398
+ kwargs["action"] = "CreateTriggerTask"
399
+ kwargs["params"] = request._serialize()
400
+ kwargs["resp_cls"] = models.CreateTriggerTaskResponse
401
+ kwargs["headers"] = request.headers
402
+ kwargs["opts"] = opts or {}
403
+
404
+ return await self.call_and_deserialize(**kwargs)
405
+
406
+ async def CreateTriggerWorkflow(
407
+ self,
408
+ request: models.CreateTriggerWorkflowRequest,
409
+ opts: Dict = None,
410
+ ) -> models.CreateTriggerWorkflowResponse:
411
+ """
412
+ 创建工作流
413
+ """
414
+
415
+ kwargs = {}
416
+ kwargs["action"] = "CreateTriggerWorkflow"
417
+ kwargs["params"] = request._serialize()
418
+ kwargs["resp_cls"] = models.CreateTriggerWorkflowResponse
419
+ kwargs["headers"] = request.headers
420
+ kwargs["opts"] = opts or {}
421
+
422
+ return await self.call_and_deserialize(**kwargs)
423
+
298
424
  async def CreateWorkflow(
299
425
  self,
300
426
  request: models.CreateWorkflowRequest,
@@ -331,6 +457,24 @@ class WedataClient(AbstractClient):
331
457
 
332
458
  return await self.call_and_deserialize(**kwargs)
333
459
 
460
+ async def CreateWorkflowPermissions(
461
+ self,
462
+ request: models.CreateWorkflowPermissionsRequest,
463
+ opts: Dict = None,
464
+ ) -> models.CreateWorkflowPermissionsResponse:
465
+ """
466
+ 数据开发配置权限
467
+ """
468
+
469
+ kwargs = {}
470
+ kwargs["action"] = "CreateWorkflowPermissions"
471
+ kwargs["params"] = request._serialize()
472
+ kwargs["resp_cls"] = models.CreateWorkflowPermissionsResponse
473
+ kwargs["headers"] = request.headers
474
+ kwargs["opts"] = opts or {}
475
+
476
+ return await self.call_and_deserialize(**kwargs)
477
+
334
478
  async def DeleteCodeFile(
335
479
  self,
336
480
  request: models.DeleteCodeFileRequest,
@@ -367,6 +511,42 @@ class WedataClient(AbstractClient):
367
511
 
368
512
  return await self.call_and_deserialize(**kwargs)
369
513
 
514
+ async def DeleteCodePermissions(
515
+ self,
516
+ request: models.DeleteCodePermissionsRequest,
517
+ opts: Dict = None,
518
+ ) -> models.DeleteCodePermissionsResponse:
519
+ """
520
+ 删除CodeStudio实体权限
521
+ """
522
+
523
+ kwargs = {}
524
+ kwargs["action"] = "DeleteCodePermissions"
525
+ kwargs["params"] = request._serialize()
526
+ kwargs["resp_cls"] = models.DeleteCodePermissionsResponse
527
+ kwargs["headers"] = request.headers
528
+ kwargs["opts"] = opts or {}
529
+
530
+ return await self.call_and_deserialize(**kwargs)
531
+
532
+ async def DeleteDataBackfillPlanAsync(
533
+ self,
534
+ request: models.DeleteDataBackfillPlanAsyncRequest,
535
+ opts: Dict = None,
536
+ ) -> models.DeleteDataBackfillPlanAsyncResponse:
537
+ """
538
+ 删除补录计划
539
+ """
540
+
541
+ kwargs = {}
542
+ kwargs["action"] = "DeleteDataBackfillPlanAsync"
543
+ kwargs["params"] = request._serialize()
544
+ kwargs["resp_cls"] = models.DeleteDataBackfillPlanAsyncResponse
545
+ kwargs["headers"] = request.headers
546
+ kwargs["opts"] = opts or {}
547
+
548
+ return await self.call_and_deserialize(**kwargs)
549
+
370
550
  async def DeleteDataSource(
371
551
  self,
372
552
  request: models.DeleteDataSourceRequest,
@@ -421,6 +601,24 @@ class WedataClient(AbstractClient):
421
601
 
422
602
  return await self.call_and_deserialize(**kwargs)
423
603
 
604
+ async def DeleteProject(
605
+ self,
606
+ request: models.DeleteProjectRequest,
607
+ opts: Dict = None,
608
+ ) -> models.DeleteProjectResponse:
609
+ """
610
+ 删除项目
611
+ """
612
+
613
+ kwargs = {}
614
+ kwargs["action"] = "DeleteProject"
615
+ kwargs["params"] = request._serialize()
616
+ kwargs["resp_cls"] = models.DeleteProjectResponse
617
+ kwargs["headers"] = request.headers
618
+ kwargs["opts"] = opts or {}
619
+
620
+ return await self.call_and_deserialize(**kwargs)
621
+
424
622
  async def DeleteProjectMember(
425
623
  self,
426
624
  request: models.DeleteProjectMemberRequest,
@@ -439,6 +637,42 @@ class WedataClient(AbstractClient):
439
637
 
440
638
  return await self.call_and_deserialize(**kwargs)
441
639
 
640
+ async def DeleteQualityRule(
641
+ self,
642
+ request: models.DeleteQualityRuleRequest,
643
+ opts: Dict = None,
644
+ ) -> models.DeleteQualityRuleResponse:
645
+ """
646
+ 删除质量规则接口
647
+ """
648
+
649
+ kwargs = {}
650
+ kwargs["action"] = "DeleteQualityRule"
651
+ kwargs["params"] = request._serialize()
652
+ kwargs["resp_cls"] = models.DeleteQualityRuleResponse
653
+ kwargs["headers"] = request.headers
654
+ kwargs["opts"] = opts or {}
655
+
656
+ return await self.call_and_deserialize(**kwargs)
657
+
658
+ async def DeleteQualityRuleGroup(
659
+ self,
660
+ request: models.DeleteQualityRuleGroupRequest,
661
+ opts: Dict = None,
662
+ ) -> models.DeleteQualityRuleGroupResponse:
663
+ """
664
+ 删除监控任务
665
+ """
666
+
667
+ kwargs = {}
668
+ kwargs["action"] = "DeleteQualityRuleGroup"
669
+ kwargs["params"] = request._serialize()
670
+ kwargs["resp_cls"] = models.DeleteQualityRuleGroupResponse
671
+ kwargs["headers"] = request.headers
672
+ kwargs["opts"] = opts or {}
673
+
674
+ return await self.call_and_deserialize(**kwargs)
675
+
442
676
  async def DeleteResourceFile(
443
677
  self,
444
678
  request: models.DeleteResourceFileRequest,
@@ -547,6 +781,60 @@ class WedataClient(AbstractClient):
547
781
 
548
782
  return await self.call_and_deserialize(**kwargs)
549
783
 
784
+ async def DeleteTaskFolder(
785
+ self,
786
+ request: models.DeleteTaskFolderRequest,
787
+ opts: Dict = None,
788
+ ) -> models.DeleteTaskFolderResponse:
789
+ """
790
+ 删除数据开发任务文件夹
791
+ """
792
+
793
+ kwargs = {}
794
+ kwargs["action"] = "DeleteTaskFolder"
795
+ kwargs["params"] = request._serialize()
796
+ kwargs["resp_cls"] = models.DeleteTaskFolderResponse
797
+ kwargs["headers"] = request.headers
798
+ kwargs["opts"] = opts or {}
799
+
800
+ return await self.call_and_deserialize(**kwargs)
801
+
802
+ async def DeleteTriggerTask(
803
+ self,
804
+ request: models.DeleteTriggerTaskRequest,
805
+ opts: Dict = None,
806
+ ) -> models.DeleteTriggerTaskResponse:
807
+ """
808
+ 删除工作流调度任务
809
+ """
810
+
811
+ kwargs = {}
812
+ kwargs["action"] = "DeleteTriggerTask"
813
+ kwargs["params"] = request._serialize()
814
+ kwargs["resp_cls"] = models.DeleteTriggerTaskResponse
815
+ kwargs["headers"] = request.headers
816
+ kwargs["opts"] = opts or {}
817
+
818
+ return await self.call_and_deserialize(**kwargs)
819
+
820
+ async def DeleteTriggerWorkflow(
821
+ self,
822
+ request: models.DeleteTriggerWorkflowRequest,
823
+ opts: Dict = None,
824
+ ) -> models.DeleteTriggerWorkflowResponse:
825
+ """
826
+ 删除工作流
827
+ """
828
+
829
+ kwargs = {}
830
+ kwargs["action"] = "DeleteTriggerWorkflow"
831
+ kwargs["params"] = request._serialize()
832
+ kwargs["resp_cls"] = models.DeleteTriggerWorkflowResponse
833
+ kwargs["headers"] = request.headers
834
+ kwargs["opts"] = opts or {}
835
+
836
+ return await self.call_and_deserialize(**kwargs)
837
+
550
838
  async def DeleteWorkflow(
551
839
  self,
552
840
  request: models.DeleteWorkflowRequest,
@@ -583,6 +871,42 @@ class WedataClient(AbstractClient):
583
871
 
584
872
  return await self.call_and_deserialize(**kwargs)
585
873
 
874
+ async def DeleteWorkflowPermissions(
875
+ self,
876
+ request: models.DeleteWorkflowPermissionsRequest,
877
+ opts: Dict = None,
878
+ ) -> models.DeleteWorkflowPermissionsResponse:
879
+ """
880
+ 删除工作流文件夹权限
881
+ """
882
+
883
+ kwargs = {}
884
+ kwargs["action"] = "DeleteWorkflowPermissions"
885
+ kwargs["params"] = request._serialize()
886
+ kwargs["resp_cls"] = models.DeleteWorkflowPermissionsResponse
887
+ kwargs["headers"] = request.headers
888
+ kwargs["opts"] = opts or {}
889
+
890
+ return await self.call_and_deserialize(**kwargs)
891
+
892
+ async def DescribeDataSourceAuthority(
893
+ self,
894
+ request: models.DescribeDataSourceAuthorityRequest,
895
+ opts: Dict = None,
896
+ ) -> models.DescribeDataSourceAuthorityResponse:
897
+ """
898
+ 查看数据源权限
899
+ """
900
+
901
+ kwargs = {}
902
+ kwargs["action"] = "DescribeDataSourceAuthority"
903
+ kwargs["params"] = request._serialize()
904
+ kwargs["resp_cls"] = models.DescribeDataSourceAuthorityResponse
905
+ kwargs["headers"] = request.headers
906
+ kwargs["opts"] = opts or {}
907
+
908
+ return await self.call_and_deserialize(**kwargs)
909
+
586
910
  async def DisableProject(
587
911
  self,
588
912
  request: models.DisableProjectRequest,
@@ -745,6 +1069,42 @@ class WedataClient(AbstractClient):
745
1069
 
746
1070
  return await self.call_and_deserialize(**kwargs)
747
1071
 
1072
+ async def GetMyCodeMaxPermission(
1073
+ self,
1074
+ request: models.GetMyCodeMaxPermissionRequest,
1075
+ opts: Dict = None,
1076
+ ) -> models.GetMyCodeMaxPermissionResponse:
1077
+ """
1078
+ 查看当前用户对CodeStudio实体的最大权限
1079
+ """
1080
+
1081
+ kwargs = {}
1082
+ kwargs["action"] = "GetMyCodeMaxPermission"
1083
+ kwargs["params"] = request._serialize()
1084
+ kwargs["resp_cls"] = models.GetMyCodeMaxPermissionResponse
1085
+ kwargs["headers"] = request.headers
1086
+ kwargs["opts"] = opts or {}
1087
+
1088
+ return await self.call_and_deserialize(**kwargs)
1089
+
1090
+ async def GetMyWorkflowMaxPermission(
1091
+ self,
1092
+ request: models.GetMyWorkflowMaxPermissionRequest,
1093
+ opts: Dict = None,
1094
+ ) -> models.GetMyWorkflowMaxPermissionResponse:
1095
+ """
1096
+ 查询当前用户对工作流文件夹的递归最大权限
1097
+ """
1098
+
1099
+ kwargs = {}
1100
+ kwargs["action"] = "GetMyWorkflowMaxPermission"
1101
+ kwargs["params"] = request._serialize()
1102
+ kwargs["resp_cls"] = models.GetMyWorkflowMaxPermissionResponse
1103
+ kwargs["headers"] = request.headers
1104
+ kwargs["opts"] = opts or {}
1105
+
1106
+ return await self.call_and_deserialize(**kwargs)
1107
+
748
1108
  async def GetOpsAlarmRule(
749
1109
  self,
750
1110
  request: models.GetOpsAlarmRuleRequest,
@@ -817,6 +1177,24 @@ class WedataClient(AbstractClient):
817
1177
 
818
1178
  return await self.call_and_deserialize(**kwargs)
819
1179
 
1180
+ async def GetOpsTriggerWorkflow(
1181
+ self,
1182
+ request: models.GetOpsTriggerWorkflowRequest,
1183
+ opts: Dict = None,
1184
+ ) -> models.GetOpsTriggerWorkflowResponse:
1185
+ """
1186
+ 查询工作流任务详情
1187
+ """
1188
+
1189
+ kwargs = {}
1190
+ kwargs["action"] = "GetOpsTriggerWorkflow"
1191
+ kwargs["params"] = request._serialize()
1192
+ kwargs["resp_cls"] = models.GetOpsTriggerWorkflowResponse
1193
+ kwargs["headers"] = request.headers
1194
+ kwargs["opts"] = opts or {}
1195
+
1196
+ return await self.call_and_deserialize(**kwargs)
1197
+
820
1198
  async def GetOpsWorkflow(
821
1199
  self,
822
1200
  request: models.GetOpsWorkflowRequest,
@@ -871,6 +1249,24 @@ class WedataClient(AbstractClient):
871
1249
 
872
1250
  return await self.call_and_deserialize(**kwargs)
873
1251
 
1252
+ async def GetResourceFolder(
1253
+ self,
1254
+ request: models.GetResourceFolderRequest,
1255
+ opts: Dict = None,
1256
+ ) -> models.GetResourceFolderResponse:
1257
+ """
1258
+ 查询资源文件文件夹详情
1259
+ """
1260
+
1261
+ kwargs = {}
1262
+ kwargs["action"] = "GetResourceFolder"
1263
+ kwargs["params"] = request._serialize()
1264
+ kwargs["resp_cls"] = models.GetResourceFolderResponse
1265
+ kwargs["headers"] = request.headers
1266
+ kwargs["opts"] = opts or {}
1267
+
1268
+ return await self.call_and_deserialize(**kwargs)
1269
+
874
1270
  async def GetResourceGroupMetrics(
875
1271
  self,
876
1272
  request: models.GetResourceGroupMetricsRequest,
@@ -997,6 +1393,24 @@ class WedataClient(AbstractClient):
997
1393
 
998
1394
  return await self.call_and_deserialize(**kwargs)
999
1395
 
1396
+ async def GetTaskFolder(
1397
+ self,
1398
+ request: models.GetTaskFolderRequest,
1399
+ opts: Dict = None,
1400
+ ) -> models.GetTaskFolderResponse:
1401
+ """
1402
+ 查询任务文件夹详情
1403
+ """
1404
+
1405
+ kwargs = {}
1406
+ kwargs["action"] = "GetTaskFolder"
1407
+ kwargs["params"] = request._serialize()
1408
+ kwargs["resp_cls"] = models.GetTaskFolderResponse
1409
+ kwargs["headers"] = request.headers
1410
+ kwargs["opts"] = opts or {}
1411
+
1412
+ return await self.call_and_deserialize(**kwargs)
1413
+
1000
1414
  async def GetTaskInstance(
1001
1415
  self,
1002
1416
  request: models.GetTaskInstanceRequest,
@@ -1051,6 +1465,114 @@ class WedataClient(AbstractClient):
1051
1465
 
1052
1466
  return await self.call_and_deserialize(**kwargs)
1053
1467
 
1468
+ async def GetTriggerTask(
1469
+ self,
1470
+ request: models.GetTriggerTaskRequest,
1471
+ opts: Dict = None,
1472
+ ) -> models.GetTriggerTaskResponse:
1473
+ """
1474
+ 获取任务详情接口
1475
+ """
1476
+
1477
+ kwargs = {}
1478
+ kwargs["action"] = "GetTriggerTask"
1479
+ kwargs["params"] = request._serialize()
1480
+ kwargs["resp_cls"] = models.GetTriggerTaskResponse
1481
+ kwargs["headers"] = request.headers
1482
+ kwargs["opts"] = opts or {}
1483
+
1484
+ return await self.call_and_deserialize(**kwargs)
1485
+
1486
+ async def GetTriggerTaskCode(
1487
+ self,
1488
+ request: models.GetTriggerTaskCodeRequest,
1489
+ opts: Dict = None,
1490
+ ) -> models.GetTriggerTaskCodeResponse:
1491
+ """
1492
+ 获取工作流调度任务代码
1493
+ """
1494
+
1495
+ kwargs = {}
1496
+ kwargs["action"] = "GetTriggerTaskCode"
1497
+ kwargs["params"] = request._serialize()
1498
+ kwargs["resp_cls"] = models.GetTriggerTaskCodeResponse
1499
+ kwargs["headers"] = request.headers
1500
+ kwargs["opts"] = opts or {}
1501
+
1502
+ return await self.call_and_deserialize(**kwargs)
1503
+
1504
+ async def GetTriggerTaskRun(
1505
+ self,
1506
+ request: models.GetTriggerTaskRunRequest,
1507
+ opts: Dict = None,
1508
+ ) -> models.GetTriggerTaskRunResponse:
1509
+ """
1510
+ 查询任务执行详情
1511
+ """
1512
+
1513
+ kwargs = {}
1514
+ kwargs["action"] = "GetTriggerTaskRun"
1515
+ kwargs["params"] = request._serialize()
1516
+ kwargs["resp_cls"] = models.GetTriggerTaskRunResponse
1517
+ kwargs["headers"] = request.headers
1518
+ kwargs["opts"] = opts or {}
1519
+
1520
+ return await self.call_and_deserialize(**kwargs)
1521
+
1522
+ async def GetTriggerTaskVersion(
1523
+ self,
1524
+ request: models.GetTriggerTaskVersionRequest,
1525
+ opts: Dict = None,
1526
+ ) -> models.GetTriggerTaskVersionResponse:
1527
+ """
1528
+ 拉取任务版本列表
1529
+ """
1530
+
1531
+ kwargs = {}
1532
+ kwargs["action"] = "GetTriggerTaskVersion"
1533
+ kwargs["params"] = request._serialize()
1534
+ kwargs["resp_cls"] = models.GetTriggerTaskVersionResponse
1535
+ kwargs["headers"] = request.headers
1536
+ kwargs["opts"] = opts or {}
1537
+
1538
+ return await self.call_and_deserialize(**kwargs)
1539
+
1540
+ async def GetTriggerWorkflow(
1541
+ self,
1542
+ request: models.GetTriggerWorkflowRequest,
1543
+ opts: Dict = None,
1544
+ ) -> models.GetTriggerWorkflowResponse:
1545
+ """
1546
+ 获取工作流信息
1547
+ """
1548
+
1549
+ kwargs = {}
1550
+ kwargs["action"] = "GetTriggerWorkflow"
1551
+ kwargs["params"] = request._serialize()
1552
+ kwargs["resp_cls"] = models.GetTriggerWorkflowResponse
1553
+ kwargs["headers"] = request.headers
1554
+ kwargs["opts"] = opts or {}
1555
+
1556
+ return await self.call_and_deserialize(**kwargs)
1557
+
1558
+ async def GetTriggerWorkflowRun(
1559
+ self,
1560
+ request: models.GetTriggerWorkflowRunRequest,
1561
+ opts: Dict = None,
1562
+ ) -> models.GetTriggerWorkflowRunResponse:
1563
+ """
1564
+ 查询工作流任务详情
1565
+ """
1566
+
1567
+ kwargs = {}
1568
+ kwargs["action"] = "GetTriggerWorkflowRun"
1569
+ kwargs["params"] = request._serialize()
1570
+ kwargs["resp_cls"] = models.GetTriggerWorkflowRunResponse
1571
+ kwargs["headers"] = request.headers
1572
+ kwargs["opts"] = opts or {}
1573
+
1574
+ return await self.call_and_deserialize(**kwargs)
1575
+
1054
1576
  async def GetWorkflow(
1055
1577
  self,
1056
1578
  request: models.GetWorkflowRequest,
@@ -1069,6 +1591,24 @@ class WedataClient(AbstractClient):
1069
1591
 
1070
1592
  return await self.call_and_deserialize(**kwargs)
1071
1593
 
1594
+ async def GetWorkflowFolder(
1595
+ self,
1596
+ request: models.GetWorkflowFolderRequest,
1597
+ opts: Dict = None,
1598
+ ) -> models.GetWorkflowFolderResponse:
1599
+ """
1600
+ 查询文件夹详情
1601
+ """
1602
+
1603
+ kwargs = {}
1604
+ kwargs["action"] = "GetWorkflowFolder"
1605
+ kwargs["params"] = request._serialize()
1606
+ kwargs["resp_cls"] = models.GetWorkflowFolderResponse
1607
+ kwargs["headers"] = request.headers
1608
+ kwargs["opts"] = opts or {}
1609
+
1610
+ return await self.call_and_deserialize(**kwargs)
1611
+
1072
1612
  async def GrantMemberProjectRole(
1073
1613
  self,
1074
1614
  request: models.GrantMemberProjectRoleRequest,
@@ -1105,6 +1645,24 @@ class WedataClient(AbstractClient):
1105
1645
 
1106
1646
  return await self.call_and_deserialize(**kwargs)
1107
1647
 
1648
+ async def KillTriggerWorkflowRuns(
1649
+ self,
1650
+ request: models.KillTriggerWorkflowRunsRequest,
1651
+ opts: Dict = None,
1652
+ ) -> models.KillTriggerWorkflowRunsResponse:
1653
+ """
1654
+ 终止运行
1655
+ """
1656
+
1657
+ kwargs = {}
1658
+ kwargs["action"] = "KillTriggerWorkflowRuns"
1659
+ kwargs["params"] = request._serialize()
1660
+ kwargs["resp_cls"] = models.KillTriggerWorkflowRunsResponse
1661
+ kwargs["headers"] = request.headers
1662
+ kwargs["opts"] = opts or {}
1663
+
1664
+ return await self.call_and_deserialize(**kwargs)
1665
+
1108
1666
  async def ListAlarmMessages(
1109
1667
  self,
1110
1668
  request: models.ListAlarmMessagesRequest,
@@ -1159,6 +1717,24 @@ class WedataClient(AbstractClient):
1159
1717
 
1160
1718
  return await self.call_and_deserialize(**kwargs)
1161
1719
 
1720
+ async def ListCodePermissions(
1721
+ self,
1722
+ request: models.ListCodePermissionsRequest,
1723
+ opts: Dict = None,
1724
+ ) -> models.ListCodePermissionsResponse:
1725
+ """
1726
+ 查看CodeStudio实体权限
1727
+ """
1728
+
1729
+ kwargs = {}
1730
+ kwargs["action"] = "ListCodePermissions"
1731
+ kwargs["params"] = request._serialize()
1732
+ kwargs["resp_cls"] = models.ListCodePermissionsResponse
1733
+ kwargs["headers"] = request.headers
1734
+ kwargs["opts"] = opts or {}
1735
+
1736
+ return await self.call_and_deserialize(**kwargs)
1737
+
1162
1738
  async def ListColumnLineage(
1163
1739
  self,
1164
1740
  request: models.ListColumnLineageRequest,
@@ -1285,6 +1861,24 @@ class WedataClient(AbstractClient):
1285
1861
 
1286
1862
  return await self.call_and_deserialize(**kwargs)
1287
1863
 
1864
+ async def ListDownstreamTriggerTasks(
1865
+ self,
1866
+ request: models.ListDownstreamTriggerTasksRequest,
1867
+ opts: Dict = None,
1868
+ ) -> models.ListDownstreamTriggerTasksResponse:
1869
+ """
1870
+ 获取任务直接下游详情
1871
+ """
1872
+
1873
+ kwargs = {}
1874
+ kwargs["action"] = "ListDownstreamTriggerTasks"
1875
+ kwargs["params"] = request._serialize()
1876
+ kwargs["resp_cls"] = models.ListDownstreamTriggerTasksResponse
1877
+ kwargs["headers"] = request.headers
1878
+ kwargs["opts"] = opts or {}
1879
+
1880
+ return await self.call_and_deserialize(**kwargs)
1881
+
1288
1882
  async def ListLineage(
1289
1883
  self,
1290
1884
  request: models.ListLineageRequest,
@@ -1339,6 +1933,24 @@ class WedataClient(AbstractClient):
1339
1933
 
1340
1934
  return await self.call_and_deserialize(**kwargs)
1341
1935
 
1936
+ async def ListOpsTriggerWorkflows(
1937
+ self,
1938
+ request: models.ListOpsTriggerWorkflowsRequest,
1939
+ opts: Dict = None,
1940
+ ) -> models.ListOpsTriggerWorkflowsResponse:
1941
+ """
1942
+ 查询工作流列表
1943
+ """
1944
+
1945
+ kwargs = {}
1946
+ kwargs["action"] = "ListOpsTriggerWorkflows"
1947
+ kwargs["params"] = request._serialize()
1948
+ kwargs["resp_cls"] = models.ListOpsTriggerWorkflowsResponse
1949
+ kwargs["headers"] = request.headers
1950
+ kwargs["opts"] = opts or {}
1951
+
1952
+ return await self.call_and_deserialize(**kwargs)
1953
+
1342
1954
  async def ListOpsWorkflows(
1343
1955
  self,
1344
1956
  request: models.ListOpsWorkflowsRequest,
@@ -1429,6 +2041,99 @@ class WedataClient(AbstractClient):
1429
2041
 
1430
2042
  return await self.call_and_deserialize(**kwargs)
1431
2043
 
2044
+ async def ListQualityRuleGroupExecResultsByPage(
2045
+ self,
2046
+ request: models.ListQualityRuleGroupExecResultsByPageRequest,
2047
+ opts: Dict = None,
2048
+ ) -> models.ListQualityRuleGroupExecResultsByPageResponse:
2049
+ """
2050
+ 规则组执行结果分页查询接口
2051
+ """
2052
+
2053
+ kwargs = {}
2054
+ kwargs["action"] = "ListQualityRuleGroupExecResultsByPage"
2055
+ kwargs["params"] = request._serialize()
2056
+ kwargs["resp_cls"] = models.ListQualityRuleGroupExecResultsByPageResponse
2057
+ kwargs["headers"] = request.headers
2058
+ kwargs["opts"] = opts or {}
2059
+
2060
+ return await self.call_and_deserialize(**kwargs)
2061
+
2062
+ async def ListQualityRuleGroups(
2063
+ self,
2064
+ request: models.ListQualityRuleGroupsRequest,
2065
+ opts: Dict = None,
2066
+ ) -> models.ListQualityRuleGroupsResponse:
2067
+ """
2068
+ 【过滤条件】
2069
+ {表idTableId,支持匹配} {任务负责人Operator,支持匹配}
2070
+ 【必要字段】
2071
+ {数据来源TableId}
2072
+ """
2073
+
2074
+ kwargs = {}
2075
+ kwargs["action"] = "ListQualityRuleGroups"
2076
+ kwargs["params"] = request._serialize()
2077
+ kwargs["resp_cls"] = models.ListQualityRuleGroupsResponse
2078
+ kwargs["headers"] = request.headers
2079
+ kwargs["opts"] = opts or {}
2080
+
2081
+ return await self.call_and_deserialize(**kwargs)
2082
+
2083
+ async def ListQualityRuleGroupsTable(
2084
+ self,
2085
+ request: models.ListQualityRuleGroupsTableRequest,
2086
+ opts: Dict = None,
2087
+ ) -> models.ListQualityRuleGroupsTableResponse:
2088
+ """
2089
+ 查询监控列表
2090
+ """
2091
+
2092
+ kwargs = {}
2093
+ kwargs["action"] = "ListQualityRuleGroupsTable"
2094
+ kwargs["params"] = request._serialize()
2095
+ kwargs["resp_cls"] = models.ListQualityRuleGroupsTableResponse
2096
+ kwargs["headers"] = request.headers
2097
+ kwargs["opts"] = opts or {}
2098
+
2099
+ return await self.call_and_deserialize(**kwargs)
2100
+
2101
+ async def ListQualityRuleTemplates(
2102
+ self,
2103
+ request: models.ListQualityRuleTemplatesRequest,
2104
+ opts: Dict = None,
2105
+ ) -> models.ListQualityRuleTemplatesResponse:
2106
+ """
2107
+ 【过滤条件】 {模板名称Name,查询使用Keyword进行模糊匹配} {模板类型type,1.系统模板 2.自定义模板} {质量检测维度QualityDims, 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性} 【排序字段】 { 引用数排序类型CitationOrderType,根据引用数量排序 ASC DESC}
2108
+ """
2109
+
2110
+ kwargs = {}
2111
+ kwargs["action"] = "ListQualityRuleTemplates"
2112
+ kwargs["params"] = request._serialize()
2113
+ kwargs["resp_cls"] = models.ListQualityRuleTemplatesResponse
2114
+ kwargs["headers"] = request.headers
2115
+ kwargs["opts"] = opts or {}
2116
+
2117
+ return await self.call_and_deserialize(**kwargs)
2118
+
2119
+ async def ListQualityRules(
2120
+ self,
2121
+ request: models.ListQualityRulesRequest,
2122
+ opts: Dict = None,
2123
+ ) -> models.ListQualityRulesResponse:
2124
+ """
2125
+ 分页查询质量规则
2126
+ """
2127
+
2128
+ kwargs = {}
2129
+ kwargs["action"] = "ListQualityRules"
2130
+ kwargs["params"] = request._serialize()
2131
+ kwargs["resp_cls"] = models.ListQualityRulesResponse
2132
+ kwargs["headers"] = request.headers
2133
+ kwargs["opts"] = opts or {}
2134
+
2135
+ return await self.call_and_deserialize(**kwargs)
2136
+
1432
2137
  async def ListResourceFiles(
1433
2138
  self,
1434
2139
  request: models.ListResourceFilesRequest,
@@ -1555,6 +2260,24 @@ class WedataClient(AbstractClient):
1555
2260
 
1556
2261
  return await self.call_and_deserialize(**kwargs)
1557
2262
 
2263
+ async def ListTaskFolders(
2264
+ self,
2265
+ request: models.ListTaskFoldersRequest,
2266
+ opts: Dict = None,
2267
+ ) -> models.ListTaskFoldersResponse:
2268
+ """
2269
+ 查询任务文件夹列表
2270
+ """
2271
+
2272
+ kwargs = {}
2273
+ kwargs["action"] = "ListTaskFolders"
2274
+ kwargs["params"] = request._serialize()
2275
+ kwargs["resp_cls"] = models.ListTaskFoldersResponse
2276
+ kwargs["headers"] = request.headers
2277
+ kwargs["opts"] = opts or {}
2278
+
2279
+ return await self.call_and_deserialize(**kwargs)
2280
+
1558
2281
  async def ListTaskInstanceExecutions(
1559
2282
  self,
1560
2283
  request: models.ListTaskInstanceExecutionsRequest,
@@ -1645,6 +2368,78 @@ class WedataClient(AbstractClient):
1645
2368
 
1646
2369
  return await self.call_and_deserialize(**kwargs)
1647
2370
 
2371
+ async def ListTriggerTaskVersions(
2372
+ self,
2373
+ request: models.ListTriggerTaskVersionsRequest,
2374
+ opts: Dict = None,
2375
+ ) -> models.ListTriggerTaskVersionsResponse:
2376
+ """
2377
+ 任务保存版本列表
2378
+ """
2379
+
2380
+ kwargs = {}
2381
+ kwargs["action"] = "ListTriggerTaskVersions"
2382
+ kwargs["params"] = request._serialize()
2383
+ kwargs["resp_cls"] = models.ListTriggerTaskVersionsResponse
2384
+ kwargs["headers"] = request.headers
2385
+ kwargs["opts"] = opts or {}
2386
+
2387
+ return await self.call_and_deserialize(**kwargs)
2388
+
2389
+ async def ListTriggerTasks(
2390
+ self,
2391
+ request: models.ListTriggerTasksRequest,
2392
+ opts: Dict = None,
2393
+ ) -> models.ListTriggerTasksResponse:
2394
+ """
2395
+ 查询任务分页信息
2396
+ """
2397
+
2398
+ kwargs = {}
2399
+ kwargs["action"] = "ListTriggerTasks"
2400
+ kwargs["params"] = request._serialize()
2401
+ kwargs["resp_cls"] = models.ListTriggerTasksResponse
2402
+ kwargs["headers"] = request.headers
2403
+ kwargs["opts"] = opts or {}
2404
+
2405
+ return await self.call_and_deserialize(**kwargs)
2406
+
2407
+ async def ListTriggerWorkflowRuns(
2408
+ self,
2409
+ request: models.ListTriggerWorkflowRunsRequest,
2410
+ opts: Dict = None,
2411
+ ) -> models.ListTriggerWorkflowRunsResponse:
2412
+ """
2413
+ 查询工作流运行
2414
+ """
2415
+
2416
+ kwargs = {}
2417
+ kwargs["action"] = "ListTriggerWorkflowRuns"
2418
+ kwargs["params"] = request._serialize()
2419
+ kwargs["resp_cls"] = models.ListTriggerWorkflowRunsResponse
2420
+ kwargs["headers"] = request.headers
2421
+ kwargs["opts"] = opts or {}
2422
+
2423
+ return await self.call_and_deserialize(**kwargs)
2424
+
2425
+ async def ListTriggerWorkflows(
2426
+ self,
2427
+ request: models.ListTriggerWorkflowsRequest,
2428
+ opts: Dict = None,
2429
+ ) -> models.ListTriggerWorkflowsResponse:
2430
+ """
2431
+ 查询工作流列表
2432
+ """
2433
+
2434
+ kwargs = {}
2435
+ kwargs["action"] = "ListTriggerWorkflows"
2436
+ kwargs["params"] = request._serialize()
2437
+ kwargs["resp_cls"] = models.ListTriggerWorkflowsResponse
2438
+ kwargs["headers"] = request.headers
2439
+ kwargs["opts"] = opts or {}
2440
+
2441
+ return await self.call_and_deserialize(**kwargs)
2442
+
1648
2443
  async def ListUpstreamOpsTasks(
1649
2444
  self,
1650
2445
  request: models.ListUpstreamOpsTasksRequest,
@@ -1699,6 +2494,24 @@ class WedataClient(AbstractClient):
1699
2494
 
1700
2495
  return await self.call_and_deserialize(**kwargs)
1701
2496
 
2497
+ async def ListUpstreamTriggerTasks(
2498
+ self,
2499
+ request: models.ListUpstreamTriggerTasksRequest,
2500
+ opts: Dict = None,
2501
+ ) -> models.ListUpstreamTriggerTasksResponse:
2502
+ """
2503
+ 获取任务直接上游
2504
+ """
2505
+
2506
+ kwargs = {}
2507
+ kwargs["action"] = "ListUpstreamTriggerTasks"
2508
+ kwargs["params"] = request._serialize()
2509
+ kwargs["resp_cls"] = models.ListUpstreamTriggerTasksResponse
2510
+ kwargs["headers"] = request.headers
2511
+ kwargs["opts"] = opts or {}
2512
+
2513
+ return await self.call_and_deserialize(**kwargs)
2514
+
1702
2515
  async def ListWorkflowFolders(
1703
2516
  self,
1704
2517
  request: models.ListWorkflowFoldersRequest,
@@ -1717,6 +2530,24 @@ class WedataClient(AbstractClient):
1717
2530
 
1718
2531
  return await self.call_and_deserialize(**kwargs)
1719
2532
 
2533
+ async def ListWorkflowPermissions(
2534
+ self,
2535
+ request: models.ListWorkflowPermissionsRequest,
2536
+ opts: Dict = None,
2537
+ ) -> models.ListWorkflowPermissionsResponse:
2538
+ """
2539
+ 查询工作流授权权限
2540
+ """
2541
+
2542
+ kwargs = {}
2543
+ kwargs["action"] = "ListWorkflowPermissions"
2544
+ kwargs["params"] = request._serialize()
2545
+ kwargs["resp_cls"] = models.ListWorkflowPermissionsResponse
2546
+ kwargs["headers"] = request.headers
2547
+ kwargs["opts"] = opts or {}
2548
+
2549
+ return await self.call_and_deserialize(**kwargs)
2550
+
1720
2551
  async def ListWorkflows(
1721
2552
  self,
1722
2553
  request: models.ListWorkflowsRequest,
@@ -1735,6 +2566,42 @@ class WedataClient(AbstractClient):
1735
2566
 
1736
2567
  return await self.call_and_deserialize(**kwargs)
1737
2568
 
2569
+ async def ModifyQualityRule(
2570
+ self,
2571
+ request: models.ModifyQualityRuleRequest,
2572
+ opts: Dict = None,
2573
+ ) -> models.ModifyQualityRuleResponse:
2574
+ """
2575
+ 更新质量规则接口
2576
+ """
2577
+
2578
+ kwargs = {}
2579
+ kwargs["action"] = "ModifyQualityRule"
2580
+ kwargs["params"] = request._serialize()
2581
+ kwargs["resp_cls"] = models.ModifyQualityRuleResponse
2582
+ kwargs["headers"] = request.headers
2583
+ kwargs["opts"] = opts or {}
2584
+
2585
+ return await self.call_and_deserialize(**kwargs)
2586
+
2587
+ async def ModifyQualityRuleGroup(
2588
+ self,
2589
+ request: models.ModifyQualityRuleGroupRequest,
2590
+ opts: Dict = None,
2591
+ ) -> models.ModifyQualityRuleGroupResponse:
2592
+ """
2593
+ 创建监控任务
2594
+ """
2595
+
2596
+ kwargs = {}
2597
+ kwargs["action"] = "ModifyQualityRuleGroup"
2598
+ kwargs["params"] = request._serialize()
2599
+ kwargs["resp_cls"] = models.ModifyQualityRuleGroupResponse
2600
+ kwargs["headers"] = request.headers
2601
+ kwargs["opts"] = opts or {}
2602
+
2603
+ return await self.call_and_deserialize(**kwargs)
2604
+
1738
2605
  async def PauseOpsTasksAsync(
1739
2606
  self,
1740
2607
  request: models.PauseOpsTasksAsyncRequest,
@@ -1807,6 +2674,42 @@ class WedataClient(AbstractClient):
1807
2674
 
1808
2675
  return await self.call_and_deserialize(**kwargs)
1809
2676
 
2677
+ async def RerunTriggerWorkflowRunAsync(
2678
+ self,
2679
+ request: models.RerunTriggerWorkflowRunAsyncRequest,
2680
+ opts: Dict = None,
2681
+ ) -> models.RerunTriggerWorkflowRunAsyncResponse:
2682
+ """
2683
+ 重跑运行
2684
+ """
2685
+
2686
+ kwargs = {}
2687
+ kwargs["action"] = "RerunTriggerWorkflowRunAsync"
2688
+ kwargs["params"] = request._serialize()
2689
+ kwargs["resp_cls"] = models.RerunTriggerWorkflowRunAsyncResponse
2690
+ kwargs["headers"] = request.headers
2691
+ kwargs["opts"] = opts or {}
2692
+
2693
+ return await self.call_and_deserialize(**kwargs)
2694
+
2695
+ async def RevokeDataSourceAuthorization(
2696
+ self,
2697
+ request: models.RevokeDataSourceAuthorizationRequest,
2698
+ opts: Dict = None,
2699
+ ) -> models.RevokeDataSourceAuthorizationResponse:
2700
+ """
2701
+ 回收数据源权限
2702
+ """
2703
+
2704
+ kwargs = {}
2705
+ kwargs["action"] = "RevokeDataSourceAuthorization"
2706
+ kwargs["params"] = request._serialize()
2707
+ kwargs["resp_cls"] = models.RevokeDataSourceAuthorizationResponse
2708
+ kwargs["headers"] = request.headers
2709
+ kwargs["opts"] = opts or {}
2710
+
2711
+ return await self.call_and_deserialize(**kwargs)
2712
+
1810
2713
  async def RunSQLScript(
1811
2714
  self,
1812
2715
  request: models.RunSQLScriptRequest,
@@ -1915,6 +2818,24 @@ class WedataClient(AbstractClient):
1915
2818
 
1916
2819
  return await self.call_and_deserialize(**kwargs)
1917
2820
 
2821
+ async def SubmitTriggerTask(
2822
+ self,
2823
+ request: models.SubmitTriggerTaskRequest,
2824
+ opts: Dict = None,
2825
+ ) -> models.SubmitTriggerTaskResponse:
2826
+ """
2827
+ 提交工作流调度任务
2828
+ """
2829
+
2830
+ kwargs = {}
2831
+ kwargs["action"] = "SubmitTriggerTask"
2832
+ kwargs["params"] = request._serialize()
2833
+ kwargs["resp_cls"] = models.SubmitTriggerTaskResponse
2834
+ kwargs["headers"] = request.headers
2835
+ kwargs["opts"] = opts or {}
2836
+
2837
+ return await self.call_and_deserialize(**kwargs)
2838
+
1918
2839
  async def UpdateCodeFile(
1919
2840
  self,
1920
2841
  request: models.UpdateCodeFileRequest,
@@ -2005,6 +2926,24 @@ class WedataClient(AbstractClient):
2005
2926
 
2006
2927
  return await self.call_and_deserialize(**kwargs)
2007
2928
 
2929
+ async def UpdateOpsTriggerTasksOwner(
2930
+ self,
2931
+ request: models.UpdateOpsTriggerTasksOwnerRequest,
2932
+ opts: Dict = None,
2933
+ ) -> models.UpdateOpsTriggerTasksOwnerResponse:
2934
+ """
2935
+ 查询任务执行详情
2936
+ """
2937
+
2938
+ kwargs = {}
2939
+ kwargs["action"] = "UpdateOpsTriggerTasksOwner"
2940
+ kwargs["params"] = request._serialize()
2941
+ kwargs["resp_cls"] = models.UpdateOpsTriggerTasksOwnerResponse
2942
+ kwargs["headers"] = request.headers
2943
+ kwargs["opts"] = opts or {}
2944
+
2945
+ return await self.call_and_deserialize(**kwargs)
2946
+
2008
2947
  async def UpdateProject(
2009
2948
  self,
2010
2949
  request: models.UpdateProjectRequest,
@@ -2131,6 +3070,114 @@ class WedataClient(AbstractClient):
2131
3070
 
2132
3071
  return await self.call_and_deserialize(**kwargs)
2133
3072
 
3073
+ async def UpdateTaskFolder(
3074
+ self,
3075
+ request: models.UpdateTaskFolderRequest,
3076
+ opts: Dict = None,
3077
+ ) -> models.UpdateTaskFolderResponse:
3078
+ """
3079
+ 更新任务文件夹
3080
+ """
3081
+
3082
+ kwargs = {}
3083
+ kwargs["action"] = "UpdateTaskFolder"
3084
+ kwargs["params"] = request._serialize()
3085
+ kwargs["resp_cls"] = models.UpdateTaskFolderResponse
3086
+ kwargs["headers"] = request.headers
3087
+ kwargs["opts"] = opts or {}
3088
+
3089
+ return await self.call_and_deserialize(**kwargs)
3090
+
3091
+ async def UpdateTaskPartially(
3092
+ self,
3093
+ request: models.UpdateTaskPartiallyRequest,
3094
+ opts: Dict = None,
3095
+ ) -> models.UpdateTaskPartiallyResponse:
3096
+ """
3097
+ 更新任务接口
3098
+ """
3099
+
3100
+ kwargs = {}
3101
+ kwargs["action"] = "UpdateTaskPartially"
3102
+ kwargs["params"] = request._serialize()
3103
+ kwargs["resp_cls"] = models.UpdateTaskPartiallyResponse
3104
+ kwargs["headers"] = request.headers
3105
+ kwargs["opts"] = opts or {}
3106
+
3107
+ return await self.call_and_deserialize(**kwargs)
3108
+
3109
+ async def UpdateTriggerTask(
3110
+ self,
3111
+ request: models.UpdateTriggerTaskRequest,
3112
+ opts: Dict = None,
3113
+ ) -> models.UpdateTriggerTaskResponse:
3114
+ """
3115
+ 更新任务接口
3116
+ """
3117
+
3118
+ kwargs = {}
3119
+ kwargs["action"] = "UpdateTriggerTask"
3120
+ kwargs["params"] = request._serialize()
3121
+ kwargs["resp_cls"] = models.UpdateTriggerTaskResponse
3122
+ kwargs["headers"] = request.headers
3123
+ kwargs["opts"] = opts or {}
3124
+
3125
+ return await self.call_and_deserialize(**kwargs)
3126
+
3127
+ async def UpdateTriggerTaskPartially(
3128
+ self,
3129
+ request: models.UpdateTriggerTaskPartiallyRequest,
3130
+ opts: Dict = None,
3131
+ ) -> models.UpdateTriggerTaskPartiallyResponse:
3132
+ """
3133
+ 更新任务接口
3134
+ """
3135
+
3136
+ kwargs = {}
3137
+ kwargs["action"] = "UpdateTriggerTaskPartially"
3138
+ kwargs["params"] = request._serialize()
3139
+ kwargs["resp_cls"] = models.UpdateTriggerTaskPartiallyResponse
3140
+ kwargs["headers"] = request.headers
3141
+ kwargs["opts"] = opts or {}
3142
+
3143
+ return await self.call_and_deserialize(**kwargs)
3144
+
3145
+ async def UpdateTriggerWorkflow(
3146
+ self,
3147
+ request: models.UpdateTriggerWorkflowRequest,
3148
+ opts: Dict = None,
3149
+ ) -> models.UpdateTriggerWorkflowResponse:
3150
+ """
3151
+ 更新工作流(包括工作流基本信息与工作流参数)
3152
+ """
3153
+
3154
+ kwargs = {}
3155
+ kwargs["action"] = "UpdateTriggerWorkflow"
3156
+ kwargs["params"] = request._serialize()
3157
+ kwargs["resp_cls"] = models.UpdateTriggerWorkflowResponse
3158
+ kwargs["headers"] = request.headers
3159
+ kwargs["opts"] = opts or {}
3160
+
3161
+ return await self.call_and_deserialize(**kwargs)
3162
+
3163
+ async def UpdateTriggerWorkflowPartially(
3164
+ self,
3165
+ request: models.UpdateTriggerWorkflowPartiallyRequest,
3166
+ opts: Dict = None,
3167
+ ) -> models.UpdateTriggerWorkflowPartiallyResponse:
3168
+ """
3169
+ 更新工作流(包括工作流基本信息与工作流参数)
3170
+ """
3171
+
3172
+ kwargs = {}
3173
+ kwargs["action"] = "UpdateTriggerWorkflowPartially"
3174
+ kwargs["params"] = request._serialize()
3175
+ kwargs["resp_cls"] = models.UpdateTriggerWorkflowPartiallyResponse
3176
+ kwargs["headers"] = request.headers
3177
+ kwargs["opts"] = opts or {}
3178
+
3179
+ return await self.call_and_deserialize(**kwargs)
3180
+
2134
3181
  async def UpdateWorkflow(
2135
3182
  self,
2136
3183
  request: models.UpdateWorkflowRequest,