@alicloud/dataworks-public20200518 6.1.4 → 6.1.6
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 +34 -17
- package/dist/client.js +319 -1876
- package/dist/client.js.map +1 -1
- package/package.json +1 -2
- package/src/client.ts +347 -1887
package/dist/client.d.ts
CHANGED
|
@@ -2615,10 +2615,11 @@ export declare class CreateDISyncTaskRequest extends $tea.Model {
|
|
|
2615
2615
|
taskName?: string;
|
|
2616
2616
|
/**
|
|
2617
2617
|
* @remarks
|
|
2618
|
-
* The
|
|
2618
|
+
* The configuration parameters of the data synchronization task. The following parameters are supported:
|
|
2619
2619
|
*
|
|
2620
2620
|
* * FileFolderPath: the storage path of the data synchronization task.
|
|
2621
2621
|
* * ResourceGroup: the identifier of the resource group for Data Integration that is used by the data synchronization task. You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/173913.html) operation to query the identifier of the resource group.
|
|
2622
|
+
* * Cu: the specifications occupied by the data synchronization task in the serverless resource group. The value of this parameter must be a multiple of 0.5.
|
|
2622
2623
|
*
|
|
2623
2624
|
* @example
|
|
2624
2625
|
* {"FileFolderPath":"Business Flow/XXX/Data Integration","ResourceGroup":"S_res_group_XXX_XXXX"}
|
|
@@ -5330,8 +5331,6 @@ export declare class CreateProjectRequest extends $tea.Model {
|
|
|
5330
5331
|
* @remarks
|
|
5331
5332
|
* The description of the workspace.
|
|
5332
5333
|
*
|
|
5333
|
-
* This parameter is required.
|
|
5334
|
-
*
|
|
5335
5334
|
* @example
|
|
5336
5335
|
* test_describe
|
|
5337
5336
|
*/
|
|
@@ -5427,8 +5426,6 @@ export declare class CreateProjectShrinkRequest extends $tea.Model {
|
|
|
5427
5426
|
* @remarks
|
|
5428
5427
|
* The description of the workspace.
|
|
5429
5428
|
*
|
|
5430
|
-
* This parameter is required.
|
|
5431
|
-
*
|
|
5432
5429
|
* @example
|
|
5433
5430
|
* test_describe
|
|
5434
5431
|
*/
|
|
@@ -5640,8 +5637,8 @@ export declare class CreateQualityEntityRequest extends $tea.Model {
|
|
|
5640
5637
|
*
|
|
5641
5638
|
* The value 0 indicates that the partition filter expression is at the SQL level, and the system checks data quality after each SQL statement is executed.
|
|
5642
5639
|
*
|
|
5643
|
-
* *
|
|
5644
|
-
* *
|
|
5640
|
+
* * 0
|
|
5641
|
+
* * 1
|
|
5645
5642
|
*
|
|
5646
5643
|
* @example
|
|
5647
5644
|
* 0
|
|
@@ -35033,9 +35030,10 @@ export declare class UpdateDISyncTaskRequest extends $tea.Model {
|
|
|
35033
35030
|
taskContent?: string;
|
|
35034
35031
|
/**
|
|
35035
35032
|
* @remarks
|
|
35036
|
-
* The
|
|
35033
|
+
* The configuration parameters of the data synchronization task. You must configure this parameter in the JSON format.
|
|
35037
35034
|
*
|
|
35038
|
-
*
|
|
35035
|
+
* * ResourceGroup: the identifier of the resource group for Data Integration that is used by the data synchronization task. You can call the [ListResourceGroups](https://help.aliyun.com/document_detail/173913.html) operation to query the identifier of the resource group.
|
|
35036
|
+
* * Cu: the specifications occupied by the data synchronization task in the serverless resource group. The value of this parameter must be a multiple of 0.5.
|
|
35039
35037
|
*
|
|
35040
35038
|
* @example
|
|
35041
35039
|
* {"ResourceGroup":"S_res_group_XXX_XXXX"}
|
|
@@ -36960,7 +36958,7 @@ export declare class UpdateQualityRuleRequest extends $tea.Model {
|
|
|
36960
36958
|
blockType?: number;
|
|
36961
36959
|
/**
|
|
36962
36960
|
* @remarks
|
|
36963
|
-
* The checker ID. You can call the [ListQualityRules](https://help.aliyun.com/document_detail/173995.html) operation to
|
|
36961
|
+
* The checker ID. Valid values: 2: indicates that the current value is compared with the average value of the previous 7 days. 3: indicates that the current value is compared with the average value of the previous 30 days. 4: indicates that the current value is compared with the value 1 day earlier. 5: indicates that the current value is compared with the value 7 days earlier. 6: indicates that the current value is compared with the value 30 days earlier. 7: indicates the variance between the current value and the value 7 days earlier. 8: indicates the variance between the current value and the value 30 days earlier. 9: indicates that the current value is compared with a fixed value. 10: indicates that the current value is compared with the value 1, 7, or 30 days earlier. 11: indicates that the current value is compared with the value of the previous cycle. You can call the [ListQualityRules](https://help.aliyun.com/document_detail/173995.html) operation to query the ID.
|
|
36964
36962
|
*
|
|
36965
36963
|
* This parameter is required.
|
|
36966
36964
|
*
|
|
@@ -37035,6 +37033,8 @@ export declare class UpdateQualityRuleRequest extends $tea.Model {
|
|
|
37035
37033
|
* @remarks
|
|
37036
37034
|
* The comparison operator, such as >, >=, =, ≠, <, or <=.
|
|
37037
37035
|
*
|
|
37036
|
+
* > If you set the Checker parameter to 9, you must configure the Operator parameter.
|
|
37037
|
+
*
|
|
37038
37038
|
* @example
|
|
37039
37039
|
* >
|
|
37040
37040
|
*/
|
|
@@ -51375,7 +51375,7 @@ export declare class GetRemindResponseBodyDataBaselines extends $tea.Model {
|
|
|
51375
51375
|
export declare class GetRemindResponseBodyDataBizProcesses extends $tea.Model {
|
|
51376
51376
|
/**
|
|
51377
51377
|
* @remarks
|
|
51378
|
-
* The workflow
|
|
51378
|
+
* The ID of the workflow.
|
|
51379
51379
|
*
|
|
51380
51380
|
* @example
|
|
51381
51381
|
* 9527
|
|
@@ -51457,6 +51457,10 @@ export declare class GetRemindResponseBodyDataProjects extends $tea.Model {
|
|
|
51457
51457
|
}
|
|
51458
51458
|
export declare class GetRemindResponseBodyDataReceivers extends $tea.Model {
|
|
51459
51459
|
alertTargets?: string[];
|
|
51460
|
+
/**
|
|
51461
|
+
* @example
|
|
51462
|
+
* OWNER
|
|
51463
|
+
*/
|
|
51460
51464
|
alertUnit?: string;
|
|
51461
51465
|
static names(): {
|
|
51462
51466
|
[key: string]: string;
|
|
@@ -51504,7 +51508,15 @@ export declare class GetRemindResponseBodyData extends $tea.Model {
|
|
|
51504
51508
|
* 1800
|
|
51505
51509
|
*/
|
|
51506
51510
|
alertInterval?: number;
|
|
51511
|
+
/**
|
|
51512
|
+
* @remarks
|
|
51513
|
+
* The alert notification method.
|
|
51514
|
+
*/
|
|
51507
51515
|
alertMethods?: string[];
|
|
51516
|
+
/**
|
|
51517
|
+
* @remarks
|
|
51518
|
+
* The description of the alert recipient.
|
|
51519
|
+
*/
|
|
51508
51520
|
alertTargets?: string[];
|
|
51509
51521
|
/**
|
|
51510
51522
|
* @remarks
|
|
@@ -51622,6 +51634,10 @@ export declare class GetRemindResponseBodyData extends $tea.Model {
|
|
|
51622
51634
|
* true
|
|
51623
51635
|
*/
|
|
51624
51636
|
useflag?: boolean;
|
|
51637
|
+
/**
|
|
51638
|
+
* @remarks
|
|
51639
|
+
* The information about the webhook URL.
|
|
51640
|
+
*/
|
|
51625
51641
|
webhooks?: string[];
|
|
51626
51642
|
static names(): {
|
|
51627
51643
|
[key: string]: string;
|
|
@@ -59418,6 +59434,7 @@ export declare class ListNodesResponseBodyDataNodes extends $tea.Model {
|
|
|
59418
59434
|
* 60
|
|
59419
59435
|
*/
|
|
59420
59436
|
repeatInterval?: number;
|
|
59437
|
+
repeatMode?: number;
|
|
59421
59438
|
/**
|
|
59422
59439
|
* @remarks
|
|
59423
59440
|
* The name of the node.
|
|
@@ -66934,7 +66951,7 @@ export default class Client extends OpenApi {
|
|
|
66934
66951
|
*/
|
|
66935
66952
|
getQualityRule(request: GetQualityRuleRequest): Promise<GetQualityRuleResponse>;
|
|
66936
66953
|
/**
|
|
66937
|
-
* Queries the
|
|
66954
|
+
* Queries the information about a custom alert rule.
|
|
66938
66955
|
*
|
|
66939
66956
|
* @remarks
|
|
66940
66957
|
* ## Debugging
|
|
@@ -66946,7 +66963,7 @@ export default class Client extends OpenApi {
|
|
|
66946
66963
|
*/
|
|
66947
66964
|
getRemindWithOptions(request: GetRemindRequest, runtime: $Util.RuntimeOptions): Promise<GetRemindResponse>;
|
|
66948
66965
|
/**
|
|
66949
|
-
* Queries the
|
|
66966
|
+
* Queries the information about a custom alert rule.
|
|
66950
66967
|
*
|
|
66951
66968
|
* @remarks
|
|
66952
66969
|
* ## Debugging
|
|
@@ -68086,7 +68103,7 @@ export default class Client extends OpenApi {
|
|
|
68086
68103
|
*/
|
|
68087
68104
|
listTableTheme(request: ListTableThemeRequest): Promise<ListTableThemeResponse>;
|
|
68088
68105
|
/**
|
|
68089
|
-
*
|
|
68106
|
+
* Obtains tables of different data source types within a tenant by page.
|
|
68090
68107
|
*
|
|
68091
68108
|
* @param request - ListTablesRequest
|
|
68092
68109
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -68094,7 +68111,7 @@ export default class Client extends OpenApi {
|
|
|
68094
68111
|
*/
|
|
68095
68112
|
listTablesWithOptions(request: ListTablesRequest, runtime: $Util.RuntimeOptions): Promise<ListTablesResponse>;
|
|
68096
68113
|
/**
|
|
68097
|
-
*
|
|
68114
|
+
* Obtains tables of different data source types within a tenant by page.
|
|
68098
68115
|
*
|
|
68099
68116
|
* @param request - ListTablesRequest
|
|
68100
68117
|
* @returns ListTablesResponse
|
|
@@ -69084,7 +69101,7 @@ export default class Client extends OpenApi {
|
|
|
69084
69101
|
*/
|
|
69085
69102
|
updateMetaCollection(request: UpdateMetaCollectionRequest): Promise<UpdateMetaCollectionResponse>;
|
|
69086
69103
|
/**
|
|
69087
|
-
* Updates the metadata information about a table.
|
|
69104
|
+
* Updates the metadata information about a table. Only MaxCompute tables are supported.
|
|
69088
69105
|
*
|
|
69089
69106
|
* @param request - UpdateMetaTableRequest
|
|
69090
69107
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -69092,7 +69109,7 @@ export default class Client extends OpenApi {
|
|
|
69092
69109
|
*/
|
|
69093
69110
|
updateMetaTableWithOptions(request: UpdateMetaTableRequest, runtime: $Util.RuntimeOptions): Promise<UpdateMetaTableResponse>;
|
|
69094
69111
|
/**
|
|
69095
|
-
* Updates the metadata information about a table.
|
|
69112
|
+
* Updates the metadata information about a table. Only MaxCompute tables are supported.
|
|
69096
69113
|
*
|
|
69097
69114
|
* @param request - UpdateMetaTableRequest
|
|
69098
69115
|
* @returns UpdateMetaTableResponse
|