@alicloud/dataworks-public20240518 7.2.6 → 7.4.0
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.
- package/dist/client.d.ts +494 -2
- package/dist/client.js +1393 -65
- package/dist/client.js.map +1 -1
- package/dist/models/CreateComponentRequest.d.ts +71 -0
- package/dist/models/CreateComponentRequest.js +62 -0
- package/dist/models/CreateComponentRequest.js.map +1 -0
- package/dist/models/CreateComponentResponse.d.ts +19 -0
- package/dist/models/CreateComponentResponse.js +69 -0
- package/dist/models/CreateComponentResponse.js.map +1 -0
- package/dist/models/CreateComponentResponseBody.d.ts +26 -0
- package/dist/models/CreateComponentResponseBody.js +60 -0
- package/dist/models/CreateComponentResponseBody.js.map +1 -0
- package/dist/models/CreateDataQualityAlertRuleRequest.d.ts +146 -0
- package/dist/models/CreateDataQualityAlertRuleRequest.js +147 -0
- package/dist/models/CreateDataQualityAlertRuleRequest.js.map +1 -0
- package/dist/models/CreateDataQualityAlertRuleResponse.d.ts +19 -0
- package/dist/models/CreateDataQualityAlertRuleResponse.js +69 -0
- package/dist/models/CreateDataQualityAlertRuleResponse.js.map +1 -0
- package/dist/models/CreateDataQualityAlertRuleResponseBody.d.ts +29 -0
- package/dist/models/CreateDataQualityAlertRuleResponseBody.js +60 -0
- package/dist/models/CreateDataQualityAlertRuleResponseBody.js.map +1 -0
- package/dist/models/CreateDataQualityAlertRuleShrinkRequest.d.ts +47 -0
- package/dist/models/CreateDataQualityAlertRuleShrinkRequest.js +64 -0
- package/dist/models/CreateDataQualityAlertRuleShrinkRequest.js.map +1 -0
- package/dist/models/CreateDataQualityScanRequest.d.ts +325 -0
- package/dist/models/CreateDataQualityScanRequest.js +237 -0
- package/dist/models/CreateDataQualityScanRequest.js.map +1 -0
- package/dist/models/CreateDataQualityScanResponse.d.ts +19 -0
- package/dist/models/CreateDataQualityScanResponse.js +69 -0
- package/dist/models/CreateDataQualityScanResponse.js.map +1 -0
- package/dist/models/CreateDataQualityScanResponseBody.d.ts +29 -0
- package/dist/models/CreateDataQualityScanResponseBody.js +60 -0
- package/dist/models/CreateDataQualityScanResponseBody.js.map +1 -0
- package/dist/models/CreateDataQualityScanRunRequest.d.ts +103 -0
- package/dist/models/CreateDataQualityScanRunRequest.js +114 -0
- package/dist/models/CreateDataQualityScanRunRequest.js.map +1 -0
- package/dist/models/CreateDataQualityScanRunResponse.d.ts +19 -0
- package/dist/models/CreateDataQualityScanRunResponse.js +69 -0
- package/dist/models/CreateDataQualityScanRunResponse.js.map +1 -0
- package/dist/models/CreateDataQualityScanRunResponseBody.d.ts +29 -0
- package/dist/models/CreateDataQualityScanRunResponseBody.js +60 -0
- package/dist/models/CreateDataQualityScanRunResponseBody.js.map +1 -0
- package/dist/models/CreateDataQualityScanRunShrinkRequest.d.ts +39 -0
- package/dist/models/CreateDataQualityScanRunShrinkRequest.js +64 -0
- package/dist/models/CreateDataQualityScanRunShrinkRequest.js.map +1 -0
- package/dist/models/CreateDataQualityScanShrinkRequest.d.ts +113 -0
- package/dist/models/CreateDataQualityScanShrinkRequest.js +78 -0
- package/dist/models/CreateDataQualityScanShrinkRequest.js.map +1 -0
- package/dist/models/CreateDataQualityTemplateRequest.d.ts +43 -0
- package/dist/models/CreateDataQualityTemplateRequest.js +62 -0
- package/dist/models/CreateDataQualityTemplateRequest.js.map +1 -0
- package/dist/models/CreateDataQualityTemplateResponse.d.ts +19 -0
- package/dist/models/CreateDataQualityTemplateResponse.js +69 -0
- package/dist/models/CreateDataQualityTemplateResponse.js.map +1 -0
- package/dist/models/CreateDataQualityTemplateResponseBody.d.ts +29 -0
- package/dist/models/CreateDataQualityTemplateResponseBody.js +60 -0
- package/dist/models/CreateDataQualityTemplateResponseBody.js.map +1 -0
- package/dist/models/CreateWorkflowInstancesRequest.d.ts +70 -42
- package/dist/models/CreateWorkflowInstancesRequest.js.map +1 -1
- package/dist/models/CreateWorkflowInstancesShrinkRequest.d.ts +19 -5
- package/dist/models/CreateWorkflowInstancesShrinkRequest.js.map +1 -1
- package/dist/models/DeleteComponentRequest.d.ts +35 -0
- package/dist/models/DeleteComponentRequest.js +60 -0
- package/dist/models/DeleteComponentRequest.js.map +1 -0
- package/dist/models/DeleteComponentResponse.d.ts +19 -0
- package/dist/models/DeleteComponentResponse.js +69 -0
- package/dist/models/DeleteComponentResponse.js.map +1 -0
- package/dist/models/DeleteComponentResponseBody.d.ts +29 -0
- package/dist/models/DeleteComponentResponseBody.js +60 -0
- package/dist/models/DeleteComponentResponseBody.js.map +1 -0
- package/dist/models/DeleteDataQualityAlertRuleRequest.d.ts +21 -0
- package/dist/models/DeleteDataQualityAlertRuleRequest.js +58 -0
- package/dist/models/DeleteDataQualityAlertRuleRequest.js.map +1 -0
- package/dist/models/DeleteDataQualityAlertRuleResponse.d.ts +19 -0
- package/dist/models/DeleteDataQualityAlertRuleResponse.js +69 -0
- package/dist/models/DeleteDataQualityAlertRuleResponse.js.map +1 -0
- package/dist/models/DeleteDataQualityAlertRuleResponseBody.d.ts +29 -0
- package/dist/models/DeleteDataQualityAlertRuleResponseBody.js +60 -0
- package/dist/models/DeleteDataQualityAlertRuleResponseBody.js.map +1 -0
- package/dist/models/DeleteDataQualityScanRequest.d.ts +29 -0
- package/dist/models/DeleteDataQualityScanRequest.js +60 -0
- package/dist/models/DeleteDataQualityScanRequest.js.map +1 -0
- package/dist/models/DeleteDataQualityScanResponse.d.ts +19 -0
- package/dist/models/DeleteDataQualityScanResponse.js +69 -0
- package/dist/models/DeleteDataQualityScanResponse.js.map +1 -0
- package/dist/models/DeleteDataQualityScanResponseBody.d.ts +29 -0
- package/dist/models/DeleteDataQualityScanResponseBody.js +60 -0
- package/dist/models/DeleteDataQualityScanResponseBody.js.map +1 -0
- package/dist/models/DeleteDataQualityTemplateRequest.d.ts +21 -0
- package/dist/models/DeleteDataQualityTemplateRequest.js +58 -0
- package/dist/models/DeleteDataQualityTemplateRequest.js.map +1 -0
- package/dist/models/DeleteDataQualityTemplateResponse.d.ts +19 -0
- package/dist/models/DeleteDataQualityTemplateResponse.js +69 -0
- package/dist/models/DeleteDataQualityTemplateResponse.js.map +1 -0
- package/dist/models/DeleteDataQualityTemplateResponseBody.d.ts +29 -0
- package/dist/models/DeleteDataQualityTemplateResponseBody.js +60 -0
- package/dist/models/DeleteDataQualityTemplateResponseBody.js.map +1 -0
- package/dist/models/GetComponentRequest.d.ts +26 -0
- package/dist/models/GetComponentRequest.js +60 -0
- package/dist/models/GetComponentRequest.js.map +1 -0
- package/dist/models/GetComponentResponse.d.ts +19 -0
- package/dist/models/GetComponentResponse.js +69 -0
- package/dist/models/GetComponentResponse.js.map +1 -0
- package/dist/models/GetComponentResponseBody.d.ts +122 -0
- package/dist/models/GetComponentResponseBody.js +98 -0
- package/dist/models/GetComponentResponseBody.js.map +1 -0
- package/dist/models/GetDataQualityAlertRuleRequest.d.ts +21 -0
- package/dist/models/GetDataQualityAlertRuleRequest.js +58 -0
- package/dist/models/GetDataQualityAlertRuleRequest.js.map +1 -0
- package/dist/models/GetDataQualityAlertRuleResponse.d.ts +19 -0
- package/dist/models/GetDataQualityAlertRuleResponse.js +69 -0
- package/dist/models/GetDataQualityAlertRuleResponse.js.map +1 -0
- package/dist/models/GetDataQualityAlertRuleResponseBody.d.ts +161 -0
- package/dist/models/GetDataQualityAlertRuleResponseBody.js +173 -0
- package/dist/models/GetDataQualityAlertRuleResponseBody.js.map +1 -0
- package/dist/models/GetDataQualityScanRequest.d.ts +21 -0
- package/dist/models/GetDataQualityScanRequest.js +58 -0
- package/dist/models/GetDataQualityScanRequest.js.map +1 -0
- package/dist/models/GetDataQualityScanResponse.d.ts +19 -0
- package/dist/models/GetDataQualityScanResponse.js +69 -0
- package/dist/models/GetDataQualityScanResponse.js.map +1 -0
- package/dist/models/GetDataQualityScanResponseBody.d.ts +380 -0
- package/dist/models/GetDataQualityScanResponseBody.js +269 -0
- package/dist/models/GetDataQualityScanResponseBody.js.map +1 -0
- package/dist/models/GetDataQualityScanRunLogRequest.d.ts +29 -0
- package/dist/models/GetDataQualityScanRunLogRequest.js +60 -0
- package/dist/models/GetDataQualityScanRunLogRequest.js.map +1 -0
- package/dist/models/GetDataQualityScanRunLogResponse.d.ts +19 -0
- package/dist/models/GetDataQualityScanRunLogResponse.js +69 -0
- package/dist/models/GetDataQualityScanRunLogResponse.js.map +1 -0
- package/dist/models/GetDataQualityScanRunLogResponseBody.d.ts +55 -0
- package/dist/models/GetDataQualityScanRunLogResponseBody.js +84 -0
- package/dist/models/GetDataQualityScanRunLogResponseBody.js.map +1 -0
- package/dist/models/GetDataQualityScanRunRequest.d.ts +21 -0
- package/dist/models/GetDataQualityScanRunRequest.js +58 -0
- package/dist/models/GetDataQualityScanRunRequest.js.map +1 -0
- package/dist/models/GetDataQualityScanRunResponse.d.ts +19 -0
- package/dist/models/GetDataQualityScanRunResponse.js +69 -0
- package/dist/models/GetDataQualityScanRunResponse.js.map +1 -0
- package/dist/models/GetDataQualityScanRunResponseBody.d.ts +569 -0
- package/dist/models/GetDataQualityScanRunResponseBody.js +383 -0
- package/dist/models/GetDataQualityScanRunResponseBody.js.map +1 -0
- package/dist/models/GetDataQualityTemplateRequest.d.ts +21 -0
- package/dist/models/GetDataQualityTemplateRequest.js +58 -0
- package/dist/models/GetDataQualityTemplateRequest.js.map +1 -0
- package/dist/models/GetDataQualityTemplateResponse.d.ts +19 -0
- package/dist/models/GetDataQualityTemplateResponse.js +69 -0
- package/dist/models/GetDataQualityTemplateResponse.js.map +1 -0
- package/dist/models/GetDataQualityTemplateResponseBody.d.ts +108 -0
- package/dist/models/GetDataQualityTemplateResponseBody.js +96 -0
- package/dist/models/GetDataQualityTemplateResponseBody.js.map +1 -0
- package/dist/models/GetResourceGroupResponseBody.d.ts +4 -4
- package/dist/models/GetWorkflowInstanceResponseBody.d.ts +15 -0
- package/dist/models/GetWorkflowInstanceResponseBody.js +27 -1
- package/dist/models/GetWorkflowInstanceResponseBody.js.map +1 -1
- package/dist/models/ListComponentsRequest.d.ts +33 -0
- package/dist/models/ListComponentsRequest.js +64 -0
- package/dist/models/ListComponentsRequest.js.map +1 -0
- package/dist/models/ListComponentsResponse.d.ts +19 -0
- package/dist/models/ListComponentsResponse.js +69 -0
- package/dist/models/ListComponentsResponse.js.map +1 -0
- package/dist/models/ListComponentsResponseBody.d.ts +265 -0
- package/dist/models/ListComponentsResponseBody.js +232 -0
- package/dist/models/ListComponentsResponseBody.js.map +1 -0
- package/dist/models/ListDataQualityAlertRulesRequest.d.ts +62 -0
- package/dist/models/ListDataQualityAlertRulesRequest.js +66 -0
- package/dist/models/ListDataQualityAlertRulesRequest.js.map +1 -0
- package/dist/models/ListDataQualityAlertRulesResponse.d.ts +19 -0
- package/dist/models/ListDataQualityAlertRulesResponse.js +69 -0
- package/dist/models/ListDataQualityAlertRulesResponse.js.map +1 -0
- package/dist/models/ListDataQualityAlertRulesResponseBody.d.ts +202 -0
- package/dist/models/ListDataQualityAlertRulesResponseBody.js +201 -0
- package/dist/models/ListDataQualityAlertRulesResponseBody.js.map +1 -0
- package/dist/models/ListDataQualityScanRunsRequest.d.ts +88 -0
- package/dist/models/ListDataQualityScanRunsRequest.js +72 -0
- package/dist/models/ListDataQualityScanRunsRequest.js.map +1 -0
- package/dist/models/ListDataQualityScanRunsResponse.d.ts +19 -0
- package/dist/models/ListDataQualityScanRunsResponse.js +69 -0
- package/dist/models/ListDataQualityScanRunsResponse.js.map +1 -0
- package/dist/models/ListDataQualityScanRunsResponseBody.d.ts +150 -0
- package/dist/models/ListDataQualityScanRunsResponseBody.js +142 -0
- package/dist/models/ListDataQualityScanRunsResponseBody.js.map +1 -0
- package/dist/models/ListDataQualityScansRequest.d.ts +71 -0
- package/dist/models/ListDataQualityScansRequest.js +68 -0
- package/dist/models/ListDataQualityScansRequest.js.map +1 -0
- package/dist/models/ListDataQualityScansResponse.d.ts +19 -0
- package/dist/models/ListDataQualityScansResponse.js +69 -0
- package/dist/models/ListDataQualityScansResponse.js.map +1 -0
- package/dist/models/ListDataQualityScansResponseBody.d.ts +376 -0
- package/dist/models/ListDataQualityScansResponseBody.js +289 -0
- package/dist/models/ListDataQualityScansResponseBody.js.map +1 -0
- package/dist/models/ListDataQualityTemplatesRequest.d.ts +53 -0
- package/dist/models/ListDataQualityTemplatesRequest.js +66 -0
- package/dist/models/ListDataQualityTemplatesRequest.js.map +1 -0
- package/dist/models/ListDataQualityTemplatesResponse.d.ts +19 -0
- package/dist/models/ListDataQualityTemplatesResponse.js +69 -0
- package/dist/models/ListDataQualityTemplatesResponse.js.map +1 -0
- package/dist/models/ListDataQualityTemplatesResponseBody.d.ts +149 -0
- package/dist/models/ListDataQualityTemplatesResponseBody.js +124 -0
- package/dist/models/ListDataQualityTemplatesResponseBody.js.map +1 -0
- package/dist/models/ListLineageRelationshipsRequest.d.ts +21 -0
- package/dist/models/ListLineageRelationshipsRequest.js.map +1 -1
- package/dist/models/ListLineageRelationshipsResponseBody.d.ts +23 -0
- package/dist/models/ListLineageRelationshipsResponseBody.js.map +1 -1
- package/dist/models/ListNodeDependenciesRequest.d.ts +1 -1
- package/dist/models/ListNodeDependenciesResponseBody.d.ts +25 -25
- package/dist/models/ListNodesRequest.d.ts +9 -2
- package/dist/models/ListNodesRequest.js.map +1 -1
- package/dist/models/ListNodesResponseBody.d.ts +34 -27
- package/dist/models/ListNodesResponseBody.js.map +1 -1
- package/dist/models/ListWorkflowInstancesResponseBody.d.ts +15 -0
- package/dist/models/ListWorkflowInstancesResponseBody.js +27 -1
- package/dist/models/ListWorkflowInstancesResponseBody.js.map +1 -1
- package/dist/models/ListWorkflowsResponseBody.d.ts +15 -0
- package/dist/models/ListWorkflowsResponseBody.js +27 -1
- package/dist/models/ListWorkflowsResponseBody.js.map +1 -1
- package/dist/models/UpdateComponentRequest.d.ts +54 -0
- package/dist/models/UpdateComponentRequest.js +62 -0
- package/dist/models/UpdateComponentRequest.js.map +1 -0
- package/dist/models/UpdateComponentResponse.d.ts +19 -0
- package/dist/models/UpdateComponentResponse.js +69 -0
- package/dist/models/UpdateComponentResponse.js.map +1 -0
- package/dist/models/UpdateComponentResponseBody.d.ts +29 -0
- package/dist/models/UpdateComponentResponseBody.js +60 -0
- package/dist/models/UpdateComponentResponseBody.js.map +1 -0
- package/dist/models/UpdateDataQualityAlertRuleRequest.d.ts +140 -0
- package/dist/models/UpdateDataQualityAlertRuleRequest.js +149 -0
- package/dist/models/UpdateDataQualityAlertRuleRequest.js.map +1 -0
- package/dist/models/UpdateDataQualityAlertRuleResponse.d.ts +19 -0
- package/dist/models/UpdateDataQualityAlertRuleResponse.js +69 -0
- package/dist/models/UpdateDataQualityAlertRuleResponse.js.map +1 -0
- package/dist/models/UpdateDataQualityAlertRuleResponseBody.d.ts +29 -0
- package/dist/models/UpdateDataQualityAlertRuleResponseBody.js +60 -0
- package/dist/models/UpdateDataQualityAlertRuleResponseBody.js.map +1 -0
- package/dist/models/UpdateDataQualityAlertRuleShrinkRequest.d.ts +47 -0
- package/dist/models/UpdateDataQualityAlertRuleShrinkRequest.js +66 -0
- package/dist/models/UpdateDataQualityAlertRuleShrinkRequest.js.map +1 -0
- package/dist/models/UpdateDataQualityScanRequest.d.ts +315 -0
- package/dist/models/UpdateDataQualityScanRequest.js +237 -0
- package/dist/models/UpdateDataQualityScanRequest.js.map +1 -0
- package/dist/models/UpdateDataQualityScanResponse.d.ts +19 -0
- package/dist/models/UpdateDataQualityScanResponse.js +69 -0
- package/dist/models/UpdateDataQualityScanResponse.js.map +1 -0
- package/dist/models/UpdateDataQualityScanResponseBody.d.ts +29 -0
- package/dist/models/UpdateDataQualityScanResponseBody.js +60 -0
- package/dist/models/UpdateDataQualityScanResponseBody.js.map +1 -0
- package/dist/models/UpdateDataQualityScanShrinkRequest.d.ts +111 -0
- package/dist/models/UpdateDataQualityScanShrinkRequest.js +78 -0
- package/dist/models/UpdateDataQualityScanShrinkRequest.js.map +1 -0
- package/dist/models/UpdateDataQualityTemplateRequest.d.ts +51 -0
- package/dist/models/UpdateDataQualityTemplateRequest.js +64 -0
- package/dist/models/UpdateDataQualityTemplateRequest.js.map +1 -0
- package/dist/models/UpdateDataQualityTemplateResponse.d.ts +19 -0
- package/dist/models/UpdateDataQualityTemplateResponse.js +69 -0
- package/dist/models/UpdateDataQualityTemplateResponse.js.map +1 -0
- package/dist/models/UpdateDataQualityTemplateResponseBody.d.ts +29 -0
- package/dist/models/UpdateDataQualityTemplateResponseBody.js +60 -0
- package/dist/models/UpdateDataQualityTemplateResponseBody.js.map +1 -0
- package/dist/models/UpdateTaskRequest.d.ts +39 -36
- package/dist/models/UpdateTaskRequest.js +2 -0
- package/dist/models/UpdateTaskRequest.js.map +1 -1
- package/dist/models/UpdateTaskShrinkRequest.d.ts +11 -11
- package/dist/models/model.d.ts +149 -0
- package/dist/models/model.js +340 -39
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1640 -158
- package/src/models/CreateComponentRequest.ts +88 -0
- package/src/models/CreateComponentResponse.ts +40 -0
- package/src/models/CreateComponentResponseBody.ts +41 -0
- package/src/models/CreateDataQualityAlertRuleRequest.ts +221 -0
- package/src/models/CreateDataQualityAlertRuleResponse.ts +40 -0
- package/src/models/CreateDataQualityAlertRuleResponseBody.ts +44 -0
- package/src/models/CreateDataQualityAlertRuleShrinkRequest.ts +66 -0
- package/src/models/CreateDataQualityScanRequest.ts +459 -0
- package/src/models/CreateDataQualityScanResponse.ts +40 -0
- package/src/models/CreateDataQualityScanResponseBody.ts +44 -0
- package/src/models/CreateDataQualityScanRunRequest.ts +154 -0
- package/src/models/CreateDataQualityScanRunResponse.ts +40 -0
- package/src/models/CreateDataQualityScanRunResponseBody.ts +44 -0
- package/src/models/CreateDataQualityScanRunShrinkRequest.ts +58 -0
- package/src/models/CreateDataQualityScanShrinkRequest.ts +146 -0
- package/src/models/CreateDataQualityTemplateRequest.ts +60 -0
- package/src/models/CreateDataQualityTemplateResponse.ts +40 -0
- package/src/models/CreateDataQualityTemplateResponseBody.ts +44 -0
- package/src/models/CreateWorkflowInstancesRequest.ts +70 -42
- package/src/models/CreateWorkflowInstancesShrinkRequest.ts +19 -5
- package/src/models/DeleteComponentRequest.ts +50 -0
- package/src/models/DeleteComponentResponse.ts +40 -0
- package/src/models/DeleteComponentResponseBody.ts +44 -0
- package/src/models/DeleteDataQualityAlertRuleRequest.ts +34 -0
- package/src/models/DeleteDataQualityAlertRuleResponse.ts +40 -0
- package/src/models/DeleteDataQualityAlertRuleResponseBody.ts +44 -0
- package/src/models/DeleteDataQualityScanRequest.ts +44 -0
- package/src/models/DeleteDataQualityScanResponse.ts +40 -0
- package/src/models/DeleteDataQualityScanResponseBody.ts +44 -0
- package/src/models/DeleteDataQualityTemplateRequest.ts +34 -0
- package/src/models/DeleteDataQualityTemplateResponse.ts +40 -0
- package/src/models/DeleteDataQualityTemplateResponseBody.ts +44 -0
- package/src/models/GetComponentRequest.ts +41 -0
- package/src/models/GetComponentResponse.ts +40 -0
- package/src/models/GetComponentResponseBody.ts +166 -0
- package/src/models/GetDataQualityAlertRuleRequest.ts +34 -0
- package/src/models/GetDataQualityAlertRuleResponse.ts +40 -0
- package/src/models/GetDataQualityAlertRuleResponseBody.ts +253 -0
- package/src/models/GetDataQualityScanRequest.ts +34 -0
- package/src/models/GetDataQualityScanResponse.ts +40 -0
- package/src/models/GetDataQualityScanResponseBody.ts +537 -0
- package/src/models/GetDataQualityScanRunLogRequest.ts +44 -0
- package/src/models/GetDataQualityScanRunLogResponse.ts +40 -0
- package/src/models/GetDataQualityScanRunLogResponseBody.ts +85 -0
- package/src/models/GetDataQualityScanRunRequest.ts +34 -0
- package/src/models/GetDataQualityScanRunResponse.ts +40 -0
- package/src/models/GetDataQualityScanRunResponseBody.ts +804 -0
- package/src/models/GetDataQualityTemplateRequest.ts +34 -0
- package/src/models/GetDataQualityTemplateResponse.ts +40 -0
- package/src/models/GetDataQualityTemplateResponseBody.ts +150 -0
- package/src/models/GetResourceGroupResponseBody.ts +4 -4
- package/src/models/GetWorkflowInstanceResponseBody.ts +32 -0
- package/src/models/ListComponentsRequest.ts +52 -0
- package/src/models/ListComponentsResponse.ts +40 -0
- package/src/models/ListComponentsResponseBody.ts +398 -0
- package/src/models/ListDataQualityAlertRulesRequest.ts +83 -0
- package/src/models/ListDataQualityAlertRulesResponse.ts +40 -0
- package/src/models/ListDataQualityAlertRulesResponseBody.ts +313 -0
- package/src/models/ListDataQualityScanRunsRequest.ts +115 -0
- package/src/models/ListDataQualityScanRunsResponse.ts +40 -0
- package/src/models/ListDataQualityScanRunsResponseBody.ts +220 -0
- package/src/models/ListDataQualityScansRequest.ts +94 -0
- package/src/models/ListDataQualityScansResponse.ts +40 -0
- package/src/models/ListDataQualityScansResponseBody.ts +548 -0
- package/src/models/ListDataQualityTemplatesRequest.ts +74 -0
- package/src/models/ListDataQualityTemplatesResponse.ts +40 -0
- package/src/models/ListDataQualityTemplatesResponseBody.ts +210 -0
- package/src/models/ListLineageRelationshipsRequest.ts +21 -0
- package/src/models/ListLineageRelationshipsResponseBody.ts +23 -0
- package/src/models/ListNodeDependenciesRequest.ts +1 -1
- package/src/models/ListNodeDependenciesResponseBody.ts +25 -25
- package/src/models/ListNodesRequest.ts +9 -2
- package/src/models/ListNodesResponseBody.ts +34 -27
- package/src/models/ListWorkflowInstancesResponseBody.ts +32 -0
- package/src/models/ListWorkflowsResponseBody.ts +32 -0
- package/src/models/UpdateComponentRequest.ts +71 -0
- package/src/models/UpdateComponentResponse.ts +40 -0
- package/src/models/UpdateComponentResponseBody.ts +44 -0
- package/src/models/UpdateDataQualityAlertRuleRequest.ts +217 -0
- package/src/models/UpdateDataQualityAlertRuleResponse.ts +40 -0
- package/src/models/UpdateDataQualityAlertRuleResponseBody.ts +44 -0
- package/src/models/UpdateDataQualityAlertRuleShrinkRequest.ts +68 -0
- package/src/models/UpdateDataQualityScanRequest.ts +449 -0
- package/src/models/UpdateDataQualityScanResponse.ts +40 -0
- package/src/models/UpdateDataQualityScanResponseBody.ts +44 -0
- package/src/models/UpdateDataQualityScanShrinkRequest.ts +144 -0
- package/src/models/UpdateDataQualityTemplateRequest.ts +70 -0
- package/src/models/UpdateDataQualityTemplateResponse.ts +40 -0
- package/src/models/UpdateDataQualityTemplateResponseBody.ts +44 -0
- package/src/models/UpdateTaskRequest.ts +41 -36
- package/src/models/UpdateTaskShrinkRequest.ts +11 -11
- package/src/models/model.ts +149 -0
package/dist/client.js
CHANGED
|
@@ -519,6 +519,51 @@ class Client extends openapi_core_1.default {
|
|
|
519
519
|
let runtime = new $dara.RuntimeOptions({});
|
|
520
520
|
return await this.createBusinessWithOptions(request, runtime);
|
|
521
521
|
}
|
|
522
|
+
/**
|
|
523
|
+
* 创建组件
|
|
524
|
+
*
|
|
525
|
+
* @param request - CreateComponentRequest
|
|
526
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
527
|
+
* @returns CreateComponentResponse
|
|
528
|
+
*/
|
|
529
|
+
async createComponentWithOptions(request, runtime) {
|
|
530
|
+
request.validate();
|
|
531
|
+
let body = {};
|
|
532
|
+
if (!$dara.isNull(request.clientToken)) {
|
|
533
|
+
body["ClientToken"] = request.clientToken;
|
|
534
|
+
}
|
|
535
|
+
if (!$dara.isNull(request.projectId)) {
|
|
536
|
+
body["ProjectId"] = request.projectId;
|
|
537
|
+
}
|
|
538
|
+
if (!$dara.isNull(request.spec)) {
|
|
539
|
+
body["Spec"] = request.spec;
|
|
540
|
+
}
|
|
541
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
542
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
543
|
+
});
|
|
544
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
545
|
+
action: "CreateComponent",
|
|
546
|
+
version: "2024-05-18",
|
|
547
|
+
protocol: "HTTPS",
|
|
548
|
+
pathname: "/",
|
|
549
|
+
method: "POST",
|
|
550
|
+
authType: "AK",
|
|
551
|
+
style: "RPC",
|
|
552
|
+
reqBodyType: "formData",
|
|
553
|
+
bodyType: "json",
|
|
554
|
+
});
|
|
555
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateComponentResponse({}));
|
|
556
|
+
}
|
|
557
|
+
/**
|
|
558
|
+
* 创建组件
|
|
559
|
+
*
|
|
560
|
+
* @param request - CreateComponentRequest
|
|
561
|
+
* @returns CreateComponentResponse
|
|
562
|
+
*/
|
|
563
|
+
async createComponent(request) {
|
|
564
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
565
|
+
return await this.createComponentWithOptions(request, runtime);
|
|
566
|
+
}
|
|
522
567
|
/**
|
|
523
568
|
* Creates an alert rule for a synchronization task.
|
|
524
569
|
*
|
|
@@ -736,6 +781,68 @@ class Client extends openapi_core_1.default {
|
|
|
736
781
|
let runtime = new $dara.RuntimeOptions({});
|
|
737
782
|
return await this.createDataAssetTagWithOptions(request, runtime);
|
|
738
783
|
}
|
|
784
|
+
/**
|
|
785
|
+
* Creates a data quality monitoring alert rule in a project.
|
|
786
|
+
*
|
|
787
|
+
* @remarks
|
|
788
|
+
* This API operation is available for all DataWorks editions.
|
|
789
|
+
*
|
|
790
|
+
* @param tmpReq - CreateDataQualityAlertRuleRequest
|
|
791
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
792
|
+
* @returns CreateDataQualityAlertRuleResponse
|
|
793
|
+
*/
|
|
794
|
+
async createDataQualityAlertRuleWithOptions(tmpReq, runtime) {
|
|
795
|
+
tmpReq.validate();
|
|
796
|
+
let request = new $_model.CreateDataQualityAlertRuleShrinkRequest({});
|
|
797
|
+
openapi_core_2.OpenApiUtil.convert(tmpReq, request);
|
|
798
|
+
if (!$dara.isNull(tmpReq.notification)) {
|
|
799
|
+
request.notificationShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.notification, "Notification", "json");
|
|
800
|
+
}
|
|
801
|
+
if (!$dara.isNull(tmpReq.target)) {
|
|
802
|
+
request.targetShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.target, "Target", "json");
|
|
803
|
+
}
|
|
804
|
+
let body = {};
|
|
805
|
+
if (!$dara.isNull(request.condition)) {
|
|
806
|
+
body["Condition"] = request.condition;
|
|
807
|
+
}
|
|
808
|
+
if (!$dara.isNull(request.notificationShrink)) {
|
|
809
|
+
body["Notification"] = request.notificationShrink;
|
|
810
|
+
}
|
|
811
|
+
if (!$dara.isNull(request.projectId)) {
|
|
812
|
+
body["ProjectId"] = request.projectId;
|
|
813
|
+
}
|
|
814
|
+
if (!$dara.isNull(request.targetShrink)) {
|
|
815
|
+
body["Target"] = request.targetShrink;
|
|
816
|
+
}
|
|
817
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
818
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
819
|
+
});
|
|
820
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
821
|
+
action: "CreateDataQualityAlertRule",
|
|
822
|
+
version: "2024-05-18",
|
|
823
|
+
protocol: "HTTPS",
|
|
824
|
+
pathname: "/",
|
|
825
|
+
method: "POST",
|
|
826
|
+
authType: "AK",
|
|
827
|
+
style: "RPC",
|
|
828
|
+
reqBodyType: "formData",
|
|
829
|
+
bodyType: "json",
|
|
830
|
+
});
|
|
831
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDataQualityAlertRuleResponse({}));
|
|
832
|
+
}
|
|
833
|
+
/**
|
|
834
|
+
* Creates a data quality monitoring alert rule in a project.
|
|
835
|
+
*
|
|
836
|
+
* @remarks
|
|
837
|
+
* This API operation is available for all DataWorks editions.
|
|
838
|
+
*
|
|
839
|
+
* @param request - CreateDataQualityAlertRuleRequest
|
|
840
|
+
* @returns CreateDataQualityAlertRuleResponse
|
|
841
|
+
*/
|
|
842
|
+
async createDataQualityAlertRule(request) {
|
|
843
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
844
|
+
return await this.createDataQualityAlertRuleWithOptions(request, runtime);
|
|
845
|
+
}
|
|
739
846
|
/**
|
|
740
847
|
* Creates a monitor in DataWorks Data Quality.
|
|
741
848
|
*
|
|
@@ -1020,6 +1127,211 @@ class Client extends openapi_core_1.default {
|
|
|
1020
1127
|
let runtime = new $dara.RuntimeOptions({});
|
|
1021
1128
|
return await this.createDataQualityRuleTemplateWithOptions(request, runtime);
|
|
1022
1129
|
}
|
|
1130
|
+
/**
|
|
1131
|
+
* Creates a data quality monitor.
|
|
1132
|
+
*
|
|
1133
|
+
* @remarks
|
|
1134
|
+
* This API operation is available for all DataWorks editions.
|
|
1135
|
+
*
|
|
1136
|
+
* @param tmpReq - CreateDataQualityScanRequest
|
|
1137
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1138
|
+
* @returns CreateDataQualityScanResponse
|
|
1139
|
+
*/
|
|
1140
|
+
async createDataQualityScanWithOptions(tmpReq, runtime) {
|
|
1141
|
+
tmpReq.validate();
|
|
1142
|
+
let request = new $_model.CreateDataQualityScanShrinkRequest({});
|
|
1143
|
+
openapi_core_2.OpenApiUtil.convert(tmpReq, request);
|
|
1144
|
+
if (!$dara.isNull(tmpReq.computeResource)) {
|
|
1145
|
+
request.computeResourceShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.computeResource, "ComputeResource", "json");
|
|
1146
|
+
}
|
|
1147
|
+
if (!$dara.isNull(tmpReq.hooks)) {
|
|
1148
|
+
request.hooksShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.hooks, "Hooks", "json");
|
|
1149
|
+
}
|
|
1150
|
+
if (!$dara.isNull(tmpReq.parameters)) {
|
|
1151
|
+
request.parametersShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.parameters, "Parameters", "json");
|
|
1152
|
+
}
|
|
1153
|
+
if (!$dara.isNull(tmpReq.runtimeResource)) {
|
|
1154
|
+
request.runtimeResourceShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.runtimeResource, "RuntimeResource", "json");
|
|
1155
|
+
}
|
|
1156
|
+
if (!$dara.isNull(tmpReq.trigger)) {
|
|
1157
|
+
request.triggerShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.trigger, "Trigger", "json");
|
|
1158
|
+
}
|
|
1159
|
+
let body = {};
|
|
1160
|
+
if (!$dara.isNull(request.clientToken)) {
|
|
1161
|
+
body["ClientToken"] = request.clientToken;
|
|
1162
|
+
}
|
|
1163
|
+
if (!$dara.isNull(request.computeResourceShrink)) {
|
|
1164
|
+
body["ComputeResource"] = request.computeResourceShrink;
|
|
1165
|
+
}
|
|
1166
|
+
if (!$dara.isNull(request.description)) {
|
|
1167
|
+
body["Description"] = request.description;
|
|
1168
|
+
}
|
|
1169
|
+
if (!$dara.isNull(request.hooksShrink)) {
|
|
1170
|
+
body["Hooks"] = request.hooksShrink;
|
|
1171
|
+
}
|
|
1172
|
+
if (!$dara.isNull(request.name)) {
|
|
1173
|
+
body["Name"] = request.name;
|
|
1174
|
+
}
|
|
1175
|
+
if (!$dara.isNull(request.owner)) {
|
|
1176
|
+
body["Owner"] = request.owner;
|
|
1177
|
+
}
|
|
1178
|
+
if (!$dara.isNull(request.parametersShrink)) {
|
|
1179
|
+
body["Parameters"] = request.parametersShrink;
|
|
1180
|
+
}
|
|
1181
|
+
if (!$dara.isNull(request.projectId)) {
|
|
1182
|
+
body["ProjectId"] = request.projectId;
|
|
1183
|
+
}
|
|
1184
|
+
if (!$dara.isNull(request.runtimeResourceShrink)) {
|
|
1185
|
+
body["RuntimeResource"] = request.runtimeResourceShrink;
|
|
1186
|
+
}
|
|
1187
|
+
if (!$dara.isNull(request.spec)) {
|
|
1188
|
+
body["Spec"] = request.spec;
|
|
1189
|
+
}
|
|
1190
|
+
if (!$dara.isNull(request.triggerShrink)) {
|
|
1191
|
+
body["Trigger"] = request.triggerShrink;
|
|
1192
|
+
}
|
|
1193
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1194
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
1195
|
+
});
|
|
1196
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1197
|
+
action: "CreateDataQualityScan",
|
|
1198
|
+
version: "2024-05-18",
|
|
1199
|
+
protocol: "HTTPS",
|
|
1200
|
+
pathname: "/",
|
|
1201
|
+
method: "POST",
|
|
1202
|
+
authType: "AK",
|
|
1203
|
+
style: "RPC",
|
|
1204
|
+
reqBodyType: "formData",
|
|
1205
|
+
bodyType: "json",
|
|
1206
|
+
});
|
|
1207
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDataQualityScanResponse({}));
|
|
1208
|
+
}
|
|
1209
|
+
/**
|
|
1210
|
+
* Creates a data quality monitor.
|
|
1211
|
+
*
|
|
1212
|
+
* @remarks
|
|
1213
|
+
* This API operation is available for all DataWorks editions.
|
|
1214
|
+
*
|
|
1215
|
+
* @param request - CreateDataQualityScanRequest
|
|
1216
|
+
* @returns CreateDataQualityScanResponse
|
|
1217
|
+
*/
|
|
1218
|
+
async createDataQualityScan(request) {
|
|
1219
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1220
|
+
return await this.createDataQualityScanWithOptions(request, runtime);
|
|
1221
|
+
}
|
|
1222
|
+
/**
|
|
1223
|
+
* Triggers a data quality monitoring task and returns the run instance ID.
|
|
1224
|
+
*
|
|
1225
|
+
* @remarks
|
|
1226
|
+
* This API operation is available for all DataWorks editions.
|
|
1227
|
+
*
|
|
1228
|
+
* @param tmpReq - CreateDataQualityScanRunRequest
|
|
1229
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1230
|
+
* @returns CreateDataQualityScanRunResponse
|
|
1231
|
+
*/
|
|
1232
|
+
async createDataQualityScanRunWithOptions(tmpReq, runtime) {
|
|
1233
|
+
tmpReq.validate();
|
|
1234
|
+
let request = new $_model.CreateDataQualityScanRunShrinkRequest({});
|
|
1235
|
+
openapi_core_2.OpenApiUtil.convert(tmpReq, request);
|
|
1236
|
+
if (!$dara.isNull(tmpReq.parameters)) {
|
|
1237
|
+
request.parametersShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.parameters, "Parameters", "json");
|
|
1238
|
+
}
|
|
1239
|
+
if (!$dara.isNull(tmpReq.runtimeResource)) {
|
|
1240
|
+
request.runtimeResourceShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.runtimeResource, "RuntimeResource", "json");
|
|
1241
|
+
}
|
|
1242
|
+
let body = {};
|
|
1243
|
+
if (!$dara.isNull(request.dataQualityScanId)) {
|
|
1244
|
+
body["DataQualityScanId"] = request.dataQualityScanId;
|
|
1245
|
+
}
|
|
1246
|
+
if (!$dara.isNull(request.parametersShrink)) {
|
|
1247
|
+
body["Parameters"] = request.parametersShrink;
|
|
1248
|
+
}
|
|
1249
|
+
if (!$dara.isNull(request.projectId)) {
|
|
1250
|
+
body["ProjectId"] = request.projectId;
|
|
1251
|
+
}
|
|
1252
|
+
if (!$dara.isNull(request.runtimeResourceShrink)) {
|
|
1253
|
+
body["RuntimeResource"] = request.runtimeResourceShrink;
|
|
1254
|
+
}
|
|
1255
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1256
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
1257
|
+
});
|
|
1258
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1259
|
+
action: "CreateDataQualityScanRun",
|
|
1260
|
+
version: "2024-05-18",
|
|
1261
|
+
protocol: "HTTPS",
|
|
1262
|
+
pathname: "/",
|
|
1263
|
+
method: "POST",
|
|
1264
|
+
authType: "AK",
|
|
1265
|
+
style: "RPC",
|
|
1266
|
+
reqBodyType: "formData",
|
|
1267
|
+
bodyType: "json",
|
|
1268
|
+
});
|
|
1269
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDataQualityScanRunResponse({}));
|
|
1270
|
+
}
|
|
1271
|
+
/**
|
|
1272
|
+
* Triggers a data quality monitoring task and returns the run instance ID.
|
|
1273
|
+
*
|
|
1274
|
+
* @remarks
|
|
1275
|
+
* This API operation is available for all DataWorks editions.
|
|
1276
|
+
*
|
|
1277
|
+
* @param request - CreateDataQualityScanRunRequest
|
|
1278
|
+
* @returns CreateDataQualityScanRunResponse
|
|
1279
|
+
*/
|
|
1280
|
+
async createDataQualityScanRun(request) {
|
|
1281
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1282
|
+
return await this.createDataQualityScanRunWithOptions(request, runtime);
|
|
1283
|
+
}
|
|
1284
|
+
/**
|
|
1285
|
+
* Creates a data quality template.
|
|
1286
|
+
*
|
|
1287
|
+
* @remarks
|
|
1288
|
+
* This API operation is available for all DataWorks editions.
|
|
1289
|
+
*
|
|
1290
|
+
* @param request - CreateDataQualityTemplateRequest
|
|
1291
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1292
|
+
* @returns CreateDataQualityTemplateResponse
|
|
1293
|
+
*/
|
|
1294
|
+
async createDataQualityTemplateWithOptions(request, runtime) {
|
|
1295
|
+
request.validate();
|
|
1296
|
+
let body = {};
|
|
1297
|
+
if (!$dara.isNull(request.owner)) {
|
|
1298
|
+
body["Owner"] = request.owner;
|
|
1299
|
+
}
|
|
1300
|
+
if (!$dara.isNull(request.projectId)) {
|
|
1301
|
+
body["ProjectId"] = request.projectId;
|
|
1302
|
+
}
|
|
1303
|
+
if (!$dara.isNull(request.spec)) {
|
|
1304
|
+
body["Spec"] = request.spec;
|
|
1305
|
+
}
|
|
1306
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1307
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
1308
|
+
});
|
|
1309
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1310
|
+
action: "CreateDataQualityTemplate",
|
|
1311
|
+
version: "2024-05-18",
|
|
1312
|
+
protocol: "HTTPS",
|
|
1313
|
+
pathname: "/",
|
|
1314
|
+
method: "POST",
|
|
1315
|
+
authType: "AK",
|
|
1316
|
+
style: "RPC",
|
|
1317
|
+
reqBodyType: "formData",
|
|
1318
|
+
bodyType: "json",
|
|
1319
|
+
});
|
|
1320
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDataQualityTemplateResponse({}));
|
|
1321
|
+
}
|
|
1322
|
+
/**
|
|
1323
|
+
* Creates a data quality template.
|
|
1324
|
+
*
|
|
1325
|
+
* @remarks
|
|
1326
|
+
* This API operation is available for all DataWorks editions.
|
|
1327
|
+
*
|
|
1328
|
+
* @param request - CreateDataQualityTemplateRequest
|
|
1329
|
+
* @returns CreateDataQualityTemplateResponse
|
|
1330
|
+
*/
|
|
1331
|
+
async createDataQualityTemplate(request) {
|
|
1332
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1333
|
+
return await this.createDataQualityTemplateWithOptions(request, runtime);
|
|
1334
|
+
}
|
|
1023
1335
|
/**
|
|
1024
1336
|
* Adds a data source to the development environment or production environment of a workspace.
|
|
1025
1337
|
*
|
|
@@ -2514,30 +2826,78 @@ class Client extends openapi_core_1.default {
|
|
|
2514
2826
|
return await this.deleteCertificateWithOptions(request, runtime);
|
|
2515
2827
|
}
|
|
2516
2828
|
/**
|
|
2517
|
-
* Deletes
|
|
2829
|
+
* Deletes a component.
|
|
2518
2830
|
*
|
|
2519
|
-
* @
|
|
2831
|
+
* @remarks
|
|
2832
|
+
* > A UDF that is deployed cannot be deleted. If you want to delete such a UDF, you must first undeploy the UDF.
|
|
2833
|
+
*
|
|
2834
|
+
* @param request - DeleteComponentRequest
|
|
2520
2835
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2521
|
-
* @returns
|
|
2836
|
+
* @returns DeleteComponentResponse
|
|
2522
2837
|
*/
|
|
2523
|
-
async
|
|
2838
|
+
async deleteComponentWithOptions(request, runtime) {
|
|
2524
2839
|
request.validate();
|
|
2525
|
-
let
|
|
2840
|
+
let body = {};
|
|
2841
|
+
if (!$dara.isNull(request.componentId)) {
|
|
2842
|
+
body["ComponentId"] = request.componentId;
|
|
2843
|
+
}
|
|
2844
|
+
if (!$dara.isNull(request.projectId)) {
|
|
2845
|
+
body["ProjectId"] = request.projectId;
|
|
2846
|
+
}
|
|
2526
2847
|
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
2527
|
-
|
|
2848
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
2528
2849
|
});
|
|
2529
2850
|
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
2530
|
-
action: "
|
|
2851
|
+
action: "DeleteComponent",
|
|
2531
2852
|
version: "2024-05-18",
|
|
2532
2853
|
protocol: "HTTPS",
|
|
2533
2854
|
pathname: "/",
|
|
2534
|
-
method: "
|
|
2855
|
+
method: "POST",
|
|
2535
2856
|
authType: "AK",
|
|
2536
2857
|
style: "RPC",
|
|
2537
2858
|
reqBodyType: "formData",
|
|
2538
2859
|
bodyType: "json",
|
|
2539
2860
|
});
|
|
2540
|
-
return $dara.cast(await this.callApi(params, req, runtime), new $_model.
|
|
2861
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteComponentResponse({}));
|
|
2862
|
+
}
|
|
2863
|
+
/**
|
|
2864
|
+
* Deletes a component.
|
|
2865
|
+
*
|
|
2866
|
+
* @remarks
|
|
2867
|
+
* > A UDF that is deployed cannot be deleted. If you want to delete such a UDF, you must first undeploy the UDF.
|
|
2868
|
+
*
|
|
2869
|
+
* @param request - DeleteComponentRequest
|
|
2870
|
+
* @returns DeleteComponentResponse
|
|
2871
|
+
*/
|
|
2872
|
+
async deleteComponent(request) {
|
|
2873
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
2874
|
+
return await this.deleteComponentWithOptions(request, runtime);
|
|
2875
|
+
}
|
|
2876
|
+
/**
|
|
2877
|
+
* Deletes an alert rule configured for a synchronization task.
|
|
2878
|
+
*
|
|
2879
|
+
* @param request - DeleteDIAlarmRuleRequest
|
|
2880
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2881
|
+
* @returns DeleteDIAlarmRuleResponse
|
|
2882
|
+
*/
|
|
2883
|
+
async deleteDIAlarmRuleWithOptions(request, runtime) {
|
|
2884
|
+
request.validate();
|
|
2885
|
+
let query = openapi_core_2.OpenApiUtil.query(request.toMap());
|
|
2886
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
2887
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
2888
|
+
});
|
|
2889
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
2890
|
+
action: "DeleteDIAlarmRule",
|
|
2891
|
+
version: "2024-05-18",
|
|
2892
|
+
protocol: "HTTPS",
|
|
2893
|
+
pathname: "/",
|
|
2894
|
+
method: "GET",
|
|
2895
|
+
authType: "AK",
|
|
2896
|
+
style: "RPC",
|
|
2897
|
+
reqBodyType: "formData",
|
|
2898
|
+
bodyType: "json",
|
|
2899
|
+
});
|
|
2900
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDIAlarmRuleResponse({}));
|
|
2541
2901
|
}
|
|
2542
2902
|
/**
|
|
2543
2903
|
* Deletes an alert rule configured for a synchronization task.
|
|
@@ -2644,6 +3004,51 @@ class Client extends openapi_core_1.default {
|
|
|
2644
3004
|
let runtime = new $dara.RuntimeOptions({});
|
|
2645
3005
|
return await this.deleteDataAssetTagWithOptions(request, runtime);
|
|
2646
3006
|
}
|
|
3007
|
+
/**
|
|
3008
|
+
* Deletes a data quality alert rule by ID.
|
|
3009
|
+
*
|
|
3010
|
+
* @remarks
|
|
3011
|
+
* Subscribe to DataWorks Basic Edition or a higher version to use this API.
|
|
3012
|
+
*
|
|
3013
|
+
* @param request - DeleteDataQualityAlertRuleRequest
|
|
3014
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
3015
|
+
* @returns DeleteDataQualityAlertRuleResponse
|
|
3016
|
+
*/
|
|
3017
|
+
async deleteDataQualityAlertRuleWithOptions(request, runtime) {
|
|
3018
|
+
request.validate();
|
|
3019
|
+
let body = {};
|
|
3020
|
+
if (!$dara.isNull(request.id)) {
|
|
3021
|
+
body["Id"] = request.id;
|
|
3022
|
+
}
|
|
3023
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
3024
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
3025
|
+
});
|
|
3026
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
3027
|
+
action: "DeleteDataQualityAlertRule",
|
|
3028
|
+
version: "2024-05-18",
|
|
3029
|
+
protocol: "HTTPS",
|
|
3030
|
+
pathname: "/",
|
|
3031
|
+
method: "POST",
|
|
3032
|
+
authType: "AK",
|
|
3033
|
+
style: "RPC",
|
|
3034
|
+
reqBodyType: "formData",
|
|
3035
|
+
bodyType: "json",
|
|
3036
|
+
});
|
|
3037
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDataQualityAlertRuleResponse({}));
|
|
3038
|
+
}
|
|
3039
|
+
/**
|
|
3040
|
+
* Deletes a data quality alert rule by ID.
|
|
3041
|
+
*
|
|
3042
|
+
* @remarks
|
|
3043
|
+
* Subscribe to DataWorks Basic Edition or a higher version to use this API.
|
|
3044
|
+
*
|
|
3045
|
+
* @param request - DeleteDataQualityAlertRuleRequest
|
|
3046
|
+
* @returns DeleteDataQualityAlertRuleResponse
|
|
3047
|
+
*/
|
|
3048
|
+
async deleteDataQualityAlertRule(request) {
|
|
3049
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
3050
|
+
return await this.deleteDataQualityAlertRuleWithOptions(request, runtime);
|
|
3051
|
+
}
|
|
2647
3052
|
/**
|
|
2648
3053
|
* Deletes a data quality monitoring task.
|
|
2649
3054
|
*
|
|
@@ -2770,6 +3175,105 @@ class Client extends openapi_core_1.default {
|
|
|
2770
3175
|
let runtime = new $dara.RuntimeOptions({});
|
|
2771
3176
|
return await this.deleteDataQualityRuleTemplateWithOptions(request, runtime);
|
|
2772
3177
|
}
|
|
3178
|
+
/**
|
|
3179
|
+
* Deletes a data quality monitor.
|
|
3180
|
+
*
|
|
3181
|
+
* @remarks
|
|
3182
|
+
* This API operation is available for all DataWorks editions.
|
|
3183
|
+
*
|
|
3184
|
+
* @param request - DeleteDataQualityScanRequest
|
|
3185
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
3186
|
+
* @returns DeleteDataQualityScanResponse
|
|
3187
|
+
*/
|
|
3188
|
+
async deleteDataQualityScanWithOptions(request, runtime) {
|
|
3189
|
+
request.validate();
|
|
3190
|
+
let body = {};
|
|
3191
|
+
if (!$dara.isNull(request.description)) {
|
|
3192
|
+
body["Description"] = request.description;
|
|
3193
|
+
}
|
|
3194
|
+
if (!$dara.isNull(request.id)) {
|
|
3195
|
+
body["Id"] = request.id;
|
|
3196
|
+
}
|
|
3197
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
3198
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
3199
|
+
});
|
|
3200
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
3201
|
+
action: "DeleteDataQualityScan",
|
|
3202
|
+
version: "2024-05-18",
|
|
3203
|
+
protocol: "HTTPS",
|
|
3204
|
+
pathname: "/",
|
|
3205
|
+
method: "POST",
|
|
3206
|
+
authType: "AK",
|
|
3207
|
+
style: "RPC",
|
|
3208
|
+
reqBodyType: "formData",
|
|
3209
|
+
bodyType: "json",
|
|
3210
|
+
});
|
|
3211
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDataQualityScanResponse({}));
|
|
3212
|
+
}
|
|
3213
|
+
/**
|
|
3214
|
+
* Deletes a data quality monitor.
|
|
3215
|
+
*
|
|
3216
|
+
* @remarks
|
|
3217
|
+
* This API operation is available for all DataWorks editions.
|
|
3218
|
+
*
|
|
3219
|
+
* @param request - DeleteDataQualityScanRequest
|
|
3220
|
+
* @returns DeleteDataQualityScanResponse
|
|
3221
|
+
*/
|
|
3222
|
+
async deleteDataQualityScan(request) {
|
|
3223
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
3224
|
+
return await this.deleteDataQualityScanWithOptions(request, runtime);
|
|
3225
|
+
}
|
|
3226
|
+
/**
|
|
3227
|
+
* Deletes a data quality rule template by ID.
|
|
3228
|
+
*
|
|
3229
|
+
* @remarks
|
|
3230
|
+
* ## [](#)Request description
|
|
3231
|
+
* * **Id**: the unique identifier of the user-defined rule template, in the format `USER_DEFINED:<template_id>`.
|
|
3232
|
+
* * **ProjectId**: The ID of the DataWorks project to which the rule template belongs.
|
|
3233
|
+
* This API is used to remove data quality rule templates that are no longer needed from the system. Make sure the provided `Id` and `ProjectId` are correct when calling this API operation; otherwise, the deletion may fail or lead to unexpected data loss. Use this function with caution and verify the exact information of the template before performing the operation.
|
|
3234
|
+
*
|
|
3235
|
+
* @param request - DeleteDataQualityTemplateRequest
|
|
3236
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
3237
|
+
* @returns DeleteDataQualityTemplateResponse
|
|
3238
|
+
*/
|
|
3239
|
+
async deleteDataQualityTemplateWithOptions(request, runtime) {
|
|
3240
|
+
request.validate();
|
|
3241
|
+
let body = {};
|
|
3242
|
+
if (!$dara.isNull(request.id)) {
|
|
3243
|
+
body["Id"] = request.id;
|
|
3244
|
+
}
|
|
3245
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
3246
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
3247
|
+
});
|
|
3248
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
3249
|
+
action: "DeleteDataQualityTemplate",
|
|
3250
|
+
version: "2024-05-18",
|
|
3251
|
+
protocol: "HTTPS",
|
|
3252
|
+
pathname: "/",
|
|
3253
|
+
method: "POST",
|
|
3254
|
+
authType: "AK",
|
|
3255
|
+
style: "RPC",
|
|
3256
|
+
reqBodyType: "formData",
|
|
3257
|
+
bodyType: "json",
|
|
3258
|
+
});
|
|
3259
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDataQualityTemplateResponse({}));
|
|
3260
|
+
}
|
|
3261
|
+
/**
|
|
3262
|
+
* Deletes a data quality rule template by ID.
|
|
3263
|
+
*
|
|
3264
|
+
* @remarks
|
|
3265
|
+
* ## [](#)Request description
|
|
3266
|
+
* * **Id**: the unique identifier of the user-defined rule template, in the format `USER_DEFINED:<template_id>`.
|
|
3267
|
+
* * **ProjectId**: The ID of the DataWorks project to which the rule template belongs.
|
|
3268
|
+
* This API is used to remove data quality rule templates that are no longer needed from the system. Make sure the provided `Id` and `ProjectId` are correct when calling this API operation; otherwise, the deletion may fail or lead to unexpected data loss. Use this function with caution and verify the exact information of the template before performing the operation.
|
|
3269
|
+
*
|
|
3270
|
+
* @param request - DeleteDataQualityTemplateRequest
|
|
3271
|
+
* @returns DeleteDataQualityTemplateResponse
|
|
3272
|
+
*/
|
|
3273
|
+
async deleteDataQualityTemplate(request) {
|
|
3274
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
3275
|
+
return await this.deleteDataQualityTemplateWithOptions(request, runtime);
|
|
3276
|
+
}
|
|
2773
3277
|
/**
|
|
2774
3278
|
* Removes a data source by ID.
|
|
2775
3279
|
*
|
|
@@ -4057,6 +4561,48 @@ class Client extends openapi_core_1.default {
|
|
|
4057
4561
|
let runtime = new $dara.RuntimeOptions({});
|
|
4058
4562
|
return await this.getColumnWithOptions(request, runtime);
|
|
4059
4563
|
}
|
|
4564
|
+
/**
|
|
4565
|
+
* 获取组件信息
|
|
4566
|
+
*
|
|
4567
|
+
* @param request - GetComponentRequest
|
|
4568
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4569
|
+
* @returns GetComponentResponse
|
|
4570
|
+
*/
|
|
4571
|
+
async getComponentWithOptions(request, runtime) {
|
|
4572
|
+
request.validate();
|
|
4573
|
+
let query = {};
|
|
4574
|
+
if (!$dara.isNull(request.componentId)) {
|
|
4575
|
+
query["ComponentId"] = request.componentId;
|
|
4576
|
+
}
|
|
4577
|
+
if (!$dara.isNull(request.projectId)) {
|
|
4578
|
+
query["ProjectId"] = request.projectId;
|
|
4579
|
+
}
|
|
4580
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
4581
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
4582
|
+
});
|
|
4583
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
4584
|
+
action: "GetComponent",
|
|
4585
|
+
version: "2024-05-18",
|
|
4586
|
+
protocol: "HTTPS",
|
|
4587
|
+
pathname: "/",
|
|
4588
|
+
method: "POST",
|
|
4589
|
+
authType: "AK",
|
|
4590
|
+
style: "RPC",
|
|
4591
|
+
reqBodyType: "formData",
|
|
4592
|
+
bodyType: "json",
|
|
4593
|
+
});
|
|
4594
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetComponentResponse({}));
|
|
4595
|
+
}
|
|
4596
|
+
/**
|
|
4597
|
+
* 获取组件信息
|
|
4598
|
+
*
|
|
4599
|
+
* @param request - GetComponentRequest
|
|
4600
|
+
* @returns GetComponentResponse
|
|
4601
|
+
*/
|
|
4602
|
+
async getComponent(request) {
|
|
4603
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
4604
|
+
return await this.getComponentWithOptions(request, runtime);
|
|
4605
|
+
}
|
|
4060
4606
|
/**
|
|
4061
4607
|
* Queries the result of asynchronously creating a workflow instance.
|
|
4062
4608
|
*
|
|
@@ -4183,6 +4729,51 @@ class Client extends openapi_core_1.default {
|
|
|
4183
4729
|
let runtime = new $dara.RuntimeOptions({});
|
|
4184
4730
|
return await this.getDIJobLogWithOptions(request, runtime);
|
|
4185
4731
|
}
|
|
4732
|
+
/**
|
|
4733
|
+
* Queries the details of a data quality monitoring and alerting rule by alert rule ID.
|
|
4734
|
+
*
|
|
4735
|
+
* @remarks
|
|
4736
|
+
* This API operation is available for all DataWorks editions.
|
|
4737
|
+
*
|
|
4738
|
+
* @param request - GetDataQualityAlertRuleRequest
|
|
4739
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4740
|
+
* @returns GetDataQualityAlertRuleResponse
|
|
4741
|
+
*/
|
|
4742
|
+
async getDataQualityAlertRuleWithOptions(request, runtime) {
|
|
4743
|
+
request.validate();
|
|
4744
|
+
let query = {};
|
|
4745
|
+
if (!$dara.isNull(request.id)) {
|
|
4746
|
+
query["Id"] = request.id;
|
|
4747
|
+
}
|
|
4748
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
4749
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
4750
|
+
});
|
|
4751
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
4752
|
+
action: "GetDataQualityAlertRule",
|
|
4753
|
+
version: "2024-05-18",
|
|
4754
|
+
protocol: "HTTPS",
|
|
4755
|
+
pathname: "/",
|
|
4756
|
+
method: "POST",
|
|
4757
|
+
authType: "AK",
|
|
4758
|
+
style: "RPC",
|
|
4759
|
+
reqBodyType: "formData",
|
|
4760
|
+
bodyType: "json",
|
|
4761
|
+
});
|
|
4762
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDataQualityAlertRuleResponse({}));
|
|
4763
|
+
}
|
|
4764
|
+
/**
|
|
4765
|
+
* Queries the details of a data quality monitoring and alerting rule by alert rule ID.
|
|
4766
|
+
*
|
|
4767
|
+
* @remarks
|
|
4768
|
+
* This API operation is available for all DataWorks editions.
|
|
4769
|
+
*
|
|
4770
|
+
* @param request - GetDataQualityAlertRuleRequest
|
|
4771
|
+
* @returns GetDataQualityAlertRuleResponse
|
|
4772
|
+
*/
|
|
4773
|
+
async getDataQualityAlertRule(request) {
|
|
4774
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
4775
|
+
return await this.getDataQualityAlertRuleWithOptions(request, runtime);
|
|
4776
|
+
}
|
|
4186
4777
|
/**
|
|
4187
4778
|
* Queries the details of a monitor.
|
|
4188
4779
|
*
|
|
@@ -4237,107 +4828,290 @@ class Client extends openapi_core_1.default {
|
|
|
4237
4828
|
version: "2024-05-18",
|
|
4238
4829
|
protocol: "HTTPS",
|
|
4239
4830
|
pathname: "/",
|
|
4240
|
-
method: "GET",
|
|
4831
|
+
method: "GET",
|
|
4832
|
+
authType: "AK",
|
|
4833
|
+
style: "RPC",
|
|
4834
|
+
reqBodyType: "formData",
|
|
4835
|
+
bodyType: "json",
|
|
4836
|
+
});
|
|
4837
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDataQualityEvaluationTaskInstanceResponse({}));
|
|
4838
|
+
}
|
|
4839
|
+
/**
|
|
4840
|
+
* Queries the details of a monitor instance.
|
|
4841
|
+
*
|
|
4842
|
+
* @param request - GetDataQualityEvaluationTaskInstanceRequest
|
|
4843
|
+
* @returns GetDataQualityEvaluationTaskInstanceResponse
|
|
4844
|
+
*/
|
|
4845
|
+
async getDataQualityEvaluationTaskInstance(request) {
|
|
4846
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
4847
|
+
return await this.getDataQualityEvaluationTaskInstanceWithOptions(request, runtime);
|
|
4848
|
+
}
|
|
4849
|
+
/**
|
|
4850
|
+
* Queries the information about a data quality monitoring rule.
|
|
4851
|
+
*
|
|
4852
|
+
* @remarks
|
|
4853
|
+
* This API operation is available for all DataWorks editions.
|
|
4854
|
+
*
|
|
4855
|
+
* @param request - GetDataQualityRuleRequest
|
|
4856
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4857
|
+
* @returns GetDataQualityRuleResponse
|
|
4858
|
+
*/
|
|
4859
|
+
async getDataQualityRuleWithOptions(request, runtime) {
|
|
4860
|
+
request.validate();
|
|
4861
|
+
let query = openapi_core_2.OpenApiUtil.query(request.toMap());
|
|
4862
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
4863
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
4864
|
+
});
|
|
4865
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
4866
|
+
action: "GetDataQualityRule",
|
|
4867
|
+
version: "2024-05-18",
|
|
4868
|
+
protocol: "HTTPS",
|
|
4869
|
+
pathname: "/",
|
|
4870
|
+
method: "GET",
|
|
4871
|
+
authType: "AK",
|
|
4872
|
+
style: "RPC",
|
|
4873
|
+
reqBodyType: "formData",
|
|
4874
|
+
bodyType: "json",
|
|
4875
|
+
});
|
|
4876
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDataQualityRuleResponse({}));
|
|
4877
|
+
}
|
|
4878
|
+
/**
|
|
4879
|
+
* Queries the information about a data quality monitoring rule.
|
|
4880
|
+
*
|
|
4881
|
+
* @remarks
|
|
4882
|
+
* This API operation is available for all DataWorks editions.
|
|
4883
|
+
*
|
|
4884
|
+
* @param request - GetDataQualityRuleRequest
|
|
4885
|
+
* @returns GetDataQualityRuleResponse
|
|
4886
|
+
*/
|
|
4887
|
+
async getDataQualityRule(request) {
|
|
4888
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
4889
|
+
return await this.getDataQualityRuleWithOptions(request, runtime);
|
|
4890
|
+
}
|
|
4891
|
+
/**
|
|
4892
|
+
* Queries the information about a data quality monitoring rule template.
|
|
4893
|
+
*
|
|
4894
|
+
* @remarks
|
|
4895
|
+
* This API operation is available for all DataWorks editions.
|
|
4896
|
+
*
|
|
4897
|
+
* @param request - GetDataQualityRuleTemplateRequest
|
|
4898
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4899
|
+
* @returns GetDataQualityRuleTemplateResponse
|
|
4900
|
+
*/
|
|
4901
|
+
async getDataQualityRuleTemplateWithOptions(request, runtime) {
|
|
4902
|
+
request.validate();
|
|
4903
|
+
let query = openapi_core_2.OpenApiUtil.query(request.toMap());
|
|
4904
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
4905
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
4906
|
+
});
|
|
4907
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
4908
|
+
action: "GetDataQualityRuleTemplate",
|
|
4909
|
+
version: "2024-05-18",
|
|
4910
|
+
protocol: "HTTPS",
|
|
4911
|
+
pathname: "/",
|
|
4912
|
+
method: "GET",
|
|
4913
|
+
authType: "AK",
|
|
4914
|
+
style: "RPC",
|
|
4915
|
+
reqBodyType: "formData",
|
|
4916
|
+
bodyType: "json",
|
|
4917
|
+
});
|
|
4918
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDataQualityRuleTemplateResponse({}));
|
|
4919
|
+
}
|
|
4920
|
+
/**
|
|
4921
|
+
* Queries the information about a data quality monitoring rule template.
|
|
4922
|
+
*
|
|
4923
|
+
* @remarks
|
|
4924
|
+
* This API operation is available for all DataWorks editions.
|
|
4925
|
+
*
|
|
4926
|
+
* @param request - GetDataQualityRuleTemplateRequest
|
|
4927
|
+
* @returns GetDataQualityRuleTemplateResponse
|
|
4928
|
+
*/
|
|
4929
|
+
async getDataQualityRuleTemplate(request) {
|
|
4930
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
4931
|
+
return await this.getDataQualityRuleTemplateWithOptions(request, runtime);
|
|
4932
|
+
}
|
|
4933
|
+
/**
|
|
4934
|
+
* Gets data quality monitoring details.
|
|
4935
|
+
*
|
|
4936
|
+
* @remarks
|
|
4937
|
+
* This API operation is available for all DataWorks editions.
|
|
4938
|
+
*
|
|
4939
|
+
* @param request - GetDataQualityScanRequest
|
|
4940
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4941
|
+
* @returns GetDataQualityScanResponse
|
|
4942
|
+
*/
|
|
4943
|
+
async getDataQualityScanWithOptions(request, runtime) {
|
|
4944
|
+
request.validate();
|
|
4945
|
+
let query = {};
|
|
4946
|
+
if (!$dara.isNull(request.id)) {
|
|
4947
|
+
query["Id"] = request.id;
|
|
4948
|
+
}
|
|
4949
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
4950
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
4951
|
+
});
|
|
4952
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
4953
|
+
action: "GetDataQualityScan",
|
|
4954
|
+
version: "2024-05-18",
|
|
4955
|
+
protocol: "HTTPS",
|
|
4956
|
+
pathname: "/",
|
|
4957
|
+
method: "POST",
|
|
4958
|
+
authType: "AK",
|
|
4959
|
+
style: "RPC",
|
|
4960
|
+
reqBodyType: "formData",
|
|
4961
|
+
bodyType: "json",
|
|
4962
|
+
});
|
|
4963
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDataQualityScanResponse({}));
|
|
4964
|
+
}
|
|
4965
|
+
/**
|
|
4966
|
+
* Gets data quality monitoring details.
|
|
4967
|
+
*
|
|
4968
|
+
* @remarks
|
|
4969
|
+
* This API operation is available for all DataWorks editions.
|
|
4970
|
+
*
|
|
4971
|
+
* @param request - GetDataQualityScanRequest
|
|
4972
|
+
* @returns GetDataQualityScanResponse
|
|
4973
|
+
*/
|
|
4974
|
+
async getDataQualityScan(request) {
|
|
4975
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
4976
|
+
return await this.getDataQualityScanWithOptions(request, runtime);
|
|
4977
|
+
}
|
|
4978
|
+
/**
|
|
4979
|
+
* Creates a data quality monitoring run instance.
|
|
4980
|
+
*
|
|
4981
|
+
* @remarks
|
|
4982
|
+
* This API operation is available for all DataWorks editions.
|
|
4983
|
+
*
|
|
4984
|
+
* @param request - GetDataQualityScanRunRequest
|
|
4985
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4986
|
+
* @returns GetDataQualityScanRunResponse
|
|
4987
|
+
*/
|
|
4988
|
+
async getDataQualityScanRunWithOptions(request, runtime) {
|
|
4989
|
+
request.validate();
|
|
4990
|
+
let query = {};
|
|
4991
|
+
if (!$dara.isNull(request.id)) {
|
|
4992
|
+
query["Id"] = request.id;
|
|
4993
|
+
}
|
|
4994
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
4995
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
4996
|
+
});
|
|
4997
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
4998
|
+
action: "GetDataQualityScanRun",
|
|
4999
|
+
version: "2024-05-18",
|
|
5000
|
+
protocol: "HTTPS",
|
|
5001
|
+
pathname: "/",
|
|
5002
|
+
method: "POST",
|
|
4241
5003
|
authType: "AK",
|
|
4242
5004
|
style: "RPC",
|
|
4243
5005
|
reqBodyType: "formData",
|
|
4244
5006
|
bodyType: "json",
|
|
4245
5007
|
});
|
|
4246
|
-
return $dara.cast(await this.callApi(params, req, runtime), new $_model.
|
|
5008
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDataQualityScanRunResponse({}));
|
|
4247
5009
|
}
|
|
4248
5010
|
/**
|
|
4249
|
-
*
|
|
5011
|
+
* Creates a data quality monitoring run instance.
|
|
4250
5012
|
*
|
|
4251
|
-
* @
|
|
4252
|
-
*
|
|
5013
|
+
* @remarks
|
|
5014
|
+
* This API operation is available for all DataWorks editions.
|
|
5015
|
+
*
|
|
5016
|
+
* @param request - GetDataQualityScanRunRequest
|
|
5017
|
+
* @returns GetDataQualityScanRunResponse
|
|
4253
5018
|
*/
|
|
4254
|
-
async
|
|
5019
|
+
async getDataQualityScanRun(request) {
|
|
4255
5020
|
let runtime = new $dara.RuntimeOptions({});
|
|
4256
|
-
return await this.
|
|
5021
|
+
return await this.getDataQualityScanRunWithOptions(request, runtime);
|
|
4257
5022
|
}
|
|
4258
5023
|
/**
|
|
4259
|
-
* Queries the
|
|
5024
|
+
* Queries the log of a specific task instance that monitors data quality.
|
|
4260
5025
|
*
|
|
4261
5026
|
* @remarks
|
|
4262
5027
|
* This API operation is available for all DataWorks editions.
|
|
4263
5028
|
*
|
|
4264
|
-
* @param request -
|
|
5029
|
+
* @param request - GetDataQualityScanRunLogRequest
|
|
4265
5030
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4266
|
-
* @returns
|
|
5031
|
+
* @returns GetDataQualityScanRunLogResponse
|
|
4267
5032
|
*/
|
|
4268
|
-
async
|
|
5033
|
+
async getDataQualityScanRunLogWithOptions(request, runtime) {
|
|
4269
5034
|
request.validate();
|
|
4270
|
-
let query =
|
|
5035
|
+
let query = {};
|
|
5036
|
+
if (!$dara.isNull(request.id)) {
|
|
5037
|
+
query["Id"] = request.id;
|
|
5038
|
+
}
|
|
5039
|
+
if (!$dara.isNull(request.offset)) {
|
|
5040
|
+
query["Offset"] = request.offset;
|
|
5041
|
+
}
|
|
4271
5042
|
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
4272
5043
|
query: openapi_core_2.OpenApiUtil.query(query),
|
|
4273
5044
|
});
|
|
4274
5045
|
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
4275
|
-
action: "
|
|
5046
|
+
action: "GetDataQualityScanRunLog",
|
|
4276
5047
|
version: "2024-05-18",
|
|
4277
5048
|
protocol: "HTTPS",
|
|
4278
5049
|
pathname: "/",
|
|
4279
|
-
method: "
|
|
5050
|
+
method: "POST",
|
|
4280
5051
|
authType: "AK",
|
|
4281
5052
|
style: "RPC",
|
|
4282
5053
|
reqBodyType: "formData",
|
|
4283
5054
|
bodyType: "json",
|
|
4284
5055
|
});
|
|
4285
|
-
return $dara.cast(await this.callApi(params, req, runtime), new $_model.
|
|
5056
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDataQualityScanRunLogResponse({}));
|
|
4286
5057
|
}
|
|
4287
5058
|
/**
|
|
4288
|
-
* Queries the
|
|
5059
|
+
* Queries the log of a specific task instance that monitors data quality.
|
|
4289
5060
|
*
|
|
4290
5061
|
* @remarks
|
|
4291
5062
|
* This API operation is available for all DataWorks editions.
|
|
4292
5063
|
*
|
|
4293
|
-
* @param request -
|
|
4294
|
-
* @returns
|
|
5064
|
+
* @param request - GetDataQualityScanRunLogRequest
|
|
5065
|
+
* @returns GetDataQualityScanRunLogResponse
|
|
4295
5066
|
*/
|
|
4296
|
-
async
|
|
5067
|
+
async getDataQualityScanRunLog(request) {
|
|
4297
5068
|
let runtime = new $dara.RuntimeOptions({});
|
|
4298
|
-
return await this.
|
|
5069
|
+
return await this.getDataQualityScanRunLogWithOptions(request, runtime);
|
|
4299
5070
|
}
|
|
4300
5071
|
/**
|
|
4301
|
-
* Queries the
|
|
5072
|
+
* Queries the details of a data quality rule template by ID.
|
|
4302
5073
|
*
|
|
4303
5074
|
* @remarks
|
|
4304
5075
|
* This API operation is available for all DataWorks editions.
|
|
4305
5076
|
*
|
|
4306
|
-
* @param request -
|
|
5077
|
+
* @param request - GetDataQualityTemplateRequest
|
|
4307
5078
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
4308
|
-
* @returns
|
|
5079
|
+
* @returns GetDataQualityTemplateResponse
|
|
4309
5080
|
*/
|
|
4310
|
-
async
|
|
5081
|
+
async getDataQualityTemplateWithOptions(request, runtime) {
|
|
4311
5082
|
request.validate();
|
|
4312
|
-
let query =
|
|
5083
|
+
let query = {};
|
|
5084
|
+
if (!$dara.isNull(request.id)) {
|
|
5085
|
+
query["Id"] = request.id;
|
|
5086
|
+
}
|
|
4313
5087
|
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
4314
5088
|
query: openapi_core_2.OpenApiUtil.query(query),
|
|
4315
5089
|
});
|
|
4316
5090
|
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
4317
|
-
action: "
|
|
5091
|
+
action: "GetDataQualityTemplate",
|
|
4318
5092
|
version: "2024-05-18",
|
|
4319
5093
|
protocol: "HTTPS",
|
|
4320
5094
|
pathname: "/",
|
|
4321
|
-
method: "
|
|
5095
|
+
method: "POST",
|
|
4322
5096
|
authType: "AK",
|
|
4323
5097
|
style: "RPC",
|
|
4324
5098
|
reqBodyType: "formData",
|
|
4325
5099
|
bodyType: "json",
|
|
4326
5100
|
});
|
|
4327
|
-
return $dara.cast(await this.callApi(params, req, runtime), new $_model.
|
|
5101
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetDataQualityTemplateResponse({}));
|
|
4328
5102
|
}
|
|
4329
5103
|
/**
|
|
4330
|
-
* Queries the
|
|
5104
|
+
* Queries the details of a data quality rule template by ID.
|
|
4331
5105
|
*
|
|
4332
5106
|
* @remarks
|
|
4333
5107
|
* This API operation is available for all DataWorks editions.
|
|
4334
5108
|
*
|
|
4335
|
-
* @param request -
|
|
4336
|
-
* @returns
|
|
5109
|
+
* @param request - GetDataQualityTemplateRequest
|
|
5110
|
+
* @returns GetDataQualityTemplateResponse
|
|
4337
5111
|
*/
|
|
4338
|
-
async
|
|
5112
|
+
async getDataQualityTemplate(request) {
|
|
4339
5113
|
let runtime = new $dara.RuntimeOptions({});
|
|
4340
|
-
return await this.
|
|
5114
|
+
return await this.getDataQualityTemplateWithOptions(request, runtime);
|
|
4341
5115
|
}
|
|
4342
5116
|
/**
|
|
4343
5117
|
* Queries a data source by ID.
|
|
@@ -6025,6 +6799,54 @@ class Client extends openapi_core_1.default {
|
|
|
6025
6799
|
let runtime = new $dara.RuntimeOptions({});
|
|
6026
6800
|
return await this.listColumnsWithOptions(request, runtime);
|
|
6027
6801
|
}
|
|
6802
|
+
/**
|
|
6803
|
+
* 获取组件列表
|
|
6804
|
+
*
|
|
6805
|
+
* @param request - ListComponentsRequest
|
|
6806
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6807
|
+
* @returns ListComponentsResponse
|
|
6808
|
+
*/
|
|
6809
|
+
async listComponentsWithOptions(request, runtime) {
|
|
6810
|
+
request.validate();
|
|
6811
|
+
let query = {};
|
|
6812
|
+
if (!$dara.isNull(request.name)) {
|
|
6813
|
+
query["Name"] = request.name;
|
|
6814
|
+
}
|
|
6815
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
6816
|
+
query["PageNumber"] = request.pageNumber;
|
|
6817
|
+
}
|
|
6818
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
6819
|
+
query["PageSize"] = request.pageSize;
|
|
6820
|
+
}
|
|
6821
|
+
if (!$dara.isNull(request.projectId)) {
|
|
6822
|
+
query["ProjectId"] = request.projectId;
|
|
6823
|
+
}
|
|
6824
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
6825
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
6826
|
+
});
|
|
6827
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
6828
|
+
action: "ListComponents",
|
|
6829
|
+
version: "2024-05-18",
|
|
6830
|
+
protocol: "HTTPS",
|
|
6831
|
+
pathname: "/",
|
|
6832
|
+
method: "POST",
|
|
6833
|
+
authType: "AK",
|
|
6834
|
+
style: "RPC",
|
|
6835
|
+
reqBodyType: "formData",
|
|
6836
|
+
bodyType: "json",
|
|
6837
|
+
});
|
|
6838
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListComponentsResponse({}));
|
|
6839
|
+
}
|
|
6840
|
+
/**
|
|
6841
|
+
* 获取组件列表
|
|
6842
|
+
*
|
|
6843
|
+
* @param request - ListComponentsRequest
|
|
6844
|
+
* @returns ListComponentsResponse
|
|
6845
|
+
*/
|
|
6846
|
+
async listComponents(request) {
|
|
6847
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
6848
|
+
return await this.listComponentsWithOptions(request, runtime);
|
|
6849
|
+
}
|
|
6028
6850
|
/**
|
|
6029
6851
|
* 查询元数据采集器类型列表
|
|
6030
6852
|
*
|
|
@@ -6356,6 +7178,63 @@ class Client extends openapi_core_1.default {
|
|
|
6356
7178
|
let runtime = new $dara.RuntimeOptions({});
|
|
6357
7179
|
return await this.listDataAssetsWithOptions(request, runtime);
|
|
6358
7180
|
}
|
|
7181
|
+
/**
|
|
7182
|
+
* Queries the list of data quality alert rules in a project.
|
|
7183
|
+
*
|
|
7184
|
+
* @remarks
|
|
7185
|
+
* This API operation is available for all DataWorks editions.
|
|
7186
|
+
*
|
|
7187
|
+
* @param request - ListDataQualityAlertRulesRequest
|
|
7188
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7189
|
+
* @returns ListDataQualityAlertRulesResponse
|
|
7190
|
+
*/
|
|
7191
|
+
async listDataQualityAlertRulesWithOptions(request, runtime) {
|
|
7192
|
+
request.validate();
|
|
7193
|
+
let query = {};
|
|
7194
|
+
if (!$dara.isNull(request.dataQualityScanId)) {
|
|
7195
|
+
query["DataQualityScanId"] = request.dataQualityScanId;
|
|
7196
|
+
}
|
|
7197
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
7198
|
+
query["PageNumber"] = request.pageNumber;
|
|
7199
|
+
}
|
|
7200
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
7201
|
+
query["PageSize"] = request.pageSize;
|
|
7202
|
+
}
|
|
7203
|
+
if (!$dara.isNull(request.projectId)) {
|
|
7204
|
+
query["ProjectId"] = request.projectId;
|
|
7205
|
+
}
|
|
7206
|
+
if (!$dara.isNull(request.sortBy)) {
|
|
7207
|
+
query["SortBy"] = request.sortBy;
|
|
7208
|
+
}
|
|
7209
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7210
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7211
|
+
});
|
|
7212
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7213
|
+
action: "ListDataQualityAlertRules",
|
|
7214
|
+
version: "2024-05-18",
|
|
7215
|
+
protocol: "HTTPS",
|
|
7216
|
+
pathname: "/",
|
|
7217
|
+
method: "POST",
|
|
7218
|
+
authType: "AK",
|
|
7219
|
+
style: "RPC",
|
|
7220
|
+
reqBodyType: "formData",
|
|
7221
|
+
bodyType: "json",
|
|
7222
|
+
});
|
|
7223
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataQualityAlertRulesResponse({}));
|
|
7224
|
+
}
|
|
7225
|
+
/**
|
|
7226
|
+
* Queries the list of data quality alert rules in a project.
|
|
7227
|
+
*
|
|
7228
|
+
* @remarks
|
|
7229
|
+
* This API operation is available for all DataWorks editions.
|
|
7230
|
+
*
|
|
7231
|
+
* @param request - ListDataQualityAlertRulesRequest
|
|
7232
|
+
* @returns ListDataQualityAlertRulesResponse
|
|
7233
|
+
*/
|
|
7234
|
+
async listDataQualityAlertRules(request) {
|
|
7235
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7236
|
+
return await this.listDataQualityAlertRulesWithOptions(request, runtime);
|
|
7237
|
+
}
|
|
6359
7238
|
/**
|
|
6360
7239
|
* Queries a list of instances generated by a data quality monitoring task by page.
|
|
6361
7240
|
*
|
|
@@ -6492,69 +7371,252 @@ class Client extends openapi_core_1.default {
|
|
|
6492
7371
|
query: openapi_core_2.OpenApiUtil.query(query),
|
|
6493
7372
|
});
|
|
6494
7373
|
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
6495
|
-
action: "ListDataQualityRuleTemplates",
|
|
7374
|
+
action: "ListDataQualityRuleTemplates",
|
|
7375
|
+
version: "2024-05-18",
|
|
7376
|
+
protocol: "HTTPS",
|
|
7377
|
+
pathname: "/",
|
|
7378
|
+
method: "GET",
|
|
7379
|
+
authType: "AK",
|
|
7380
|
+
style: "RPC",
|
|
7381
|
+
reqBodyType: "formData",
|
|
7382
|
+
bodyType: "json",
|
|
7383
|
+
});
|
|
7384
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataQualityRuleTemplatesResponse({}));
|
|
7385
|
+
}
|
|
7386
|
+
/**
|
|
7387
|
+
* Queries a list of data quality monitoring rule templates.
|
|
7388
|
+
*
|
|
7389
|
+
* @param request - ListDataQualityRuleTemplatesRequest
|
|
7390
|
+
* @returns ListDataQualityRuleTemplatesResponse
|
|
7391
|
+
*/
|
|
7392
|
+
async listDataQualityRuleTemplates(request) {
|
|
7393
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7394
|
+
return await this.listDataQualityRuleTemplatesWithOptions(request, runtime);
|
|
7395
|
+
}
|
|
7396
|
+
/**
|
|
7397
|
+
* Queries a list of data quality monitoring rules by page.
|
|
7398
|
+
*
|
|
7399
|
+
* @remarks
|
|
7400
|
+
* This API operation is available for all DataWorks editions.
|
|
7401
|
+
*
|
|
7402
|
+
* @param request - ListDataQualityRulesRequest
|
|
7403
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7404
|
+
* @returns ListDataQualityRulesResponse
|
|
7405
|
+
*/
|
|
7406
|
+
async listDataQualityRulesWithOptions(request, runtime) {
|
|
7407
|
+
request.validate();
|
|
7408
|
+
let query = openapi_core_2.OpenApiUtil.query(request.toMap());
|
|
7409
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7410
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7411
|
+
});
|
|
7412
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7413
|
+
action: "ListDataQualityRules",
|
|
7414
|
+
version: "2024-05-18",
|
|
7415
|
+
protocol: "HTTPS",
|
|
7416
|
+
pathname: "/",
|
|
7417
|
+
method: "GET",
|
|
7418
|
+
authType: "AK",
|
|
7419
|
+
style: "RPC",
|
|
7420
|
+
reqBodyType: "formData",
|
|
7421
|
+
bodyType: "json",
|
|
7422
|
+
});
|
|
7423
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataQualityRulesResponse({}));
|
|
7424
|
+
}
|
|
7425
|
+
/**
|
|
7426
|
+
* Queries a list of data quality monitoring rules by page.
|
|
7427
|
+
*
|
|
7428
|
+
* @remarks
|
|
7429
|
+
* This API operation is available for all DataWorks editions.
|
|
7430
|
+
*
|
|
7431
|
+
* @param request - ListDataQualityRulesRequest
|
|
7432
|
+
* @returns ListDataQualityRulesResponse
|
|
7433
|
+
*/
|
|
7434
|
+
async listDataQualityRules(request) {
|
|
7435
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7436
|
+
return await this.listDataQualityRulesWithOptions(request, runtime);
|
|
7437
|
+
}
|
|
7438
|
+
/**
|
|
7439
|
+
* Queries the execution records of data quality scans in a project.
|
|
7440
|
+
*
|
|
7441
|
+
* @remarks
|
|
7442
|
+
* This API operation is available for all DataWorks editions.
|
|
7443
|
+
*
|
|
7444
|
+
* @param request - ListDataQualityScanRunsRequest
|
|
7445
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7446
|
+
* @returns ListDataQualityScanRunsResponse
|
|
7447
|
+
*/
|
|
7448
|
+
async listDataQualityScanRunsWithOptions(request, runtime) {
|
|
7449
|
+
request.validate();
|
|
7450
|
+
let query = {};
|
|
7451
|
+
if (!$dara.isNull(request.createTimeFrom)) {
|
|
7452
|
+
query["CreateTimeFrom"] = request.createTimeFrom;
|
|
7453
|
+
}
|
|
7454
|
+
if (!$dara.isNull(request.createTimeTo)) {
|
|
7455
|
+
query["CreateTimeTo"] = request.createTimeTo;
|
|
7456
|
+
}
|
|
7457
|
+
if (!$dara.isNull(request.dataQualityScanId)) {
|
|
7458
|
+
query["DataQualityScanId"] = request.dataQualityScanId;
|
|
7459
|
+
}
|
|
7460
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
7461
|
+
query["PageNumber"] = request.pageNumber;
|
|
7462
|
+
}
|
|
7463
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
7464
|
+
query["PageSize"] = request.pageSize;
|
|
7465
|
+
}
|
|
7466
|
+
if (!$dara.isNull(request.projectId)) {
|
|
7467
|
+
query["ProjectId"] = request.projectId;
|
|
7468
|
+
}
|
|
7469
|
+
if (!$dara.isNull(request.sortBy)) {
|
|
7470
|
+
query["SortBy"] = request.sortBy;
|
|
7471
|
+
}
|
|
7472
|
+
if (!$dara.isNull(request.status)) {
|
|
7473
|
+
query["Status"] = request.status;
|
|
7474
|
+
}
|
|
7475
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7476
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7477
|
+
});
|
|
7478
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7479
|
+
action: "ListDataQualityScanRuns",
|
|
7480
|
+
version: "2024-05-18",
|
|
7481
|
+
protocol: "HTTPS",
|
|
7482
|
+
pathname: "/",
|
|
7483
|
+
method: "POST",
|
|
7484
|
+
authType: "AK",
|
|
7485
|
+
style: "RPC",
|
|
7486
|
+
reqBodyType: "formData",
|
|
7487
|
+
bodyType: "json",
|
|
7488
|
+
});
|
|
7489
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataQualityScanRunsResponse({}));
|
|
7490
|
+
}
|
|
7491
|
+
/**
|
|
7492
|
+
* Queries the execution records of data quality scans in a project.
|
|
7493
|
+
*
|
|
7494
|
+
* @remarks
|
|
7495
|
+
* This API operation is available for all DataWorks editions.
|
|
7496
|
+
*
|
|
7497
|
+
* @param request - ListDataQualityScanRunsRequest
|
|
7498
|
+
* @returns ListDataQualityScanRunsResponse
|
|
7499
|
+
*/
|
|
7500
|
+
async listDataQualityScanRuns(request) {
|
|
7501
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7502
|
+
return await this.listDataQualityScanRunsWithOptions(request, runtime);
|
|
7503
|
+
}
|
|
7504
|
+
/**
|
|
7505
|
+
* Queries the list of data quality scan tasks in a project.
|
|
7506
|
+
*
|
|
7507
|
+
* @remarks
|
|
7508
|
+
* This API operation is available for all DataWorks editions.
|
|
7509
|
+
*
|
|
7510
|
+
* @param request - ListDataQualityScansRequest
|
|
7511
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7512
|
+
* @returns ListDataQualityScansResponse
|
|
7513
|
+
*/
|
|
7514
|
+
async listDataQualityScansWithOptions(request, runtime) {
|
|
7515
|
+
request.validate();
|
|
7516
|
+
let query = {};
|
|
7517
|
+
if (!$dara.isNull(request.name)) {
|
|
7518
|
+
query["Name"] = request.name;
|
|
7519
|
+
}
|
|
7520
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
7521
|
+
query["PageNumber"] = request.pageNumber;
|
|
7522
|
+
}
|
|
7523
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
7524
|
+
query["PageSize"] = request.pageSize;
|
|
7525
|
+
}
|
|
7526
|
+
if (!$dara.isNull(request.projectId)) {
|
|
7527
|
+
query["ProjectId"] = request.projectId;
|
|
7528
|
+
}
|
|
7529
|
+
if (!$dara.isNull(request.sortBy)) {
|
|
7530
|
+
query["SortBy"] = request.sortBy;
|
|
7531
|
+
}
|
|
7532
|
+
if (!$dara.isNull(request.table)) {
|
|
7533
|
+
query["Table"] = request.table;
|
|
7534
|
+
}
|
|
7535
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7536
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7537
|
+
});
|
|
7538
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7539
|
+
action: "ListDataQualityScans",
|
|
6496
7540
|
version: "2024-05-18",
|
|
6497
7541
|
protocol: "HTTPS",
|
|
6498
7542
|
pathname: "/",
|
|
6499
|
-
method: "
|
|
7543
|
+
method: "POST",
|
|
6500
7544
|
authType: "AK",
|
|
6501
7545
|
style: "RPC",
|
|
6502
7546
|
reqBodyType: "formData",
|
|
6503
7547
|
bodyType: "json",
|
|
6504
7548
|
});
|
|
6505
|
-
return $dara.cast(await this.callApi(params, req, runtime), new $_model.
|
|
7549
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataQualityScansResponse({}));
|
|
6506
7550
|
}
|
|
6507
7551
|
/**
|
|
6508
|
-
* Queries
|
|
7552
|
+
* Queries the list of data quality scan tasks in a project.
|
|
6509
7553
|
*
|
|
6510
|
-
* @
|
|
6511
|
-
*
|
|
7554
|
+
* @remarks
|
|
7555
|
+
* This API operation is available for all DataWorks editions.
|
|
7556
|
+
*
|
|
7557
|
+
* @param request - ListDataQualityScansRequest
|
|
7558
|
+
* @returns ListDataQualityScansResponse
|
|
6512
7559
|
*/
|
|
6513
|
-
async
|
|
7560
|
+
async listDataQualityScans(request) {
|
|
6514
7561
|
let runtime = new $dara.RuntimeOptions({});
|
|
6515
|
-
return await this.
|
|
7562
|
+
return await this.listDataQualityScansWithOptions(request, runtime);
|
|
6516
7563
|
}
|
|
6517
7564
|
/**
|
|
6518
|
-
* Queries
|
|
7565
|
+
* Queries the list of data quality rule templates in a project.
|
|
6519
7566
|
*
|
|
6520
7567
|
* @remarks
|
|
6521
7568
|
* This API operation is available for all DataWorks editions.
|
|
6522
7569
|
*
|
|
6523
|
-
* @param request -
|
|
7570
|
+
* @param request - ListDataQualityTemplatesRequest
|
|
6524
7571
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
6525
|
-
* @returns
|
|
7572
|
+
* @returns ListDataQualityTemplatesResponse
|
|
6526
7573
|
*/
|
|
6527
|
-
async
|
|
7574
|
+
async listDataQualityTemplatesWithOptions(request, runtime) {
|
|
6528
7575
|
request.validate();
|
|
6529
|
-
let query =
|
|
7576
|
+
let query = {};
|
|
7577
|
+
if (!$dara.isNull(request.catalog)) {
|
|
7578
|
+
query["Catalog"] = request.catalog;
|
|
7579
|
+
}
|
|
7580
|
+
if (!$dara.isNull(request.name)) {
|
|
7581
|
+
query["Name"] = request.name;
|
|
7582
|
+
}
|
|
7583
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
7584
|
+
query["PageNumber"] = request.pageNumber;
|
|
7585
|
+
}
|
|
7586
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
7587
|
+
query["PageSize"] = request.pageSize;
|
|
7588
|
+
}
|
|
7589
|
+
if (!$dara.isNull(request.projectId)) {
|
|
7590
|
+
query["ProjectId"] = request.projectId;
|
|
7591
|
+
}
|
|
6530
7592
|
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
6531
7593
|
query: openapi_core_2.OpenApiUtil.query(query),
|
|
6532
7594
|
});
|
|
6533
7595
|
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
6534
|
-
action: "
|
|
7596
|
+
action: "ListDataQualityTemplates",
|
|
6535
7597
|
version: "2024-05-18",
|
|
6536
7598
|
protocol: "HTTPS",
|
|
6537
7599
|
pathname: "/",
|
|
6538
|
-
method: "
|
|
7600
|
+
method: "POST",
|
|
6539
7601
|
authType: "AK",
|
|
6540
7602
|
style: "RPC",
|
|
6541
7603
|
reqBodyType: "formData",
|
|
6542
7604
|
bodyType: "json",
|
|
6543
7605
|
});
|
|
6544
|
-
return $dara.cast(await this.callApi(params, req, runtime), new $_model.
|
|
7606
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataQualityTemplatesResponse({}));
|
|
6545
7607
|
}
|
|
6546
7608
|
/**
|
|
6547
|
-
* Queries
|
|
7609
|
+
* Queries the list of data quality rule templates in a project.
|
|
6548
7610
|
*
|
|
6549
7611
|
* @remarks
|
|
6550
7612
|
* This API operation is available for all DataWorks editions.
|
|
6551
7613
|
*
|
|
6552
|
-
* @param request -
|
|
6553
|
-
* @returns
|
|
7614
|
+
* @param request - ListDataQualityTemplatesRequest
|
|
7615
|
+
* @returns ListDataQualityTemplatesResponse
|
|
6554
7616
|
*/
|
|
6555
|
-
async
|
|
7617
|
+
async listDataQualityTemplates(request) {
|
|
6556
7618
|
let runtime = new $dara.RuntimeOptions({});
|
|
6557
|
-
return await this.
|
|
7619
|
+
return await this.listDataQualityTemplatesWithOptions(request, runtime);
|
|
6558
7620
|
}
|
|
6559
7621
|
/**
|
|
6560
7622
|
* Queries a list of sharing rules of a data source.
|
|
@@ -9943,6 +11005,59 @@ class Client extends openapi_core_1.default {
|
|
|
9943
11005
|
let runtime = new $dara.RuntimeOptions({});
|
|
9944
11006
|
return await this.updateColumnBusinessMetadataWithOptions(request, runtime);
|
|
9945
11007
|
}
|
|
11008
|
+
/**
|
|
11009
|
+
* Updates components.
|
|
11010
|
+
*
|
|
11011
|
+
* @remarks
|
|
11012
|
+
* This operation is currently in beta. To join the beta testing, please submit a request. You can call this operation after we add you to the beta program.
|
|
11013
|
+
*
|
|
11014
|
+
* @param request - UpdateComponentRequest
|
|
11015
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
11016
|
+
* @returns UpdateComponentResponse
|
|
11017
|
+
*/
|
|
11018
|
+
async updateComponentWithOptions(request, runtime) {
|
|
11019
|
+
request.validate();
|
|
11020
|
+
let query = {};
|
|
11021
|
+
if (!$dara.isNull(request.projectId)) {
|
|
11022
|
+
query["ProjectId"] = request.projectId;
|
|
11023
|
+
}
|
|
11024
|
+
let body = {};
|
|
11025
|
+
if (!$dara.isNull(request.componentId)) {
|
|
11026
|
+
body["ComponentId"] = request.componentId;
|
|
11027
|
+
}
|
|
11028
|
+
if (!$dara.isNull(request.spec)) {
|
|
11029
|
+
body["Spec"] = request.spec;
|
|
11030
|
+
}
|
|
11031
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
11032
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
11033
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
11034
|
+
});
|
|
11035
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
11036
|
+
action: "UpdateComponent",
|
|
11037
|
+
version: "2024-05-18",
|
|
11038
|
+
protocol: "HTTPS",
|
|
11039
|
+
pathname: "/",
|
|
11040
|
+
method: "POST",
|
|
11041
|
+
authType: "AK",
|
|
11042
|
+
style: "RPC",
|
|
11043
|
+
reqBodyType: "formData",
|
|
11044
|
+
bodyType: "json",
|
|
11045
|
+
});
|
|
11046
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateComponentResponse({}));
|
|
11047
|
+
}
|
|
11048
|
+
/**
|
|
11049
|
+
* Updates components.
|
|
11050
|
+
*
|
|
11051
|
+
* @remarks
|
|
11052
|
+
* This operation is currently in beta. To join the beta testing, please submit a request. You can call this operation after we add you to the beta program.
|
|
11053
|
+
*
|
|
11054
|
+
* @param request - UpdateComponentRequest
|
|
11055
|
+
* @returns UpdateComponentResponse
|
|
11056
|
+
*/
|
|
11057
|
+
async updateComponent(request) {
|
|
11058
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
11059
|
+
return await this.updateComponentWithOptions(request, runtime);
|
|
11060
|
+
}
|
|
9946
11061
|
/**
|
|
9947
11062
|
* Updates an alert rule configured for a synchronization task.
|
|
9948
11063
|
*
|
|
@@ -10131,6 +11246,71 @@ class Client extends openapi_core_1.default {
|
|
|
10131
11246
|
let runtime = new $dara.RuntimeOptions({});
|
|
10132
11247
|
return await this.updateDataAssetTagWithOptions(request, runtime);
|
|
10133
11248
|
}
|
|
11249
|
+
/**
|
|
11250
|
+
* Updates a specified data quality monitoring alert rule.
|
|
11251
|
+
*
|
|
11252
|
+
* @remarks
|
|
11253
|
+
* This API operation is available for all DataWorks editions.
|
|
11254
|
+
*
|
|
11255
|
+
* @param tmpReq - UpdateDataQualityAlertRuleRequest
|
|
11256
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
11257
|
+
* @returns UpdateDataQualityAlertRuleResponse
|
|
11258
|
+
*/
|
|
11259
|
+
async updateDataQualityAlertRuleWithOptions(tmpReq, runtime) {
|
|
11260
|
+
tmpReq.validate();
|
|
11261
|
+
let request = new $_model.UpdateDataQualityAlertRuleShrinkRequest({});
|
|
11262
|
+
openapi_core_2.OpenApiUtil.convert(tmpReq, request);
|
|
11263
|
+
if (!$dara.isNull(tmpReq.notification)) {
|
|
11264
|
+
request.notificationShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.notification, "Notification", "json");
|
|
11265
|
+
}
|
|
11266
|
+
if (!$dara.isNull(tmpReq.target)) {
|
|
11267
|
+
request.targetShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.target, "Target", "json");
|
|
11268
|
+
}
|
|
11269
|
+
let body = {};
|
|
11270
|
+
if (!$dara.isNull(request.condition)) {
|
|
11271
|
+
body["Condition"] = request.condition;
|
|
11272
|
+
}
|
|
11273
|
+
if (!$dara.isNull(request.id)) {
|
|
11274
|
+
body["Id"] = request.id;
|
|
11275
|
+
}
|
|
11276
|
+
if (!$dara.isNull(request.notificationShrink)) {
|
|
11277
|
+
body["Notification"] = request.notificationShrink;
|
|
11278
|
+
}
|
|
11279
|
+
if (!$dara.isNull(request.projectId)) {
|
|
11280
|
+
body["ProjectId"] = request.projectId;
|
|
11281
|
+
}
|
|
11282
|
+
if (!$dara.isNull(request.targetShrink)) {
|
|
11283
|
+
body["Target"] = request.targetShrink;
|
|
11284
|
+
}
|
|
11285
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
11286
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
11287
|
+
});
|
|
11288
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
11289
|
+
action: "UpdateDataQualityAlertRule",
|
|
11290
|
+
version: "2024-05-18",
|
|
11291
|
+
protocol: "HTTPS",
|
|
11292
|
+
pathname: "/",
|
|
11293
|
+
method: "POST",
|
|
11294
|
+
authType: "AK",
|
|
11295
|
+
style: "RPC",
|
|
11296
|
+
reqBodyType: "formData",
|
|
11297
|
+
bodyType: "json",
|
|
11298
|
+
});
|
|
11299
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDataQualityAlertRuleResponse({}));
|
|
11300
|
+
}
|
|
11301
|
+
/**
|
|
11302
|
+
* Updates a specified data quality monitoring alert rule.
|
|
11303
|
+
*
|
|
11304
|
+
* @remarks
|
|
11305
|
+
* This API operation is available for all DataWorks editions.
|
|
11306
|
+
*
|
|
11307
|
+
* @param request - UpdateDataQualityAlertRuleRequest
|
|
11308
|
+
* @returns UpdateDataQualityAlertRuleResponse
|
|
11309
|
+
*/
|
|
11310
|
+
async updateDataQualityAlertRule(request) {
|
|
11311
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
11312
|
+
return await this.updateDataQualityAlertRuleWithOptions(request, runtime);
|
|
11313
|
+
}
|
|
10134
11314
|
/**
|
|
10135
11315
|
* Updates a monitor.
|
|
10136
11316
|
*
|
|
@@ -10366,6 +11546,154 @@ class Client extends openapi_core_1.default {
|
|
|
10366
11546
|
let runtime = new $dara.RuntimeOptions({});
|
|
10367
11547
|
return await this.updateDataQualityRuleTemplateWithOptions(request, runtime);
|
|
10368
11548
|
}
|
|
11549
|
+
/**
|
|
11550
|
+
* Updates a data quality monitor.
|
|
11551
|
+
*
|
|
11552
|
+
* @remarks
|
|
11553
|
+
* This API operation is available for all DataWorks editions.
|
|
11554
|
+
*
|
|
11555
|
+
* @param tmpReq - UpdateDataQualityScanRequest
|
|
11556
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
11557
|
+
* @returns UpdateDataQualityScanResponse
|
|
11558
|
+
*/
|
|
11559
|
+
async updateDataQualityScanWithOptions(tmpReq, runtime) {
|
|
11560
|
+
tmpReq.validate();
|
|
11561
|
+
let request = new $_model.UpdateDataQualityScanShrinkRequest({});
|
|
11562
|
+
openapi_core_2.OpenApiUtil.convert(tmpReq, request);
|
|
11563
|
+
if (!$dara.isNull(tmpReq.computeResource)) {
|
|
11564
|
+
request.computeResourceShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.computeResource, "ComputeResource", "json");
|
|
11565
|
+
}
|
|
11566
|
+
if (!$dara.isNull(tmpReq.hooks)) {
|
|
11567
|
+
request.hooksShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.hooks, "Hooks", "json");
|
|
11568
|
+
}
|
|
11569
|
+
if (!$dara.isNull(tmpReq.parameters)) {
|
|
11570
|
+
request.parametersShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.parameters, "Parameters", "json");
|
|
11571
|
+
}
|
|
11572
|
+
if (!$dara.isNull(tmpReq.runtimeResource)) {
|
|
11573
|
+
request.runtimeResourceShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.runtimeResource, "RuntimeResource", "json");
|
|
11574
|
+
}
|
|
11575
|
+
if (!$dara.isNull(tmpReq.trigger)) {
|
|
11576
|
+
request.triggerShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.trigger, "Trigger", "json");
|
|
11577
|
+
}
|
|
11578
|
+
let body = {};
|
|
11579
|
+
if (!$dara.isNull(request.computeResourceShrink)) {
|
|
11580
|
+
body["ComputeResource"] = request.computeResourceShrink;
|
|
11581
|
+
}
|
|
11582
|
+
if (!$dara.isNull(request.description)) {
|
|
11583
|
+
body["Description"] = request.description;
|
|
11584
|
+
}
|
|
11585
|
+
if (!$dara.isNull(request.hooksShrink)) {
|
|
11586
|
+
body["Hooks"] = request.hooksShrink;
|
|
11587
|
+
}
|
|
11588
|
+
if (!$dara.isNull(request.id)) {
|
|
11589
|
+
body["Id"] = request.id;
|
|
11590
|
+
}
|
|
11591
|
+
if (!$dara.isNull(request.name)) {
|
|
11592
|
+
body["Name"] = request.name;
|
|
11593
|
+
}
|
|
11594
|
+
if (!$dara.isNull(request.owner)) {
|
|
11595
|
+
body["Owner"] = request.owner;
|
|
11596
|
+
}
|
|
11597
|
+
if (!$dara.isNull(request.parametersShrink)) {
|
|
11598
|
+
body["Parameters"] = request.parametersShrink;
|
|
11599
|
+
}
|
|
11600
|
+
if (!$dara.isNull(request.projectId)) {
|
|
11601
|
+
body["ProjectId"] = request.projectId;
|
|
11602
|
+
}
|
|
11603
|
+
if (!$dara.isNull(request.runtimeResourceShrink)) {
|
|
11604
|
+
body["RuntimeResource"] = request.runtimeResourceShrink;
|
|
11605
|
+
}
|
|
11606
|
+
if (!$dara.isNull(request.spec)) {
|
|
11607
|
+
body["Spec"] = request.spec;
|
|
11608
|
+
}
|
|
11609
|
+
if (!$dara.isNull(request.triggerShrink)) {
|
|
11610
|
+
body["Trigger"] = request.triggerShrink;
|
|
11611
|
+
}
|
|
11612
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
11613
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
11614
|
+
});
|
|
11615
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
11616
|
+
action: "UpdateDataQualityScan",
|
|
11617
|
+
version: "2024-05-18",
|
|
11618
|
+
protocol: "HTTPS",
|
|
11619
|
+
pathname: "/",
|
|
11620
|
+
method: "POST",
|
|
11621
|
+
authType: "AK",
|
|
11622
|
+
style: "RPC",
|
|
11623
|
+
reqBodyType: "formData",
|
|
11624
|
+
bodyType: "json",
|
|
11625
|
+
});
|
|
11626
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDataQualityScanResponse({}));
|
|
11627
|
+
}
|
|
11628
|
+
/**
|
|
11629
|
+
* Updates a data quality monitor.
|
|
11630
|
+
*
|
|
11631
|
+
* @remarks
|
|
11632
|
+
* This API operation is available for all DataWorks editions.
|
|
11633
|
+
*
|
|
11634
|
+
* @param request - UpdateDataQualityScanRequest
|
|
11635
|
+
* @returns UpdateDataQualityScanResponse
|
|
11636
|
+
*/
|
|
11637
|
+
async updateDataQualityScan(request) {
|
|
11638
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
11639
|
+
return await this.updateDataQualityScanWithOptions(request, runtime);
|
|
11640
|
+
}
|
|
11641
|
+
/**
|
|
11642
|
+
* Updates a data quality rule template in a project
|
|
11643
|
+
*
|
|
11644
|
+
* @remarks
|
|
11645
|
+
* This API operation is available for all DataWorks editions.
|
|
11646
|
+
*
|
|
11647
|
+
* @param request - UpdateDataQualityTemplateRequest
|
|
11648
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
11649
|
+
* @returns UpdateDataQualityTemplateResponse
|
|
11650
|
+
*/
|
|
11651
|
+
async updateDataQualityTemplateWithOptions(request, runtime) {
|
|
11652
|
+
request.validate();
|
|
11653
|
+
let query = {};
|
|
11654
|
+
if (!$dara.isNull(request.owner)) {
|
|
11655
|
+
query["Owner"] = request.owner;
|
|
11656
|
+
}
|
|
11657
|
+
let body = {};
|
|
11658
|
+
if (!$dara.isNull(request.id)) {
|
|
11659
|
+
body["Id"] = request.id;
|
|
11660
|
+
}
|
|
11661
|
+
if (!$dara.isNull(request.projectId)) {
|
|
11662
|
+
body["ProjectId"] = request.projectId;
|
|
11663
|
+
}
|
|
11664
|
+
if (!$dara.isNull(request.spec)) {
|
|
11665
|
+
body["Spec"] = request.spec;
|
|
11666
|
+
}
|
|
11667
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
11668
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
11669
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
11670
|
+
});
|
|
11671
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
11672
|
+
action: "UpdateDataQualityTemplate",
|
|
11673
|
+
version: "2024-05-18",
|
|
11674
|
+
protocol: "HTTPS",
|
|
11675
|
+
pathname: "/",
|
|
11676
|
+
method: "POST",
|
|
11677
|
+
authType: "AK",
|
|
11678
|
+
style: "RPC",
|
|
11679
|
+
reqBodyType: "formData",
|
|
11680
|
+
bodyType: "json",
|
|
11681
|
+
});
|
|
11682
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDataQualityTemplateResponse({}));
|
|
11683
|
+
}
|
|
11684
|
+
/**
|
|
11685
|
+
* Updates a data quality rule template in a project
|
|
11686
|
+
*
|
|
11687
|
+
* @remarks
|
|
11688
|
+
* This API operation is available for all DataWorks editions.
|
|
11689
|
+
*
|
|
11690
|
+
* @param request - UpdateDataQualityTemplateRequest
|
|
11691
|
+
* @returns UpdateDataQualityTemplateResponse
|
|
11692
|
+
*/
|
|
11693
|
+
async updateDataQualityTemplate(request) {
|
|
11694
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
11695
|
+
return await this.updateDataQualityTemplateWithOptions(request, runtime);
|
|
11696
|
+
}
|
|
10369
11697
|
/**
|
|
10370
11698
|
* Modifies a data source by ID.
|
|
10371
11699
|
*
|
|
@@ -11124,7 +12452,7 @@ class Client extends openapi_core_1.default {
|
|
|
11124
12452
|
return await this.updateTableBusinessMetadataWithOptions(request, runtime);
|
|
11125
12453
|
}
|
|
11126
12454
|
/**
|
|
11127
|
-
*
|
|
12455
|
+
* Update a task. The changes are synchronized to Data Studio, which creates a new saved version.
|
|
11128
12456
|
*
|
|
11129
12457
|
* @param tmpReq - UpdateTaskRequest
|
|
11130
12458
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11233,7 +12561,7 @@ class Client extends openapi_core_1.default {
|
|
|
11233
12561
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateTaskResponse({}));
|
|
11234
12562
|
}
|
|
11235
12563
|
/**
|
|
11236
|
-
*
|
|
12564
|
+
* Update a task. The changes are synchronized to Data Studio, which creates a new saved version.
|
|
11237
12565
|
*
|
|
11238
12566
|
* @param request - UpdateTaskRequest
|
|
11239
12567
|
* @returns UpdateTaskResponse
|