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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -72,6 +72,29 @@ class WedataClient(AbstractClient):
|
|
|
72
72
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
73
73
|
|
|
74
74
|
|
|
75
|
+
def AuthorizeDataSource(self, request):
|
|
76
|
+
r"""授权数据源
|
|
77
|
+
|
|
78
|
+
:param request: Request instance for AuthorizeDataSource.
|
|
79
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.AuthorizeDataSourceRequest`
|
|
80
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.AuthorizeDataSourceResponse`
|
|
81
|
+
|
|
82
|
+
"""
|
|
83
|
+
try:
|
|
84
|
+
params = request._serialize()
|
|
85
|
+
headers = request.headers
|
|
86
|
+
body = self.call("AuthorizeDataSource", params, headers=headers)
|
|
87
|
+
response = json.loads(body)
|
|
88
|
+
model = models.AuthorizeDataSourceResponse()
|
|
89
|
+
model._deserialize(response["Response"])
|
|
90
|
+
return model
|
|
91
|
+
except Exception as e:
|
|
92
|
+
if isinstance(e, TencentCloudSDKException):
|
|
93
|
+
raise
|
|
94
|
+
else:
|
|
95
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
96
|
+
|
|
97
|
+
|
|
75
98
|
def CreateCodeFile(self, request):
|
|
76
99
|
r"""新建代码文件
|
|
77
100
|
|
|
@@ -118,6 +141,29 @@ class WedataClient(AbstractClient):
|
|
|
118
141
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
119
142
|
|
|
120
143
|
|
|
144
|
+
def CreateCodePermissions(self, request):
|
|
145
|
+
r"""配置CodeStudio实体权限
|
|
146
|
+
|
|
147
|
+
:param request: Request instance for CreateCodePermissions.
|
|
148
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.CreateCodePermissionsRequest`
|
|
149
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.CreateCodePermissionsResponse`
|
|
150
|
+
|
|
151
|
+
"""
|
|
152
|
+
try:
|
|
153
|
+
params = request._serialize()
|
|
154
|
+
headers = request.headers
|
|
155
|
+
body = self.call("CreateCodePermissions", params, headers=headers)
|
|
156
|
+
response = json.loads(body)
|
|
157
|
+
model = models.CreateCodePermissionsResponse()
|
|
158
|
+
model._deserialize(response["Response"])
|
|
159
|
+
return model
|
|
160
|
+
except Exception as e:
|
|
161
|
+
if isinstance(e, TencentCloudSDKException):
|
|
162
|
+
raise
|
|
163
|
+
else:
|
|
164
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
165
|
+
|
|
166
|
+
|
|
121
167
|
def CreateDataBackfillPlan(self, request):
|
|
122
168
|
r"""创建数据补录计划
|
|
123
169
|
|
|
@@ -233,6 +279,52 @@ class WedataClient(AbstractClient):
|
|
|
233
279
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
234
280
|
|
|
235
281
|
|
|
282
|
+
def CreateQualityRule(self, request):
|
|
283
|
+
r"""创建质量规则接口
|
|
284
|
+
|
|
285
|
+
:param request: Request instance for CreateQualityRule.
|
|
286
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.CreateQualityRuleRequest`
|
|
287
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.CreateQualityRuleResponse`
|
|
288
|
+
|
|
289
|
+
"""
|
|
290
|
+
try:
|
|
291
|
+
params = request._serialize()
|
|
292
|
+
headers = request.headers
|
|
293
|
+
body = self.call("CreateQualityRule", params, headers=headers)
|
|
294
|
+
response = json.loads(body)
|
|
295
|
+
model = models.CreateQualityRuleResponse()
|
|
296
|
+
model._deserialize(response["Response"])
|
|
297
|
+
return model
|
|
298
|
+
except Exception as e:
|
|
299
|
+
if isinstance(e, TencentCloudSDKException):
|
|
300
|
+
raise
|
|
301
|
+
else:
|
|
302
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
def CreateQualityRuleGroup(self, request):
|
|
306
|
+
r"""创建监控任务
|
|
307
|
+
|
|
308
|
+
:param request: Request instance for CreateQualityRuleGroup.
|
|
309
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.CreateQualityRuleGroupRequest`
|
|
310
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.CreateQualityRuleGroupResponse`
|
|
311
|
+
|
|
312
|
+
"""
|
|
313
|
+
try:
|
|
314
|
+
params = request._serialize()
|
|
315
|
+
headers = request.headers
|
|
316
|
+
body = self.call("CreateQualityRuleGroup", params, headers=headers)
|
|
317
|
+
response = json.loads(body)
|
|
318
|
+
model = models.CreateQualityRuleGroupResponse()
|
|
319
|
+
model._deserialize(response["Response"])
|
|
320
|
+
return model
|
|
321
|
+
except Exception as e:
|
|
322
|
+
if isinstance(e, TencentCloudSDKException):
|
|
323
|
+
raise
|
|
324
|
+
else:
|
|
325
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
326
|
+
|
|
327
|
+
|
|
236
328
|
def CreateResourceFile(self, request):
|
|
237
329
|
r"""创建资源文件
|
|
238
330
|
|
|
@@ -371,6 +463,75 @@ class WedataClient(AbstractClient):
|
|
|
371
463
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
372
464
|
|
|
373
465
|
|
|
466
|
+
def CreateTaskFolder(self, request):
|
|
467
|
+
r"""创建文件夹
|
|
468
|
+
|
|
469
|
+
:param request: Request instance for CreateTaskFolder.
|
|
470
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.CreateTaskFolderRequest`
|
|
471
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.CreateTaskFolderResponse`
|
|
472
|
+
|
|
473
|
+
"""
|
|
474
|
+
try:
|
|
475
|
+
params = request._serialize()
|
|
476
|
+
headers = request.headers
|
|
477
|
+
body = self.call("CreateTaskFolder", params, headers=headers)
|
|
478
|
+
response = json.loads(body)
|
|
479
|
+
model = models.CreateTaskFolderResponse()
|
|
480
|
+
model._deserialize(response["Response"])
|
|
481
|
+
return model
|
|
482
|
+
except Exception as e:
|
|
483
|
+
if isinstance(e, TencentCloudSDKException):
|
|
484
|
+
raise
|
|
485
|
+
else:
|
|
486
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
def CreateTriggerTask(self, request):
|
|
490
|
+
r"""创建任务接口
|
|
491
|
+
|
|
492
|
+
:param request: Request instance for CreateTriggerTask.
|
|
493
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.CreateTriggerTaskRequest`
|
|
494
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.CreateTriggerTaskResponse`
|
|
495
|
+
|
|
496
|
+
"""
|
|
497
|
+
try:
|
|
498
|
+
params = request._serialize()
|
|
499
|
+
headers = request.headers
|
|
500
|
+
body = self.call("CreateTriggerTask", params, headers=headers)
|
|
501
|
+
response = json.loads(body)
|
|
502
|
+
model = models.CreateTriggerTaskResponse()
|
|
503
|
+
model._deserialize(response["Response"])
|
|
504
|
+
return model
|
|
505
|
+
except Exception as e:
|
|
506
|
+
if isinstance(e, TencentCloudSDKException):
|
|
507
|
+
raise
|
|
508
|
+
else:
|
|
509
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
def CreateTriggerWorkflow(self, request):
|
|
513
|
+
r"""创建工作流
|
|
514
|
+
|
|
515
|
+
:param request: Request instance for CreateTriggerWorkflow.
|
|
516
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.CreateTriggerWorkflowRequest`
|
|
517
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.CreateTriggerWorkflowResponse`
|
|
518
|
+
|
|
519
|
+
"""
|
|
520
|
+
try:
|
|
521
|
+
params = request._serialize()
|
|
522
|
+
headers = request.headers
|
|
523
|
+
body = self.call("CreateTriggerWorkflow", params, headers=headers)
|
|
524
|
+
response = json.loads(body)
|
|
525
|
+
model = models.CreateTriggerWorkflowResponse()
|
|
526
|
+
model._deserialize(response["Response"])
|
|
527
|
+
return model
|
|
528
|
+
except Exception as e:
|
|
529
|
+
if isinstance(e, TencentCloudSDKException):
|
|
530
|
+
raise
|
|
531
|
+
else:
|
|
532
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
533
|
+
|
|
534
|
+
|
|
374
535
|
def CreateWorkflow(self, request):
|
|
375
536
|
r"""创建工作流
|
|
376
537
|
|
|
@@ -417,6 +578,29 @@ class WedataClient(AbstractClient):
|
|
|
417
578
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
418
579
|
|
|
419
580
|
|
|
581
|
+
def CreateWorkflowPermissions(self, request):
|
|
582
|
+
r"""数据开发配置权限
|
|
583
|
+
|
|
584
|
+
:param request: Request instance for CreateWorkflowPermissions.
|
|
585
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.CreateWorkflowPermissionsRequest`
|
|
586
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.CreateWorkflowPermissionsResponse`
|
|
587
|
+
|
|
588
|
+
"""
|
|
589
|
+
try:
|
|
590
|
+
params = request._serialize()
|
|
591
|
+
headers = request.headers
|
|
592
|
+
body = self.call("CreateWorkflowPermissions", params, headers=headers)
|
|
593
|
+
response = json.loads(body)
|
|
594
|
+
model = models.CreateWorkflowPermissionsResponse()
|
|
595
|
+
model._deserialize(response["Response"])
|
|
596
|
+
return model
|
|
597
|
+
except Exception as e:
|
|
598
|
+
if isinstance(e, TencentCloudSDKException):
|
|
599
|
+
raise
|
|
600
|
+
else:
|
|
601
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
602
|
+
|
|
603
|
+
|
|
420
604
|
def DeleteCodeFile(self, request):
|
|
421
605
|
r"""删除代码文件
|
|
422
606
|
|
|
@@ -463,6 +647,52 @@ class WedataClient(AbstractClient):
|
|
|
463
647
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
464
648
|
|
|
465
649
|
|
|
650
|
+
def DeleteCodePermissions(self, request):
|
|
651
|
+
r"""删除CodeStudio实体权限
|
|
652
|
+
|
|
653
|
+
:param request: Request instance for DeleteCodePermissions.
|
|
654
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DeleteCodePermissionsRequest`
|
|
655
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DeleteCodePermissionsResponse`
|
|
656
|
+
|
|
657
|
+
"""
|
|
658
|
+
try:
|
|
659
|
+
params = request._serialize()
|
|
660
|
+
headers = request.headers
|
|
661
|
+
body = self.call("DeleteCodePermissions", params, headers=headers)
|
|
662
|
+
response = json.loads(body)
|
|
663
|
+
model = models.DeleteCodePermissionsResponse()
|
|
664
|
+
model._deserialize(response["Response"])
|
|
665
|
+
return model
|
|
666
|
+
except Exception as e:
|
|
667
|
+
if isinstance(e, TencentCloudSDKException):
|
|
668
|
+
raise
|
|
669
|
+
else:
|
|
670
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
def DeleteDataBackfillPlanAsync(self, request):
|
|
674
|
+
r"""删除补录计划
|
|
675
|
+
|
|
676
|
+
:param request: Request instance for DeleteDataBackfillPlanAsync.
|
|
677
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DeleteDataBackfillPlanAsyncRequest`
|
|
678
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DeleteDataBackfillPlanAsyncResponse`
|
|
679
|
+
|
|
680
|
+
"""
|
|
681
|
+
try:
|
|
682
|
+
params = request._serialize()
|
|
683
|
+
headers = request.headers
|
|
684
|
+
body = self.call("DeleteDataBackfillPlanAsync", params, headers=headers)
|
|
685
|
+
response = json.loads(body)
|
|
686
|
+
model = models.DeleteDataBackfillPlanAsyncResponse()
|
|
687
|
+
model._deserialize(response["Response"])
|
|
688
|
+
return model
|
|
689
|
+
except Exception as e:
|
|
690
|
+
if isinstance(e, TencentCloudSDKException):
|
|
691
|
+
raise
|
|
692
|
+
else:
|
|
693
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
694
|
+
|
|
695
|
+
|
|
466
696
|
def DeleteDataSource(self, request):
|
|
467
697
|
r"""该接口用于删除数据源
|
|
468
698
|
|
|
@@ -532,6 +762,29 @@ class WedataClient(AbstractClient):
|
|
|
532
762
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
533
763
|
|
|
534
764
|
|
|
765
|
+
def DeleteProject(self, request):
|
|
766
|
+
r"""删除项目
|
|
767
|
+
|
|
768
|
+
:param request: Request instance for DeleteProject.
|
|
769
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DeleteProjectRequest`
|
|
770
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DeleteProjectResponse`
|
|
771
|
+
|
|
772
|
+
"""
|
|
773
|
+
try:
|
|
774
|
+
params = request._serialize()
|
|
775
|
+
headers = request.headers
|
|
776
|
+
body = self.call("DeleteProject", params, headers=headers)
|
|
777
|
+
response = json.loads(body)
|
|
778
|
+
model = models.DeleteProjectResponse()
|
|
779
|
+
model._deserialize(response["Response"])
|
|
780
|
+
return model
|
|
781
|
+
except Exception as e:
|
|
782
|
+
if isinstance(e, TencentCloudSDKException):
|
|
783
|
+
raise
|
|
784
|
+
else:
|
|
785
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
786
|
+
|
|
787
|
+
|
|
535
788
|
def DeleteProjectMember(self, request):
|
|
536
789
|
r"""删除项目用户
|
|
537
790
|
|
|
@@ -555,6 +808,52 @@ class WedataClient(AbstractClient):
|
|
|
555
808
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
556
809
|
|
|
557
810
|
|
|
811
|
+
def DeleteQualityRule(self, request):
|
|
812
|
+
r"""删除质量规则接口
|
|
813
|
+
|
|
814
|
+
:param request: Request instance for DeleteQualityRule.
|
|
815
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DeleteQualityRuleRequest`
|
|
816
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DeleteQualityRuleResponse`
|
|
817
|
+
|
|
818
|
+
"""
|
|
819
|
+
try:
|
|
820
|
+
params = request._serialize()
|
|
821
|
+
headers = request.headers
|
|
822
|
+
body = self.call("DeleteQualityRule", params, headers=headers)
|
|
823
|
+
response = json.loads(body)
|
|
824
|
+
model = models.DeleteQualityRuleResponse()
|
|
825
|
+
model._deserialize(response["Response"])
|
|
826
|
+
return model
|
|
827
|
+
except Exception as e:
|
|
828
|
+
if isinstance(e, TencentCloudSDKException):
|
|
829
|
+
raise
|
|
830
|
+
else:
|
|
831
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
def DeleteQualityRuleGroup(self, request):
|
|
835
|
+
r"""删除监控任务
|
|
836
|
+
|
|
837
|
+
:param request: Request instance for DeleteQualityRuleGroup.
|
|
838
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DeleteQualityRuleGroupRequest`
|
|
839
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DeleteQualityRuleGroupResponse`
|
|
840
|
+
|
|
841
|
+
"""
|
|
842
|
+
try:
|
|
843
|
+
params = request._serialize()
|
|
844
|
+
headers = request.headers
|
|
845
|
+
body = self.call("DeleteQualityRuleGroup", params, headers=headers)
|
|
846
|
+
response = json.loads(body)
|
|
847
|
+
model = models.DeleteQualityRuleGroupResponse()
|
|
848
|
+
model._deserialize(response["Response"])
|
|
849
|
+
return model
|
|
850
|
+
except Exception as e:
|
|
851
|
+
if isinstance(e, TencentCloudSDKException):
|
|
852
|
+
raise
|
|
853
|
+
else:
|
|
854
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
855
|
+
|
|
856
|
+
|
|
558
857
|
def DeleteResourceFile(self, request):
|
|
559
858
|
r"""资源管理-删除资源文件
|
|
560
859
|
|
|
@@ -693,20 +992,20 @@ class WedataClient(AbstractClient):
|
|
|
693
992
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
694
993
|
|
|
695
994
|
|
|
696
|
-
def
|
|
697
|
-
r"""
|
|
995
|
+
def DeleteTaskFolder(self, request):
|
|
996
|
+
r"""删除数据开发任务文件夹
|
|
698
997
|
|
|
699
|
-
:param request: Request instance for
|
|
700
|
-
:type request: :class:`tencentcloud.wedata.v20250806.models.
|
|
701
|
-
:rtype: :class:`tencentcloud.wedata.v20250806.models.
|
|
998
|
+
:param request: Request instance for DeleteTaskFolder.
|
|
999
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DeleteTaskFolderRequest`
|
|
1000
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DeleteTaskFolderResponse`
|
|
702
1001
|
|
|
703
1002
|
"""
|
|
704
1003
|
try:
|
|
705
1004
|
params = request._serialize()
|
|
706
1005
|
headers = request.headers
|
|
707
|
-
body = self.call("
|
|
1006
|
+
body = self.call("DeleteTaskFolder", params, headers=headers)
|
|
708
1007
|
response = json.loads(body)
|
|
709
|
-
model = models.
|
|
1008
|
+
model = models.DeleteTaskFolderResponse()
|
|
710
1009
|
model._deserialize(response["Response"])
|
|
711
1010
|
return model
|
|
712
1011
|
except Exception as e:
|
|
@@ -716,20 +1015,20 @@ class WedataClient(AbstractClient):
|
|
|
716
1015
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
717
1016
|
|
|
718
1017
|
|
|
719
|
-
def
|
|
720
|
-
r"""
|
|
1018
|
+
def DeleteTriggerTask(self, request):
|
|
1019
|
+
r"""删除工作流调度任务
|
|
721
1020
|
|
|
722
|
-
:param request: Request instance for
|
|
723
|
-
:type request: :class:`tencentcloud.wedata.v20250806.models.
|
|
724
|
-
:rtype: :class:`tencentcloud.wedata.v20250806.models.
|
|
1021
|
+
:param request: Request instance for DeleteTriggerTask.
|
|
1022
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DeleteTriggerTaskRequest`
|
|
1023
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DeleteTriggerTaskResponse`
|
|
725
1024
|
|
|
726
1025
|
"""
|
|
727
1026
|
try:
|
|
728
1027
|
params = request._serialize()
|
|
729
1028
|
headers = request.headers
|
|
730
|
-
body = self.call("
|
|
1029
|
+
body = self.call("DeleteTriggerTask", params, headers=headers)
|
|
731
1030
|
response = json.loads(body)
|
|
732
|
-
model = models.
|
|
1031
|
+
model = models.DeleteTriggerTaskResponse()
|
|
733
1032
|
model._deserialize(response["Response"])
|
|
734
1033
|
return model
|
|
735
1034
|
except Exception as e:
|
|
@@ -739,20 +1038,20 @@ class WedataClient(AbstractClient):
|
|
|
739
1038
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
740
1039
|
|
|
741
1040
|
|
|
742
|
-
def
|
|
743
|
-
r"""
|
|
1041
|
+
def DeleteTriggerWorkflow(self, request):
|
|
1042
|
+
r"""删除工作流
|
|
744
1043
|
|
|
745
|
-
:param request: Request instance for
|
|
746
|
-
:type request: :class:`tencentcloud.wedata.v20250806.models.
|
|
747
|
-
:rtype: :class:`tencentcloud.wedata.v20250806.models.
|
|
1044
|
+
:param request: Request instance for DeleteTriggerWorkflow.
|
|
1045
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DeleteTriggerWorkflowRequest`
|
|
1046
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DeleteTriggerWorkflowResponse`
|
|
748
1047
|
|
|
749
1048
|
"""
|
|
750
1049
|
try:
|
|
751
1050
|
params = request._serialize()
|
|
752
1051
|
headers = request.headers
|
|
753
|
-
body = self.call("
|
|
1052
|
+
body = self.call("DeleteTriggerWorkflow", params, headers=headers)
|
|
754
1053
|
response = json.loads(body)
|
|
755
|
-
model = models.
|
|
1054
|
+
model = models.DeleteTriggerWorkflowResponse()
|
|
756
1055
|
model._deserialize(response["Response"])
|
|
757
1056
|
return model
|
|
758
1057
|
except Exception as e:
|
|
@@ -762,20 +1061,20 @@ class WedataClient(AbstractClient):
|
|
|
762
1061
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
763
1062
|
|
|
764
1063
|
|
|
765
|
-
def
|
|
766
|
-
r"""
|
|
1064
|
+
def DeleteWorkflow(self, request):
|
|
1065
|
+
r"""删除工作流
|
|
767
1066
|
|
|
768
|
-
:param request: Request instance for
|
|
769
|
-
:type request: :class:`tencentcloud.wedata.v20250806.models.
|
|
770
|
-
:rtype: :class:`tencentcloud.wedata.v20250806.models.
|
|
1067
|
+
:param request: Request instance for DeleteWorkflow.
|
|
1068
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DeleteWorkflowRequest`
|
|
1069
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DeleteWorkflowResponse`
|
|
771
1070
|
|
|
772
1071
|
"""
|
|
773
1072
|
try:
|
|
774
1073
|
params = request._serialize()
|
|
775
1074
|
headers = request.headers
|
|
776
|
-
body = self.call("
|
|
1075
|
+
body = self.call("DeleteWorkflow", params, headers=headers)
|
|
777
1076
|
response = json.loads(body)
|
|
778
|
-
model = models.
|
|
1077
|
+
model = models.DeleteWorkflowResponse()
|
|
779
1078
|
model._deserialize(response["Response"])
|
|
780
1079
|
return model
|
|
781
1080
|
except Exception as e:
|
|
@@ -785,14 +1084,129 @@ class WedataClient(AbstractClient):
|
|
|
785
1084
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
786
1085
|
|
|
787
1086
|
|
|
788
|
-
def
|
|
789
|
-
r"""
|
|
790
|
-
|
|
791
|
-
:param request: Request instance for EnableProject.
|
|
792
|
-
:type request: :class:`tencentcloud.wedata.v20250806.models.EnableProjectRequest`
|
|
793
|
-
:rtype: :class:`tencentcloud.wedata.v20250806.models.EnableProjectResponse`
|
|
1087
|
+
def DeleteWorkflowFolder(self, request):
|
|
1088
|
+
r"""删除数据开发文件夹
|
|
794
1089
|
|
|
795
|
-
|
|
1090
|
+
:param request: Request instance for DeleteWorkflowFolder.
|
|
1091
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DeleteWorkflowFolderRequest`
|
|
1092
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DeleteWorkflowFolderResponse`
|
|
1093
|
+
|
|
1094
|
+
"""
|
|
1095
|
+
try:
|
|
1096
|
+
params = request._serialize()
|
|
1097
|
+
headers = request.headers
|
|
1098
|
+
body = self.call("DeleteWorkflowFolder", params, headers=headers)
|
|
1099
|
+
response = json.loads(body)
|
|
1100
|
+
model = models.DeleteWorkflowFolderResponse()
|
|
1101
|
+
model._deserialize(response["Response"])
|
|
1102
|
+
return model
|
|
1103
|
+
except Exception as e:
|
|
1104
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1105
|
+
raise
|
|
1106
|
+
else:
|
|
1107
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
def DeleteWorkflowPermissions(self, request):
|
|
1111
|
+
r"""删除工作流文件夹权限
|
|
1112
|
+
|
|
1113
|
+
:param request: Request instance for DeleteWorkflowPermissions.
|
|
1114
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DeleteWorkflowPermissionsRequest`
|
|
1115
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DeleteWorkflowPermissionsResponse`
|
|
1116
|
+
|
|
1117
|
+
"""
|
|
1118
|
+
try:
|
|
1119
|
+
params = request._serialize()
|
|
1120
|
+
headers = request.headers
|
|
1121
|
+
body = self.call("DeleteWorkflowPermissions", params, headers=headers)
|
|
1122
|
+
response = json.loads(body)
|
|
1123
|
+
model = models.DeleteWorkflowPermissionsResponse()
|
|
1124
|
+
model._deserialize(response["Response"])
|
|
1125
|
+
return model
|
|
1126
|
+
except Exception as e:
|
|
1127
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1128
|
+
raise
|
|
1129
|
+
else:
|
|
1130
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
def DescribeDataSourceAuthority(self, request):
|
|
1134
|
+
r"""查看数据源权限
|
|
1135
|
+
|
|
1136
|
+
:param request: Request instance for DescribeDataSourceAuthority.
|
|
1137
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DescribeDataSourceAuthorityRequest`
|
|
1138
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DescribeDataSourceAuthorityResponse`
|
|
1139
|
+
|
|
1140
|
+
"""
|
|
1141
|
+
try:
|
|
1142
|
+
params = request._serialize()
|
|
1143
|
+
headers = request.headers
|
|
1144
|
+
body = self.call("DescribeDataSourceAuthority", params, headers=headers)
|
|
1145
|
+
response = json.loads(body)
|
|
1146
|
+
model = models.DescribeDataSourceAuthorityResponse()
|
|
1147
|
+
model._deserialize(response["Response"])
|
|
1148
|
+
return model
|
|
1149
|
+
except Exception as e:
|
|
1150
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1151
|
+
raise
|
|
1152
|
+
else:
|
|
1153
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
def DisableProject(self, request):
|
|
1157
|
+
r"""禁用项目
|
|
1158
|
+
|
|
1159
|
+
:param request: Request instance for DisableProject.
|
|
1160
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DisableProjectRequest`
|
|
1161
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DisableProjectResponse`
|
|
1162
|
+
|
|
1163
|
+
"""
|
|
1164
|
+
try:
|
|
1165
|
+
params = request._serialize()
|
|
1166
|
+
headers = request.headers
|
|
1167
|
+
body = self.call("DisableProject", params, headers=headers)
|
|
1168
|
+
response = json.loads(body)
|
|
1169
|
+
model = models.DisableProjectResponse()
|
|
1170
|
+
model._deserialize(response["Response"])
|
|
1171
|
+
return model
|
|
1172
|
+
except Exception as e:
|
|
1173
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1174
|
+
raise
|
|
1175
|
+
else:
|
|
1176
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
def DissociateResourceGroupFromProject(self, request):
|
|
1180
|
+
r"""该接口用于将指定执行资源组解除与项目的绑定
|
|
1181
|
+
|
|
1182
|
+
:param request: Request instance for DissociateResourceGroupFromProject.
|
|
1183
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.DissociateResourceGroupFromProjectRequest`
|
|
1184
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.DissociateResourceGroupFromProjectResponse`
|
|
1185
|
+
|
|
1186
|
+
"""
|
|
1187
|
+
try:
|
|
1188
|
+
params = request._serialize()
|
|
1189
|
+
headers = request.headers
|
|
1190
|
+
body = self.call("DissociateResourceGroupFromProject", params, headers=headers)
|
|
1191
|
+
response = json.loads(body)
|
|
1192
|
+
model = models.DissociateResourceGroupFromProjectResponse()
|
|
1193
|
+
model._deserialize(response["Response"])
|
|
1194
|
+
return model
|
|
1195
|
+
except Exception as e:
|
|
1196
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1197
|
+
raise
|
|
1198
|
+
else:
|
|
1199
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
def EnableProject(self, request):
|
|
1203
|
+
r"""启用项目
|
|
1204
|
+
|
|
1205
|
+
:param request: Request instance for EnableProject.
|
|
1206
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.EnableProjectRequest`
|
|
1207
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.EnableProjectResponse`
|
|
1208
|
+
|
|
1209
|
+
"""
|
|
796
1210
|
try:
|
|
797
1211
|
params = request._serialize()
|
|
798
1212
|
headers = request.headers
|
|
@@ -946,6 +1360,52 @@ class WedataClient(AbstractClient):
|
|
|
946
1360
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
947
1361
|
|
|
948
1362
|
|
|
1363
|
+
def GetMyCodeMaxPermission(self, request):
|
|
1364
|
+
r"""查看当前用户对CodeStudio实体的最大权限
|
|
1365
|
+
|
|
1366
|
+
:param request: Request instance for GetMyCodeMaxPermission.
|
|
1367
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetMyCodeMaxPermissionRequest`
|
|
1368
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetMyCodeMaxPermissionResponse`
|
|
1369
|
+
|
|
1370
|
+
"""
|
|
1371
|
+
try:
|
|
1372
|
+
params = request._serialize()
|
|
1373
|
+
headers = request.headers
|
|
1374
|
+
body = self.call("GetMyCodeMaxPermission", params, headers=headers)
|
|
1375
|
+
response = json.loads(body)
|
|
1376
|
+
model = models.GetMyCodeMaxPermissionResponse()
|
|
1377
|
+
model._deserialize(response["Response"])
|
|
1378
|
+
return model
|
|
1379
|
+
except Exception as e:
|
|
1380
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1381
|
+
raise
|
|
1382
|
+
else:
|
|
1383
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
def GetMyWorkflowMaxPermission(self, request):
|
|
1387
|
+
r"""查询当前用户对工作流文件夹的递归最大权限
|
|
1388
|
+
|
|
1389
|
+
:param request: Request instance for GetMyWorkflowMaxPermission.
|
|
1390
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetMyWorkflowMaxPermissionRequest`
|
|
1391
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetMyWorkflowMaxPermissionResponse`
|
|
1392
|
+
|
|
1393
|
+
"""
|
|
1394
|
+
try:
|
|
1395
|
+
params = request._serialize()
|
|
1396
|
+
headers = request.headers
|
|
1397
|
+
body = self.call("GetMyWorkflowMaxPermission", params, headers=headers)
|
|
1398
|
+
response = json.loads(body)
|
|
1399
|
+
model = models.GetMyWorkflowMaxPermissionResponse()
|
|
1400
|
+
model._deserialize(response["Response"])
|
|
1401
|
+
return model
|
|
1402
|
+
except Exception as e:
|
|
1403
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1404
|
+
raise
|
|
1405
|
+
else:
|
|
1406
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1407
|
+
|
|
1408
|
+
|
|
949
1409
|
def GetOpsAlarmRule(self, request):
|
|
950
1410
|
r"""根据告警规则id/名称查询单个告警规则信息
|
|
951
1411
|
|
|
@@ -1038,6 +1498,29 @@ class WedataClient(AbstractClient):
|
|
|
1038
1498
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1039
1499
|
|
|
1040
1500
|
|
|
1501
|
+
def GetOpsTriggerWorkflow(self, request):
|
|
1502
|
+
r"""查询工作流任务详情
|
|
1503
|
+
|
|
1504
|
+
:param request: Request instance for GetOpsTriggerWorkflow.
|
|
1505
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetOpsTriggerWorkflowRequest`
|
|
1506
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetOpsTriggerWorkflowResponse`
|
|
1507
|
+
|
|
1508
|
+
"""
|
|
1509
|
+
try:
|
|
1510
|
+
params = request._serialize()
|
|
1511
|
+
headers = request.headers
|
|
1512
|
+
body = self.call("GetOpsTriggerWorkflow", params, headers=headers)
|
|
1513
|
+
response = json.loads(body)
|
|
1514
|
+
model = models.GetOpsTriggerWorkflowResponse()
|
|
1515
|
+
model._deserialize(response["Response"])
|
|
1516
|
+
return model
|
|
1517
|
+
except Exception as e:
|
|
1518
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1519
|
+
raise
|
|
1520
|
+
else:
|
|
1521
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1522
|
+
|
|
1523
|
+
|
|
1041
1524
|
def GetOpsWorkflow(self, request):
|
|
1042
1525
|
r"""根据工作流id,获取工作流调度详情。
|
|
1043
1526
|
|
|
@@ -1107,6 +1590,29 @@ class WedataClient(AbstractClient):
|
|
|
1107
1590
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1108
1591
|
|
|
1109
1592
|
|
|
1593
|
+
def GetResourceFolder(self, request):
|
|
1594
|
+
r"""查询资源文件文件夹详情
|
|
1595
|
+
|
|
1596
|
+
:param request: Request instance for GetResourceFolder.
|
|
1597
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetResourceFolderRequest`
|
|
1598
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetResourceFolderResponse`
|
|
1599
|
+
|
|
1600
|
+
"""
|
|
1601
|
+
try:
|
|
1602
|
+
params = request._serialize()
|
|
1603
|
+
headers = request.headers
|
|
1604
|
+
body = self.call("GetResourceFolder", params, headers=headers)
|
|
1605
|
+
response = json.loads(body)
|
|
1606
|
+
model = models.GetResourceFolderResponse()
|
|
1607
|
+
model._deserialize(response["Response"])
|
|
1608
|
+
return model
|
|
1609
|
+
except Exception as e:
|
|
1610
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1611
|
+
raise
|
|
1612
|
+
else:
|
|
1613
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1614
|
+
|
|
1615
|
+
|
|
1110
1616
|
def GetResourceGroupMetrics(self, request):
|
|
1111
1617
|
r"""该接口用于查看指定执行资源组的监控指标
|
|
1112
1618
|
|
|
@@ -1268,6 +1774,29 @@ class WedataClient(AbstractClient):
|
|
|
1268
1774
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1269
1775
|
|
|
1270
1776
|
|
|
1777
|
+
def GetTaskFolder(self, request):
|
|
1778
|
+
r"""查询任务文件夹详情
|
|
1779
|
+
|
|
1780
|
+
:param request: Request instance for GetTaskFolder.
|
|
1781
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetTaskFolderRequest`
|
|
1782
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetTaskFolderResponse`
|
|
1783
|
+
|
|
1784
|
+
"""
|
|
1785
|
+
try:
|
|
1786
|
+
params = request._serialize()
|
|
1787
|
+
headers = request.headers
|
|
1788
|
+
body = self.call("GetTaskFolder", params, headers=headers)
|
|
1789
|
+
response = json.loads(body)
|
|
1790
|
+
model = models.GetTaskFolderResponse()
|
|
1791
|
+
model._deserialize(response["Response"])
|
|
1792
|
+
return model
|
|
1793
|
+
except Exception as e:
|
|
1794
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1795
|
+
raise
|
|
1796
|
+
else:
|
|
1797
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1798
|
+
|
|
1799
|
+
|
|
1271
1800
|
def GetTaskInstance(self, request):
|
|
1272
1801
|
r"""调度实例详情
|
|
1273
1802
|
|
|
@@ -1337,20 +1866,181 @@ class WedataClient(AbstractClient):
|
|
|
1337
1866
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1338
1867
|
|
|
1339
1868
|
|
|
1340
|
-
def
|
|
1341
|
-
r"""
|
|
1869
|
+
def GetTriggerTask(self, request):
|
|
1870
|
+
r"""获取任务详情接口
|
|
1871
|
+
|
|
1872
|
+
:param request: Request instance for GetTriggerTask.
|
|
1873
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetTriggerTaskRequest`
|
|
1874
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetTriggerTaskResponse`
|
|
1875
|
+
|
|
1876
|
+
"""
|
|
1877
|
+
try:
|
|
1878
|
+
params = request._serialize()
|
|
1879
|
+
headers = request.headers
|
|
1880
|
+
body = self.call("GetTriggerTask", params, headers=headers)
|
|
1881
|
+
response = json.loads(body)
|
|
1882
|
+
model = models.GetTriggerTaskResponse()
|
|
1883
|
+
model._deserialize(response["Response"])
|
|
1884
|
+
return model
|
|
1885
|
+
except Exception as e:
|
|
1886
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1887
|
+
raise
|
|
1888
|
+
else:
|
|
1889
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1890
|
+
|
|
1891
|
+
|
|
1892
|
+
def GetTriggerTaskCode(self, request):
|
|
1893
|
+
r"""获取工作流调度任务代码
|
|
1894
|
+
|
|
1895
|
+
:param request: Request instance for GetTriggerTaskCode.
|
|
1896
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetTriggerTaskCodeRequest`
|
|
1897
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetTriggerTaskCodeResponse`
|
|
1898
|
+
|
|
1899
|
+
"""
|
|
1900
|
+
try:
|
|
1901
|
+
params = request._serialize()
|
|
1902
|
+
headers = request.headers
|
|
1903
|
+
body = self.call("GetTriggerTaskCode", params, headers=headers)
|
|
1904
|
+
response = json.loads(body)
|
|
1905
|
+
model = models.GetTriggerTaskCodeResponse()
|
|
1906
|
+
model._deserialize(response["Response"])
|
|
1907
|
+
return model
|
|
1908
|
+
except Exception as e:
|
|
1909
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1910
|
+
raise
|
|
1911
|
+
else:
|
|
1912
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
def GetTriggerTaskRun(self, request):
|
|
1916
|
+
r"""查询任务执行详情
|
|
1917
|
+
|
|
1918
|
+
:param request: Request instance for GetTriggerTaskRun.
|
|
1919
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetTriggerTaskRunRequest`
|
|
1920
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetTriggerTaskRunResponse`
|
|
1921
|
+
|
|
1922
|
+
"""
|
|
1923
|
+
try:
|
|
1924
|
+
params = request._serialize()
|
|
1925
|
+
headers = request.headers
|
|
1926
|
+
body = self.call("GetTriggerTaskRun", params, headers=headers)
|
|
1927
|
+
response = json.loads(body)
|
|
1928
|
+
model = models.GetTriggerTaskRunResponse()
|
|
1929
|
+
model._deserialize(response["Response"])
|
|
1930
|
+
return model
|
|
1931
|
+
except Exception as e:
|
|
1932
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1933
|
+
raise
|
|
1934
|
+
else:
|
|
1935
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1936
|
+
|
|
1937
|
+
|
|
1938
|
+
def GetTriggerTaskVersion(self, request):
|
|
1939
|
+
r"""拉取任务版本列表
|
|
1940
|
+
|
|
1941
|
+
:param request: Request instance for GetTriggerTaskVersion.
|
|
1942
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetTriggerTaskVersionRequest`
|
|
1943
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetTriggerTaskVersionResponse`
|
|
1944
|
+
|
|
1945
|
+
"""
|
|
1946
|
+
try:
|
|
1947
|
+
params = request._serialize()
|
|
1948
|
+
headers = request.headers
|
|
1949
|
+
body = self.call("GetTriggerTaskVersion", params, headers=headers)
|
|
1950
|
+
response = json.loads(body)
|
|
1951
|
+
model = models.GetTriggerTaskVersionResponse()
|
|
1952
|
+
model._deserialize(response["Response"])
|
|
1953
|
+
return model
|
|
1954
|
+
except Exception as e:
|
|
1955
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1956
|
+
raise
|
|
1957
|
+
else:
|
|
1958
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
def GetTriggerWorkflow(self, request):
|
|
1962
|
+
r"""获取工作流信息
|
|
1963
|
+
|
|
1964
|
+
:param request: Request instance for GetTriggerWorkflow.
|
|
1965
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetTriggerWorkflowRequest`
|
|
1966
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetTriggerWorkflowResponse`
|
|
1967
|
+
|
|
1968
|
+
"""
|
|
1969
|
+
try:
|
|
1970
|
+
params = request._serialize()
|
|
1971
|
+
headers = request.headers
|
|
1972
|
+
body = self.call("GetTriggerWorkflow", params, headers=headers)
|
|
1973
|
+
response = json.loads(body)
|
|
1974
|
+
model = models.GetTriggerWorkflowResponse()
|
|
1975
|
+
model._deserialize(response["Response"])
|
|
1976
|
+
return model
|
|
1977
|
+
except Exception as e:
|
|
1978
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1979
|
+
raise
|
|
1980
|
+
else:
|
|
1981
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1982
|
+
|
|
1983
|
+
|
|
1984
|
+
def GetTriggerWorkflowRun(self, request):
|
|
1985
|
+
r"""查询工作流任务详情
|
|
1986
|
+
|
|
1987
|
+
:param request: Request instance for GetTriggerWorkflowRun.
|
|
1988
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetTriggerWorkflowRunRequest`
|
|
1989
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetTriggerWorkflowRunResponse`
|
|
1990
|
+
|
|
1991
|
+
"""
|
|
1992
|
+
try:
|
|
1993
|
+
params = request._serialize()
|
|
1994
|
+
headers = request.headers
|
|
1995
|
+
body = self.call("GetTriggerWorkflowRun", params, headers=headers)
|
|
1996
|
+
response = json.loads(body)
|
|
1997
|
+
model = models.GetTriggerWorkflowRunResponse()
|
|
1998
|
+
model._deserialize(response["Response"])
|
|
1999
|
+
return model
|
|
2000
|
+
except Exception as e:
|
|
2001
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2002
|
+
raise
|
|
2003
|
+
else:
|
|
2004
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
def GetWorkflow(self, request):
|
|
2008
|
+
r"""获取工作流信息
|
|
2009
|
+
|
|
2010
|
+
:param request: Request instance for GetWorkflow.
|
|
2011
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetWorkflowRequest`
|
|
2012
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetWorkflowResponse`
|
|
2013
|
+
|
|
2014
|
+
"""
|
|
2015
|
+
try:
|
|
2016
|
+
params = request._serialize()
|
|
2017
|
+
headers = request.headers
|
|
2018
|
+
body = self.call("GetWorkflow", params, headers=headers)
|
|
2019
|
+
response = json.loads(body)
|
|
2020
|
+
model = models.GetWorkflowResponse()
|
|
2021
|
+
model._deserialize(response["Response"])
|
|
2022
|
+
return model
|
|
2023
|
+
except Exception as e:
|
|
2024
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2025
|
+
raise
|
|
2026
|
+
else:
|
|
2027
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
def GetWorkflowFolder(self, request):
|
|
2031
|
+
r"""查询文件夹详情
|
|
1342
2032
|
|
|
1343
|
-
:param request: Request instance for
|
|
1344
|
-
:type request: :class:`tencentcloud.wedata.v20250806.models.
|
|
1345
|
-
:rtype: :class:`tencentcloud.wedata.v20250806.models.
|
|
2033
|
+
:param request: Request instance for GetWorkflowFolder.
|
|
2034
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.GetWorkflowFolderRequest`
|
|
2035
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.GetWorkflowFolderResponse`
|
|
1346
2036
|
|
|
1347
2037
|
"""
|
|
1348
2038
|
try:
|
|
1349
2039
|
params = request._serialize()
|
|
1350
2040
|
headers = request.headers
|
|
1351
|
-
body = self.call("
|
|
2041
|
+
body = self.call("GetWorkflowFolder", params, headers=headers)
|
|
1352
2042
|
response = json.loads(body)
|
|
1353
|
-
model = models.
|
|
2043
|
+
model = models.GetWorkflowFolderResponse()
|
|
1354
2044
|
model._deserialize(response["Response"])
|
|
1355
2045
|
return model
|
|
1356
2046
|
except Exception as e:
|
|
@@ -1406,6 +2096,29 @@ class WedataClient(AbstractClient):
|
|
|
1406
2096
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1407
2097
|
|
|
1408
2098
|
|
|
2099
|
+
def KillTriggerWorkflowRuns(self, request):
|
|
2100
|
+
r"""终止运行
|
|
2101
|
+
|
|
2102
|
+
:param request: Request instance for KillTriggerWorkflowRuns.
|
|
2103
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.KillTriggerWorkflowRunsRequest`
|
|
2104
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.KillTriggerWorkflowRunsResponse`
|
|
2105
|
+
|
|
2106
|
+
"""
|
|
2107
|
+
try:
|
|
2108
|
+
params = request._serialize()
|
|
2109
|
+
headers = request.headers
|
|
2110
|
+
body = self.call("KillTriggerWorkflowRuns", params, headers=headers)
|
|
2111
|
+
response = json.loads(body)
|
|
2112
|
+
model = models.KillTriggerWorkflowRunsResponse()
|
|
2113
|
+
model._deserialize(response["Response"])
|
|
2114
|
+
return model
|
|
2115
|
+
except Exception as e:
|
|
2116
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2117
|
+
raise
|
|
2118
|
+
else:
|
|
2119
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2120
|
+
|
|
2121
|
+
|
|
1409
2122
|
def ListAlarmMessages(self, request):
|
|
1410
2123
|
r"""获取告警信息列表
|
|
1411
2124
|
|
|
@@ -1475,6 +2188,29 @@ class WedataClient(AbstractClient):
|
|
|
1475
2188
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1476
2189
|
|
|
1477
2190
|
|
|
2191
|
+
def ListCodePermissions(self, request):
|
|
2192
|
+
r"""查看CodeStudio实体权限
|
|
2193
|
+
|
|
2194
|
+
:param request: Request instance for ListCodePermissions.
|
|
2195
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListCodePermissionsRequest`
|
|
2196
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListCodePermissionsResponse`
|
|
2197
|
+
|
|
2198
|
+
"""
|
|
2199
|
+
try:
|
|
2200
|
+
params = request._serialize()
|
|
2201
|
+
headers = request.headers
|
|
2202
|
+
body = self.call("ListCodePermissions", params, headers=headers)
|
|
2203
|
+
response = json.loads(body)
|
|
2204
|
+
model = models.ListCodePermissionsResponse()
|
|
2205
|
+
model._deserialize(response["Response"])
|
|
2206
|
+
return model
|
|
2207
|
+
except Exception as e:
|
|
2208
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2209
|
+
raise
|
|
2210
|
+
else:
|
|
2211
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2212
|
+
|
|
2213
|
+
|
|
1478
2214
|
def ListColumnLineage(self, request):
|
|
1479
2215
|
r"""获取表字段血缘信息
|
|
1480
2216
|
|
|
@@ -1636,6 +2372,29 @@ class WedataClient(AbstractClient):
|
|
|
1636
2372
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1637
2373
|
|
|
1638
2374
|
|
|
2375
|
+
def ListDownstreamTriggerTasks(self, request):
|
|
2376
|
+
r"""获取任务直接下游详情
|
|
2377
|
+
|
|
2378
|
+
:param request: Request instance for ListDownstreamTriggerTasks.
|
|
2379
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListDownstreamTriggerTasksRequest`
|
|
2380
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListDownstreamTriggerTasksResponse`
|
|
2381
|
+
|
|
2382
|
+
"""
|
|
2383
|
+
try:
|
|
2384
|
+
params = request._serialize()
|
|
2385
|
+
headers = request.headers
|
|
2386
|
+
body = self.call("ListDownstreamTriggerTasks", params, headers=headers)
|
|
2387
|
+
response = json.loads(body)
|
|
2388
|
+
model = models.ListDownstreamTriggerTasksResponse()
|
|
2389
|
+
model._deserialize(response["Response"])
|
|
2390
|
+
return model
|
|
2391
|
+
except Exception as e:
|
|
2392
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2393
|
+
raise
|
|
2394
|
+
else:
|
|
2395
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2396
|
+
|
|
2397
|
+
|
|
1639
2398
|
def ListLineage(self, request):
|
|
1640
2399
|
r"""获取资产血缘信息
|
|
1641
2400
|
|
|
@@ -1705,6 +2464,29 @@ class WedataClient(AbstractClient):
|
|
|
1705
2464
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1706
2465
|
|
|
1707
2466
|
|
|
2467
|
+
def ListOpsTriggerWorkflows(self, request):
|
|
2468
|
+
r"""查询工作流列表
|
|
2469
|
+
|
|
2470
|
+
:param request: Request instance for ListOpsTriggerWorkflows.
|
|
2471
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListOpsTriggerWorkflowsRequest`
|
|
2472
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListOpsTriggerWorkflowsResponse`
|
|
2473
|
+
|
|
2474
|
+
"""
|
|
2475
|
+
try:
|
|
2476
|
+
params = request._serialize()
|
|
2477
|
+
headers = request.headers
|
|
2478
|
+
body = self.call("ListOpsTriggerWorkflows", params, headers=headers)
|
|
2479
|
+
response = json.loads(body)
|
|
2480
|
+
model = models.ListOpsTriggerWorkflowsResponse()
|
|
2481
|
+
model._deserialize(response["Response"])
|
|
2482
|
+
return model
|
|
2483
|
+
except Exception as e:
|
|
2484
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2485
|
+
raise
|
|
2486
|
+
else:
|
|
2487
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2488
|
+
|
|
2489
|
+
|
|
1708
2490
|
def ListOpsWorkflows(self, request):
|
|
1709
2491
|
r"""根据项目ID获取项目下工作流
|
|
1710
2492
|
|
|
@@ -1820,6 +2602,124 @@ class WedataClient(AbstractClient):
|
|
|
1820
2602
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1821
2603
|
|
|
1822
2604
|
|
|
2605
|
+
def ListQualityRuleGroupExecResultsByPage(self, request):
|
|
2606
|
+
r"""规则组执行结果分页查询接口
|
|
2607
|
+
|
|
2608
|
+
:param request: Request instance for ListQualityRuleGroupExecResultsByPage.
|
|
2609
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListQualityRuleGroupExecResultsByPageRequest`
|
|
2610
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListQualityRuleGroupExecResultsByPageResponse`
|
|
2611
|
+
|
|
2612
|
+
"""
|
|
2613
|
+
try:
|
|
2614
|
+
params = request._serialize()
|
|
2615
|
+
headers = request.headers
|
|
2616
|
+
body = self.call("ListQualityRuleGroupExecResultsByPage", params, headers=headers)
|
|
2617
|
+
response = json.loads(body)
|
|
2618
|
+
model = models.ListQualityRuleGroupExecResultsByPageResponse()
|
|
2619
|
+
model._deserialize(response["Response"])
|
|
2620
|
+
return model
|
|
2621
|
+
except Exception as e:
|
|
2622
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2623
|
+
raise
|
|
2624
|
+
else:
|
|
2625
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2626
|
+
|
|
2627
|
+
|
|
2628
|
+
def ListQualityRuleGroups(self, request):
|
|
2629
|
+
r"""【过滤条件】
|
|
2630
|
+
{表idTableId,支持匹配} {任务负责人Operator,支持匹配}
|
|
2631
|
+
【必要字段】
|
|
2632
|
+
{数据来源TableId}
|
|
2633
|
+
|
|
2634
|
+
:param request: Request instance for ListQualityRuleGroups.
|
|
2635
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListQualityRuleGroupsRequest`
|
|
2636
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListQualityRuleGroupsResponse`
|
|
2637
|
+
|
|
2638
|
+
"""
|
|
2639
|
+
try:
|
|
2640
|
+
params = request._serialize()
|
|
2641
|
+
headers = request.headers
|
|
2642
|
+
body = self.call("ListQualityRuleGroups", params, headers=headers)
|
|
2643
|
+
response = json.loads(body)
|
|
2644
|
+
model = models.ListQualityRuleGroupsResponse()
|
|
2645
|
+
model._deserialize(response["Response"])
|
|
2646
|
+
return model
|
|
2647
|
+
except Exception as e:
|
|
2648
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2649
|
+
raise
|
|
2650
|
+
else:
|
|
2651
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2652
|
+
|
|
2653
|
+
|
|
2654
|
+
def ListQualityRuleGroupsTable(self, request):
|
|
2655
|
+
r"""查询监控列表
|
|
2656
|
+
|
|
2657
|
+
:param request: Request instance for ListQualityRuleGroupsTable.
|
|
2658
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListQualityRuleGroupsTableRequest`
|
|
2659
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListQualityRuleGroupsTableResponse`
|
|
2660
|
+
|
|
2661
|
+
"""
|
|
2662
|
+
try:
|
|
2663
|
+
params = request._serialize()
|
|
2664
|
+
headers = request.headers
|
|
2665
|
+
body = self.call("ListQualityRuleGroupsTable", params, headers=headers)
|
|
2666
|
+
response = json.loads(body)
|
|
2667
|
+
model = models.ListQualityRuleGroupsTableResponse()
|
|
2668
|
+
model._deserialize(response["Response"])
|
|
2669
|
+
return model
|
|
2670
|
+
except Exception as e:
|
|
2671
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2672
|
+
raise
|
|
2673
|
+
else:
|
|
2674
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2675
|
+
|
|
2676
|
+
|
|
2677
|
+
def ListQualityRuleTemplates(self, request):
|
|
2678
|
+
r"""【过滤条件】 {模板名称Name,查询使用Keyword进行模糊匹配} {模板类型type,1.系统模板 2.自定义模板} {质量检测维度QualityDims, 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性} 【排序字段】 { 引用数排序类型CitationOrderType,根据引用数量排序 ASC DESC}
|
|
2679
|
+
|
|
2680
|
+
:param request: Request instance for ListQualityRuleTemplates.
|
|
2681
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListQualityRuleTemplatesRequest`
|
|
2682
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListQualityRuleTemplatesResponse`
|
|
2683
|
+
|
|
2684
|
+
"""
|
|
2685
|
+
try:
|
|
2686
|
+
params = request._serialize()
|
|
2687
|
+
headers = request.headers
|
|
2688
|
+
body = self.call("ListQualityRuleTemplates", params, headers=headers)
|
|
2689
|
+
response = json.loads(body)
|
|
2690
|
+
model = models.ListQualityRuleTemplatesResponse()
|
|
2691
|
+
model._deserialize(response["Response"])
|
|
2692
|
+
return model
|
|
2693
|
+
except Exception as e:
|
|
2694
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2695
|
+
raise
|
|
2696
|
+
else:
|
|
2697
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2698
|
+
|
|
2699
|
+
|
|
2700
|
+
def ListQualityRules(self, request):
|
|
2701
|
+
r"""分页查询质量规则
|
|
2702
|
+
|
|
2703
|
+
:param request: Request instance for ListQualityRules.
|
|
2704
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListQualityRulesRequest`
|
|
2705
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListQualityRulesResponse`
|
|
2706
|
+
|
|
2707
|
+
"""
|
|
2708
|
+
try:
|
|
2709
|
+
params = request._serialize()
|
|
2710
|
+
headers = request.headers
|
|
2711
|
+
body = self.call("ListQualityRules", params, headers=headers)
|
|
2712
|
+
response = json.loads(body)
|
|
2713
|
+
model = models.ListQualityRulesResponse()
|
|
2714
|
+
model._deserialize(response["Response"])
|
|
2715
|
+
return model
|
|
2716
|
+
except Exception as e:
|
|
2717
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2718
|
+
raise
|
|
2719
|
+
else:
|
|
2720
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2721
|
+
|
|
2722
|
+
|
|
1823
2723
|
def ListResourceFiles(self, request):
|
|
1824
2724
|
r"""获取资源文件列表
|
|
1825
2725
|
|
|
@@ -1981,6 +2881,29 @@ class WedataClient(AbstractClient):
|
|
|
1981
2881
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1982
2882
|
|
|
1983
2883
|
|
|
2884
|
+
def ListTaskFolders(self, request):
|
|
2885
|
+
r"""查询任务文件夹列表
|
|
2886
|
+
|
|
2887
|
+
:param request: Request instance for ListTaskFolders.
|
|
2888
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListTaskFoldersRequest`
|
|
2889
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListTaskFoldersResponse`
|
|
2890
|
+
|
|
2891
|
+
"""
|
|
2892
|
+
try:
|
|
2893
|
+
params = request._serialize()
|
|
2894
|
+
headers = request.headers
|
|
2895
|
+
body = self.call("ListTaskFolders", params, headers=headers)
|
|
2896
|
+
response = json.loads(body)
|
|
2897
|
+
model = models.ListTaskFoldersResponse()
|
|
2898
|
+
model._deserialize(response["Response"])
|
|
2899
|
+
return model
|
|
2900
|
+
except Exception as e:
|
|
2901
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2902
|
+
raise
|
|
2903
|
+
else:
|
|
2904
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2905
|
+
|
|
2906
|
+
|
|
1984
2907
|
def ListTaskInstanceExecutions(self, request):
|
|
1985
2908
|
r"""调度实例详情
|
|
1986
2909
|
|
|
@@ -2015,9 +2938,101 @@ class WedataClient(AbstractClient):
|
|
|
2015
2938
|
try:
|
|
2016
2939
|
params = request._serialize()
|
|
2017
2940
|
headers = request.headers
|
|
2018
|
-
body = self.call("ListTaskInstances", params, headers=headers)
|
|
2941
|
+
body = self.call("ListTaskInstances", params, headers=headers)
|
|
2942
|
+
response = json.loads(body)
|
|
2943
|
+
model = models.ListTaskInstancesResponse()
|
|
2944
|
+
model._deserialize(response["Response"])
|
|
2945
|
+
return model
|
|
2946
|
+
except Exception as e:
|
|
2947
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2948
|
+
raise
|
|
2949
|
+
else:
|
|
2950
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2951
|
+
|
|
2952
|
+
|
|
2953
|
+
def ListTaskVersions(self, request):
|
|
2954
|
+
r"""任务保存版本列表
|
|
2955
|
+
|
|
2956
|
+
:param request: Request instance for ListTaskVersions.
|
|
2957
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListTaskVersionsRequest`
|
|
2958
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListTaskVersionsResponse`
|
|
2959
|
+
|
|
2960
|
+
"""
|
|
2961
|
+
try:
|
|
2962
|
+
params = request._serialize()
|
|
2963
|
+
headers = request.headers
|
|
2964
|
+
body = self.call("ListTaskVersions", params, headers=headers)
|
|
2965
|
+
response = json.loads(body)
|
|
2966
|
+
model = models.ListTaskVersionsResponse()
|
|
2967
|
+
model._deserialize(response["Response"])
|
|
2968
|
+
return model
|
|
2969
|
+
except Exception as e:
|
|
2970
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2971
|
+
raise
|
|
2972
|
+
else:
|
|
2973
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2974
|
+
|
|
2975
|
+
|
|
2976
|
+
def ListTasks(self, request):
|
|
2977
|
+
r"""查询任务分页信息
|
|
2978
|
+
|
|
2979
|
+
:param request: Request instance for ListTasks.
|
|
2980
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListTasksRequest`
|
|
2981
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListTasksResponse`
|
|
2982
|
+
|
|
2983
|
+
"""
|
|
2984
|
+
try:
|
|
2985
|
+
params = request._serialize()
|
|
2986
|
+
headers = request.headers
|
|
2987
|
+
body = self.call("ListTasks", params, headers=headers)
|
|
2988
|
+
response = json.loads(body)
|
|
2989
|
+
model = models.ListTasksResponse()
|
|
2990
|
+
model._deserialize(response["Response"])
|
|
2991
|
+
return model
|
|
2992
|
+
except Exception as e:
|
|
2993
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2994
|
+
raise
|
|
2995
|
+
else:
|
|
2996
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2997
|
+
|
|
2998
|
+
|
|
2999
|
+
def ListTenantRoles(self, request):
|
|
3000
|
+
r"""获取所有主账号角色列表
|
|
3001
|
+
|
|
3002
|
+
:param request: Request instance for ListTenantRoles.
|
|
3003
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListTenantRolesRequest`
|
|
3004
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListTenantRolesResponse`
|
|
3005
|
+
|
|
3006
|
+
"""
|
|
3007
|
+
try:
|
|
3008
|
+
params = request._serialize()
|
|
3009
|
+
headers = request.headers
|
|
3010
|
+
body = self.call("ListTenantRoles", params, headers=headers)
|
|
3011
|
+
response = json.loads(body)
|
|
3012
|
+
model = models.ListTenantRolesResponse()
|
|
3013
|
+
model._deserialize(response["Response"])
|
|
3014
|
+
return model
|
|
3015
|
+
except Exception as e:
|
|
3016
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3017
|
+
raise
|
|
3018
|
+
else:
|
|
3019
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3020
|
+
|
|
3021
|
+
|
|
3022
|
+
def ListTriggerTaskVersions(self, request):
|
|
3023
|
+
r"""任务保存版本列表
|
|
3024
|
+
|
|
3025
|
+
:param request: Request instance for ListTriggerTaskVersions.
|
|
3026
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListTriggerTaskVersionsRequest`
|
|
3027
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListTriggerTaskVersionsResponse`
|
|
3028
|
+
|
|
3029
|
+
"""
|
|
3030
|
+
try:
|
|
3031
|
+
params = request._serialize()
|
|
3032
|
+
headers = request.headers
|
|
3033
|
+
body = self.call("ListTriggerTaskVersions", params, headers=headers)
|
|
2019
3034
|
response = json.loads(body)
|
|
2020
|
-
model = models.
|
|
3035
|
+
model = models.ListTriggerTaskVersionsResponse()
|
|
2021
3036
|
model._deserialize(response["Response"])
|
|
2022
3037
|
return model
|
|
2023
3038
|
except Exception as e:
|
|
@@ -2027,20 +3042,20 @@ class WedataClient(AbstractClient):
|
|
|
2027
3042
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2028
3043
|
|
|
2029
3044
|
|
|
2030
|
-
def
|
|
2031
|
-
r"""
|
|
3045
|
+
def ListTriggerTasks(self, request):
|
|
3046
|
+
r"""查询任务分页信息
|
|
2032
3047
|
|
|
2033
|
-
:param request: Request instance for
|
|
2034
|
-
:type request: :class:`tencentcloud.wedata.v20250806.models.
|
|
2035
|
-
:rtype: :class:`tencentcloud.wedata.v20250806.models.
|
|
3048
|
+
:param request: Request instance for ListTriggerTasks.
|
|
3049
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListTriggerTasksRequest`
|
|
3050
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListTriggerTasksResponse`
|
|
2036
3051
|
|
|
2037
3052
|
"""
|
|
2038
3053
|
try:
|
|
2039
3054
|
params = request._serialize()
|
|
2040
3055
|
headers = request.headers
|
|
2041
|
-
body = self.call("
|
|
3056
|
+
body = self.call("ListTriggerTasks", params, headers=headers)
|
|
2042
3057
|
response = json.loads(body)
|
|
2043
|
-
model = models.
|
|
3058
|
+
model = models.ListTriggerTasksResponse()
|
|
2044
3059
|
model._deserialize(response["Response"])
|
|
2045
3060
|
return model
|
|
2046
3061
|
except Exception as e:
|
|
@@ -2050,20 +3065,20 @@ class WedataClient(AbstractClient):
|
|
|
2050
3065
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2051
3066
|
|
|
2052
3067
|
|
|
2053
|
-
def
|
|
2054
|
-
r"""
|
|
3068
|
+
def ListTriggerWorkflowRuns(self, request):
|
|
3069
|
+
r"""查询工作流运行
|
|
2055
3070
|
|
|
2056
|
-
:param request: Request instance for
|
|
2057
|
-
:type request: :class:`tencentcloud.wedata.v20250806.models.
|
|
2058
|
-
:rtype: :class:`tencentcloud.wedata.v20250806.models.
|
|
3071
|
+
:param request: Request instance for ListTriggerWorkflowRuns.
|
|
3072
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListTriggerWorkflowRunsRequest`
|
|
3073
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListTriggerWorkflowRunsResponse`
|
|
2059
3074
|
|
|
2060
3075
|
"""
|
|
2061
3076
|
try:
|
|
2062
3077
|
params = request._serialize()
|
|
2063
3078
|
headers = request.headers
|
|
2064
|
-
body = self.call("
|
|
3079
|
+
body = self.call("ListTriggerWorkflowRuns", params, headers=headers)
|
|
2065
3080
|
response = json.loads(body)
|
|
2066
|
-
model = models.
|
|
3081
|
+
model = models.ListTriggerWorkflowRunsResponse()
|
|
2067
3082
|
model._deserialize(response["Response"])
|
|
2068
3083
|
return model
|
|
2069
3084
|
except Exception as e:
|
|
@@ -2073,20 +3088,20 @@ class WedataClient(AbstractClient):
|
|
|
2073
3088
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2074
3089
|
|
|
2075
3090
|
|
|
2076
|
-
def
|
|
2077
|
-
r"""
|
|
3091
|
+
def ListTriggerWorkflows(self, request):
|
|
3092
|
+
r"""查询工作流列表
|
|
2078
3093
|
|
|
2079
|
-
:param request: Request instance for
|
|
2080
|
-
:type request: :class:`tencentcloud.wedata.v20250806.models.
|
|
2081
|
-
:rtype: :class:`tencentcloud.wedata.v20250806.models.
|
|
3094
|
+
:param request: Request instance for ListTriggerWorkflows.
|
|
3095
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListTriggerWorkflowsRequest`
|
|
3096
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListTriggerWorkflowsResponse`
|
|
2082
3097
|
|
|
2083
3098
|
"""
|
|
2084
3099
|
try:
|
|
2085
3100
|
params = request._serialize()
|
|
2086
3101
|
headers = request.headers
|
|
2087
|
-
body = self.call("
|
|
3102
|
+
body = self.call("ListTriggerWorkflows", params, headers=headers)
|
|
2088
3103
|
response = json.loads(body)
|
|
2089
|
-
model = models.
|
|
3104
|
+
model = models.ListTriggerWorkflowsResponse()
|
|
2090
3105
|
model._deserialize(response["Response"])
|
|
2091
3106
|
return model
|
|
2092
3107
|
except Exception as e:
|
|
@@ -2165,6 +3180,29 @@ class WedataClient(AbstractClient):
|
|
|
2165
3180
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2166
3181
|
|
|
2167
3182
|
|
|
3183
|
+
def ListUpstreamTriggerTasks(self, request):
|
|
3184
|
+
r"""获取任务直接上游
|
|
3185
|
+
|
|
3186
|
+
:param request: Request instance for ListUpstreamTriggerTasks.
|
|
3187
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListUpstreamTriggerTasksRequest`
|
|
3188
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListUpstreamTriggerTasksResponse`
|
|
3189
|
+
|
|
3190
|
+
"""
|
|
3191
|
+
try:
|
|
3192
|
+
params = request._serialize()
|
|
3193
|
+
headers = request.headers
|
|
3194
|
+
body = self.call("ListUpstreamTriggerTasks", params, headers=headers)
|
|
3195
|
+
response = json.loads(body)
|
|
3196
|
+
model = models.ListUpstreamTriggerTasksResponse()
|
|
3197
|
+
model._deserialize(response["Response"])
|
|
3198
|
+
return model
|
|
3199
|
+
except Exception as e:
|
|
3200
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3201
|
+
raise
|
|
3202
|
+
else:
|
|
3203
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3204
|
+
|
|
3205
|
+
|
|
2168
3206
|
def ListWorkflowFolders(self, request):
|
|
2169
3207
|
r"""查询文件夹列表
|
|
2170
3208
|
|
|
@@ -2188,6 +3226,29 @@ class WedataClient(AbstractClient):
|
|
|
2188
3226
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2189
3227
|
|
|
2190
3228
|
|
|
3229
|
+
def ListWorkflowPermissions(self, request):
|
|
3230
|
+
r"""查询工作流授权权限
|
|
3231
|
+
|
|
3232
|
+
:param request: Request instance for ListWorkflowPermissions.
|
|
3233
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ListWorkflowPermissionsRequest`
|
|
3234
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ListWorkflowPermissionsResponse`
|
|
3235
|
+
|
|
3236
|
+
"""
|
|
3237
|
+
try:
|
|
3238
|
+
params = request._serialize()
|
|
3239
|
+
headers = request.headers
|
|
3240
|
+
body = self.call("ListWorkflowPermissions", params, headers=headers)
|
|
3241
|
+
response = json.loads(body)
|
|
3242
|
+
model = models.ListWorkflowPermissionsResponse()
|
|
3243
|
+
model._deserialize(response["Response"])
|
|
3244
|
+
return model
|
|
3245
|
+
except Exception as e:
|
|
3246
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3247
|
+
raise
|
|
3248
|
+
else:
|
|
3249
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3250
|
+
|
|
3251
|
+
|
|
2191
3252
|
def ListWorkflows(self, request):
|
|
2192
3253
|
r"""查询工作流列表
|
|
2193
3254
|
|
|
@@ -2211,6 +3272,52 @@ class WedataClient(AbstractClient):
|
|
|
2211
3272
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2212
3273
|
|
|
2213
3274
|
|
|
3275
|
+
def ModifyQualityRule(self, request):
|
|
3276
|
+
r"""更新质量规则接口
|
|
3277
|
+
|
|
3278
|
+
:param request: Request instance for ModifyQualityRule.
|
|
3279
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ModifyQualityRuleRequest`
|
|
3280
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ModifyQualityRuleResponse`
|
|
3281
|
+
|
|
3282
|
+
"""
|
|
3283
|
+
try:
|
|
3284
|
+
params = request._serialize()
|
|
3285
|
+
headers = request.headers
|
|
3286
|
+
body = self.call("ModifyQualityRule", params, headers=headers)
|
|
3287
|
+
response = json.loads(body)
|
|
3288
|
+
model = models.ModifyQualityRuleResponse()
|
|
3289
|
+
model._deserialize(response["Response"])
|
|
3290
|
+
return model
|
|
3291
|
+
except Exception as e:
|
|
3292
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3293
|
+
raise
|
|
3294
|
+
else:
|
|
3295
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3296
|
+
|
|
3297
|
+
|
|
3298
|
+
def ModifyQualityRuleGroup(self, request):
|
|
3299
|
+
r"""创建监控任务
|
|
3300
|
+
|
|
3301
|
+
:param request: Request instance for ModifyQualityRuleGroup.
|
|
3302
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.ModifyQualityRuleGroupRequest`
|
|
3303
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.ModifyQualityRuleGroupResponse`
|
|
3304
|
+
|
|
3305
|
+
"""
|
|
3306
|
+
try:
|
|
3307
|
+
params = request._serialize()
|
|
3308
|
+
headers = request.headers
|
|
3309
|
+
body = self.call("ModifyQualityRuleGroup", params, headers=headers)
|
|
3310
|
+
response = json.loads(body)
|
|
3311
|
+
model = models.ModifyQualityRuleGroupResponse()
|
|
3312
|
+
model._deserialize(response["Response"])
|
|
3313
|
+
return model
|
|
3314
|
+
except Exception as e:
|
|
3315
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3316
|
+
raise
|
|
3317
|
+
else:
|
|
3318
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3319
|
+
|
|
3320
|
+
|
|
2214
3321
|
def PauseOpsTasksAsync(self, request):
|
|
2215
3322
|
r"""异步批量暂停任务
|
|
2216
3323
|
|
|
@@ -2303,6 +3410,52 @@ class WedataClient(AbstractClient):
|
|
|
2303
3410
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2304
3411
|
|
|
2305
3412
|
|
|
3413
|
+
def RerunTriggerWorkflowRunAsync(self, request):
|
|
3414
|
+
r"""重跑运行
|
|
3415
|
+
|
|
3416
|
+
:param request: Request instance for RerunTriggerWorkflowRunAsync.
|
|
3417
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.RerunTriggerWorkflowRunAsyncRequest`
|
|
3418
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.RerunTriggerWorkflowRunAsyncResponse`
|
|
3419
|
+
|
|
3420
|
+
"""
|
|
3421
|
+
try:
|
|
3422
|
+
params = request._serialize()
|
|
3423
|
+
headers = request.headers
|
|
3424
|
+
body = self.call("RerunTriggerWorkflowRunAsync", params, headers=headers)
|
|
3425
|
+
response = json.loads(body)
|
|
3426
|
+
model = models.RerunTriggerWorkflowRunAsyncResponse()
|
|
3427
|
+
model._deserialize(response["Response"])
|
|
3428
|
+
return model
|
|
3429
|
+
except Exception as e:
|
|
3430
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3431
|
+
raise
|
|
3432
|
+
else:
|
|
3433
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3434
|
+
|
|
3435
|
+
|
|
3436
|
+
def RevokeDataSourceAuthorization(self, request):
|
|
3437
|
+
r"""回收数据源权限
|
|
3438
|
+
|
|
3439
|
+
:param request: Request instance for RevokeDataSourceAuthorization.
|
|
3440
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.RevokeDataSourceAuthorizationRequest`
|
|
3441
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.RevokeDataSourceAuthorizationResponse`
|
|
3442
|
+
|
|
3443
|
+
"""
|
|
3444
|
+
try:
|
|
3445
|
+
params = request._serialize()
|
|
3446
|
+
headers = request.headers
|
|
3447
|
+
body = self.call("RevokeDataSourceAuthorization", params, headers=headers)
|
|
3448
|
+
response = json.loads(body)
|
|
3449
|
+
model = models.RevokeDataSourceAuthorizationResponse()
|
|
3450
|
+
model._deserialize(response["Response"])
|
|
3451
|
+
return model
|
|
3452
|
+
except Exception as e:
|
|
3453
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3454
|
+
raise
|
|
3455
|
+
else:
|
|
3456
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3457
|
+
|
|
3458
|
+
|
|
2306
3459
|
def RunSQLScript(self, request):
|
|
2307
3460
|
r"""运行SQL脚本
|
|
2308
3461
|
|
|
@@ -2441,6 +3594,29 @@ class WedataClient(AbstractClient):
|
|
|
2441
3594
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2442
3595
|
|
|
2443
3596
|
|
|
3597
|
+
def SubmitTriggerTask(self, request):
|
|
3598
|
+
r"""提交工作流调度任务
|
|
3599
|
+
|
|
3600
|
+
:param request: Request instance for SubmitTriggerTask.
|
|
3601
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.SubmitTriggerTaskRequest`
|
|
3602
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.SubmitTriggerTaskResponse`
|
|
3603
|
+
|
|
3604
|
+
"""
|
|
3605
|
+
try:
|
|
3606
|
+
params = request._serialize()
|
|
3607
|
+
headers = request.headers
|
|
3608
|
+
body = self.call("SubmitTriggerTask", params, headers=headers)
|
|
3609
|
+
response = json.loads(body)
|
|
3610
|
+
model = models.SubmitTriggerTaskResponse()
|
|
3611
|
+
model._deserialize(response["Response"])
|
|
3612
|
+
return model
|
|
3613
|
+
except Exception as e:
|
|
3614
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3615
|
+
raise
|
|
3616
|
+
else:
|
|
3617
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3618
|
+
|
|
3619
|
+
|
|
2444
3620
|
def UpdateCodeFile(self, request):
|
|
2445
3621
|
r"""更新代码文件
|
|
2446
3622
|
|
|
@@ -2556,6 +3732,29 @@ class WedataClient(AbstractClient):
|
|
|
2556
3732
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2557
3733
|
|
|
2558
3734
|
|
|
3735
|
+
def UpdateOpsTriggerTasksOwner(self, request):
|
|
3736
|
+
r"""查询任务执行详情
|
|
3737
|
+
|
|
3738
|
+
:param request: Request instance for UpdateOpsTriggerTasksOwner.
|
|
3739
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.UpdateOpsTriggerTasksOwnerRequest`
|
|
3740
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.UpdateOpsTriggerTasksOwnerResponse`
|
|
3741
|
+
|
|
3742
|
+
"""
|
|
3743
|
+
try:
|
|
3744
|
+
params = request._serialize()
|
|
3745
|
+
headers = request.headers
|
|
3746
|
+
body = self.call("UpdateOpsTriggerTasksOwner", params, headers=headers)
|
|
3747
|
+
response = json.loads(body)
|
|
3748
|
+
model = models.UpdateOpsTriggerTasksOwnerResponse()
|
|
3749
|
+
model._deserialize(response["Response"])
|
|
3750
|
+
return model
|
|
3751
|
+
except Exception as e:
|
|
3752
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3753
|
+
raise
|
|
3754
|
+
else:
|
|
3755
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3756
|
+
|
|
3757
|
+
|
|
2559
3758
|
def UpdateProject(self, request):
|
|
2560
3759
|
r"""修改项目基础信息。
|
|
2561
3760
|
|
|
@@ -2717,6 +3916,144 @@ class WedataClient(AbstractClient):
|
|
|
2717
3916
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2718
3917
|
|
|
2719
3918
|
|
|
3919
|
+
def UpdateTaskFolder(self, request):
|
|
3920
|
+
r"""更新任务文件夹
|
|
3921
|
+
|
|
3922
|
+
:param request: Request instance for UpdateTaskFolder.
|
|
3923
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.UpdateTaskFolderRequest`
|
|
3924
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.UpdateTaskFolderResponse`
|
|
3925
|
+
|
|
3926
|
+
"""
|
|
3927
|
+
try:
|
|
3928
|
+
params = request._serialize()
|
|
3929
|
+
headers = request.headers
|
|
3930
|
+
body = self.call("UpdateTaskFolder", params, headers=headers)
|
|
3931
|
+
response = json.loads(body)
|
|
3932
|
+
model = models.UpdateTaskFolderResponse()
|
|
3933
|
+
model._deserialize(response["Response"])
|
|
3934
|
+
return model
|
|
3935
|
+
except Exception as e:
|
|
3936
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3937
|
+
raise
|
|
3938
|
+
else:
|
|
3939
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3940
|
+
|
|
3941
|
+
|
|
3942
|
+
def UpdateTaskPartially(self, request):
|
|
3943
|
+
r"""更新任务接口
|
|
3944
|
+
|
|
3945
|
+
:param request: Request instance for UpdateTaskPartially.
|
|
3946
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.UpdateTaskPartiallyRequest`
|
|
3947
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.UpdateTaskPartiallyResponse`
|
|
3948
|
+
|
|
3949
|
+
"""
|
|
3950
|
+
try:
|
|
3951
|
+
params = request._serialize()
|
|
3952
|
+
headers = request.headers
|
|
3953
|
+
body = self.call("UpdateTaskPartially", params, headers=headers)
|
|
3954
|
+
response = json.loads(body)
|
|
3955
|
+
model = models.UpdateTaskPartiallyResponse()
|
|
3956
|
+
model._deserialize(response["Response"])
|
|
3957
|
+
return model
|
|
3958
|
+
except Exception as e:
|
|
3959
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3960
|
+
raise
|
|
3961
|
+
else:
|
|
3962
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3963
|
+
|
|
3964
|
+
|
|
3965
|
+
def UpdateTriggerTask(self, request):
|
|
3966
|
+
r"""更新任务接口
|
|
3967
|
+
|
|
3968
|
+
:param request: Request instance for UpdateTriggerTask.
|
|
3969
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.UpdateTriggerTaskRequest`
|
|
3970
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.UpdateTriggerTaskResponse`
|
|
3971
|
+
|
|
3972
|
+
"""
|
|
3973
|
+
try:
|
|
3974
|
+
params = request._serialize()
|
|
3975
|
+
headers = request.headers
|
|
3976
|
+
body = self.call("UpdateTriggerTask", params, headers=headers)
|
|
3977
|
+
response = json.loads(body)
|
|
3978
|
+
model = models.UpdateTriggerTaskResponse()
|
|
3979
|
+
model._deserialize(response["Response"])
|
|
3980
|
+
return model
|
|
3981
|
+
except Exception as e:
|
|
3982
|
+
if isinstance(e, TencentCloudSDKException):
|
|
3983
|
+
raise
|
|
3984
|
+
else:
|
|
3985
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
3986
|
+
|
|
3987
|
+
|
|
3988
|
+
def UpdateTriggerTaskPartially(self, request):
|
|
3989
|
+
r"""更新任务接口
|
|
3990
|
+
|
|
3991
|
+
:param request: Request instance for UpdateTriggerTaskPartially.
|
|
3992
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.UpdateTriggerTaskPartiallyRequest`
|
|
3993
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.UpdateTriggerTaskPartiallyResponse`
|
|
3994
|
+
|
|
3995
|
+
"""
|
|
3996
|
+
try:
|
|
3997
|
+
params = request._serialize()
|
|
3998
|
+
headers = request.headers
|
|
3999
|
+
body = self.call("UpdateTriggerTaskPartially", params, headers=headers)
|
|
4000
|
+
response = json.loads(body)
|
|
4001
|
+
model = models.UpdateTriggerTaskPartiallyResponse()
|
|
4002
|
+
model._deserialize(response["Response"])
|
|
4003
|
+
return model
|
|
4004
|
+
except Exception as e:
|
|
4005
|
+
if isinstance(e, TencentCloudSDKException):
|
|
4006
|
+
raise
|
|
4007
|
+
else:
|
|
4008
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4009
|
+
|
|
4010
|
+
|
|
4011
|
+
def UpdateTriggerWorkflow(self, request):
|
|
4012
|
+
r"""更新工作流(包括工作流基本信息与工作流参数)
|
|
4013
|
+
|
|
4014
|
+
:param request: Request instance for UpdateTriggerWorkflow.
|
|
4015
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.UpdateTriggerWorkflowRequest`
|
|
4016
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.UpdateTriggerWorkflowResponse`
|
|
4017
|
+
|
|
4018
|
+
"""
|
|
4019
|
+
try:
|
|
4020
|
+
params = request._serialize()
|
|
4021
|
+
headers = request.headers
|
|
4022
|
+
body = self.call("UpdateTriggerWorkflow", params, headers=headers)
|
|
4023
|
+
response = json.loads(body)
|
|
4024
|
+
model = models.UpdateTriggerWorkflowResponse()
|
|
4025
|
+
model._deserialize(response["Response"])
|
|
4026
|
+
return model
|
|
4027
|
+
except Exception as e:
|
|
4028
|
+
if isinstance(e, TencentCloudSDKException):
|
|
4029
|
+
raise
|
|
4030
|
+
else:
|
|
4031
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4032
|
+
|
|
4033
|
+
|
|
4034
|
+
def UpdateTriggerWorkflowPartially(self, request):
|
|
4035
|
+
r"""更新工作流(包括工作流基本信息与工作流参数)
|
|
4036
|
+
|
|
4037
|
+
:param request: Request instance for UpdateTriggerWorkflowPartially.
|
|
4038
|
+
:type request: :class:`tencentcloud.wedata.v20250806.models.UpdateTriggerWorkflowPartiallyRequest`
|
|
4039
|
+
:rtype: :class:`tencentcloud.wedata.v20250806.models.UpdateTriggerWorkflowPartiallyResponse`
|
|
4040
|
+
|
|
4041
|
+
"""
|
|
4042
|
+
try:
|
|
4043
|
+
params = request._serialize()
|
|
4044
|
+
headers = request.headers
|
|
4045
|
+
body = self.call("UpdateTriggerWorkflowPartially", params, headers=headers)
|
|
4046
|
+
response = json.loads(body)
|
|
4047
|
+
model = models.UpdateTriggerWorkflowPartiallyResponse()
|
|
4048
|
+
model._deserialize(response["Response"])
|
|
4049
|
+
return model
|
|
4050
|
+
except Exception as e:
|
|
4051
|
+
if isinstance(e, TencentCloudSDKException):
|
|
4052
|
+
raise
|
|
4053
|
+
else:
|
|
4054
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4055
|
+
|
|
4056
|
+
|
|
2720
4057
|
def UpdateWorkflow(self, request):
|
|
2721
4058
|
r"""更新工作流(包括工作流基本信息与工作流参数)
|
|
2722
4059
|
|