@alicloud/dataworks-public20240518 8.8.3 → 8.8.4
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 +28 -28
- package/dist/client.js +37 -28
- package/dist/client.js.map +1 -1
- package/dist/models/Column.d.ts +23 -20
- package/dist/models/Column.js +5 -0
- package/dist/models/Column.js.map +1 -1
- package/dist/models/CreatePipelineRunRequest.d.ts +30 -8
- package/dist/models/CreatePipelineRunRequest.js +4 -0
- package/dist/models/CreatePipelineRunRequest.js.map +1 -1
- package/dist/models/CreatePipelineRunResponseBody.d.ts +2 -2
- package/dist/models/CreatePipelineRunShrinkRequest.d.ts +30 -8
- package/dist/models/CreatePipelineRunShrinkRequest.js +4 -0
- package/dist/models/CreatePipelineRunShrinkRequest.js.map +1 -1
- package/dist/models/GetColumnRequest.d.ts +14 -13
- package/dist/models/GetColumnRequest.js.map +1 -1
- package/dist/models/GetColumnResponseBody.d.ts +2 -2
- package/dist/models/GetTableRequest.d.ts +17 -14
- package/dist/models/GetTableRequest.js +2 -0
- package/dist/models/GetTableRequest.js.map +1 -1
- package/dist/models/GetTableResponseBody.d.ts +2 -2
- package/dist/models/ImportWorkflowDefinitionRequest.d.ts +11 -7
- package/dist/models/ImportWorkflowDefinitionRequest.js +2 -0
- package/dist/models/ImportWorkflowDefinitionRequest.js.map +1 -1
- package/dist/models/ImportWorkflowDefinitionResponseBody.d.ts +13 -17
- package/dist/models/ImportWorkflowDefinitionResponseBody.js.map +1 -1
- package/dist/models/ListColumnsRequest.d.ts +12 -15
- package/dist/models/ListColumnsRequest.js +2 -0
- package/dist/models/ListColumnsRequest.js.map +1 -1
- package/dist/models/ListColumnsResponseBody.d.ts +3 -3
- package/dist/models/ListTablesRequest.d.ts +27 -40
- package/dist/models/ListTablesRequest.js +2 -0
- package/dist/models/ListTablesRequest.js.map +1 -1
- package/dist/models/ListTablesResponseBody.d.ts +3 -3
- package/dist/models/ListTablesShrinkRequest.d.ts +27 -40
- package/dist/models/ListTablesShrinkRequest.js +2 -0
- package/dist/models/ListTablesShrinkRequest.js.map +1 -1
- package/dist/models/Table.d.ts +55 -54
- package/dist/models/Table.js +5 -0
- package/dist/models/Table.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +40 -28
- package/src/models/Column.ts +26 -20
- package/src/models/CreatePipelineRunRequest.ts +34 -8
- package/src/models/CreatePipelineRunResponseBody.ts +2 -2
- package/src/models/CreatePipelineRunShrinkRequest.ts +34 -8
- package/src/models/GetColumnRequest.ts +14 -13
- package/src/models/GetColumnResponseBody.ts +2 -2
- package/src/models/GetTableRequest.ts +19 -14
- package/src/models/GetTableResponseBody.ts +2 -2
- package/src/models/ImportWorkflowDefinitionRequest.ts +13 -7
- package/src/models/ImportWorkflowDefinitionResponseBody.ts +13 -17
- package/src/models/ListColumnsRequest.ts +14 -15
- package/src/models/ListColumnsResponseBody.ts +3 -3
- package/src/models/ListTablesRequest.ts +29 -40
- package/src/models/ListTablesResponseBody.ts +3 -3
- package/src/models/ListTablesShrinkRequest.ts +29 -40
- package/src/models/Table.ts +59 -55
package/dist/client.d.ts
CHANGED
|
@@ -1009,11 +1009,11 @@ export default class Client extends OpenApi {
|
|
|
1009
1009
|
*/
|
|
1010
1010
|
createParameter(request: $_model.CreateParameterRequest): Promise<$_model.CreateParameterResponse>;
|
|
1011
1011
|
/**
|
|
1012
|
-
* Creates a
|
|
1012
|
+
* Creates a publish process for an entity in the new-version DataStudio.
|
|
1013
1013
|
*
|
|
1014
1014
|
* @remarks
|
|
1015
|
-
* >Notice: This
|
|
1016
|
-
* >Notice: This
|
|
1015
|
+
* >Notice: This operation does not support batch operations. If you specify multiple publish entities in the parameters, all entities except the first one are ignored.
|
|
1016
|
+
* >Notice: This operation may not be available in earlier versions of the SDK. In this case, use the CreateDeployment operation. The parameters are the same as those described in this topic.
|
|
1017
1017
|
*
|
|
1018
1018
|
* @param tmpReq - CreatePipelineRunRequest
|
|
1019
1019
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1021,11 +1021,11 @@ export default class Client extends OpenApi {
|
|
|
1021
1021
|
*/
|
|
1022
1022
|
createPipelineRunWithOptions(tmpReq: $_model.CreatePipelineRunRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreatePipelineRunResponse>;
|
|
1023
1023
|
/**
|
|
1024
|
-
* Creates a
|
|
1024
|
+
* Creates a publish process for an entity in the new-version DataStudio.
|
|
1025
1025
|
*
|
|
1026
1026
|
* @remarks
|
|
1027
|
-
* >Notice: This
|
|
1028
|
-
* >Notice: This
|
|
1027
|
+
* >Notice: This operation does not support batch operations. If you specify multiple publish entities in the parameters, all entities except the first one are ignored.
|
|
1028
|
+
* >Notice: This operation may not be available in earlier versions of the SDK. In this case, use the CreateDeployment operation. The parameters are the same as those described in this topic.
|
|
1029
1029
|
*
|
|
1030
1030
|
* @param request - CreatePipelineRunRequest
|
|
1031
1031
|
* @returns CreatePipelineRunResponse
|
|
@@ -2611,10 +2611,10 @@ export default class Client extends OpenApi {
|
|
|
2611
2611
|
*/
|
|
2612
2612
|
getCertificate(request: $_model.GetCertificateRequest): Promise<$_model.GetCertificateResponse>;
|
|
2613
2613
|
/**
|
|
2614
|
-
*
|
|
2614
|
+
* Retrieves the details of a specified column in a Data Map table.
|
|
2615
2615
|
*
|
|
2616
2616
|
* @remarks
|
|
2617
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
2617
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
2618
2618
|
*
|
|
2619
2619
|
* @param request - GetColumnRequest
|
|
2620
2620
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2622,10 +2622,10 @@ export default class Client extends OpenApi {
|
|
|
2622
2622
|
*/
|
|
2623
2623
|
getColumnWithOptions(request: $_model.GetColumnRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetColumnResponse>;
|
|
2624
2624
|
/**
|
|
2625
|
-
*
|
|
2625
|
+
* Retrieves the details of a specified column in a Data Map table.
|
|
2626
2626
|
*
|
|
2627
2627
|
* @remarks
|
|
2628
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
2628
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
2629
2629
|
*
|
|
2630
2630
|
* @param request - GetColumnRequest
|
|
2631
2631
|
* @returns GetColumnResponse
|
|
@@ -3635,10 +3635,10 @@ export default class Client extends OpenApi {
|
|
|
3635
3635
|
*/
|
|
3636
3636
|
getSkill(request: $_model.GetSkillRequest): Promise<$_model.GetSkillResponse>;
|
|
3637
3637
|
/**
|
|
3638
|
-
*
|
|
3638
|
+
* Retrieves the details of a specified data table in DataWorks Data Map. You can specify whether to return business metadata.
|
|
3639
3639
|
*
|
|
3640
3640
|
* @remarks
|
|
3641
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
3641
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
3642
3642
|
*
|
|
3643
3643
|
* @param request - GetTableRequest
|
|
3644
3644
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3646,10 +3646,10 @@ export default class Client extends OpenApi {
|
|
|
3646
3646
|
*/
|
|
3647
3647
|
getTableWithOptions(request: $_model.GetTableRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetTableResponse>;
|
|
3648
3648
|
/**
|
|
3649
|
-
*
|
|
3649
|
+
* Retrieves the details of a specified data table in DataWorks Data Map. You can specify whether to return business metadata.
|
|
3650
3650
|
*
|
|
3651
3651
|
* @remarks
|
|
3652
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
3652
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
3653
3653
|
*
|
|
3654
3654
|
* @param request - GetTableRequest
|
|
3655
3655
|
* @returns GetTableResponse
|
|
@@ -3815,12 +3815,12 @@ export default class Client extends OpenApi {
|
|
|
3815
3815
|
importCertificate(request: $_model.ImportCertificateRequest): Promise<$_model.ImportCertificateResponse>;
|
|
3816
3816
|
importCertificateAdvance(request: $_model.ImportCertificateAdvanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ImportCertificateResponse>;
|
|
3817
3817
|
/**
|
|
3818
|
-
* Imports a workflow and its child nodes
|
|
3818
|
+
* Imports a workflow node defined by FlowSpec and its child nodes into DataStudio.
|
|
3819
3819
|
*
|
|
3820
3820
|
* @remarks
|
|
3821
3821
|
* >Notice:
|
|
3822
|
-
* - This
|
|
3823
|
-
* - This is an asynchronous
|
|
3822
|
+
* - This operation does not support importing multiple workflows. If more than one workflow is defined in the FlowSpec, all workflows except the first one are ignored.
|
|
3823
|
+
* - This is an asynchronous operation. The response returns an asynchronous task object. Call GetJobStatus to query the execution status of the task.
|
|
3824
3824
|
*
|
|
3825
3825
|
* @param request - ImportWorkflowDefinitionRequest
|
|
3826
3826
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3828,12 +3828,12 @@ export default class Client extends OpenApi {
|
|
|
3828
3828
|
*/
|
|
3829
3829
|
importWorkflowDefinitionWithOptions(request: $_model.ImportWorkflowDefinitionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ImportWorkflowDefinitionResponse>;
|
|
3830
3830
|
/**
|
|
3831
|
-
* Imports a workflow and its child nodes
|
|
3831
|
+
* Imports a workflow node defined by FlowSpec and its child nodes into DataStudio.
|
|
3832
3832
|
*
|
|
3833
3833
|
* @remarks
|
|
3834
3834
|
* >Notice:
|
|
3835
|
-
* - This
|
|
3836
|
-
* - This is an asynchronous
|
|
3835
|
+
* - This operation does not support importing multiple workflows. If more than one workflow is defined in the FlowSpec, all workflows except the first one are ignored.
|
|
3836
|
+
* - This is an asynchronous operation. The response returns an asynchronous task object. Call GetJobStatus to query the execution status of the task.
|
|
3837
3837
|
*
|
|
3838
3838
|
* @param request - ImportWorkflowDefinitionRequest
|
|
3839
3839
|
* @returns ImportWorkflowDefinitionResponse
|
|
@@ -3997,10 +3997,10 @@ export default class Client extends OpenApi {
|
|
|
3997
3997
|
*/
|
|
3998
3998
|
listCertificates(request: $_model.ListCertificatesRequest): Promise<$_model.ListCertificatesResponse>;
|
|
3999
3999
|
/**
|
|
4000
|
-
* Queries the column list of a specified table in Data Map.
|
|
4000
|
+
* Queries the column list of a specified data table in DataWorks Data Map.
|
|
4001
4001
|
*
|
|
4002
4002
|
* @remarks
|
|
4003
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
4003
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
4004
4004
|
*
|
|
4005
4005
|
* @param request - ListColumnsRequest
|
|
4006
4006
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4008,10 +4008,10 @@ export default class Client extends OpenApi {
|
|
|
4008
4008
|
*/
|
|
4009
4009
|
listColumnsWithOptions(request: $_model.ListColumnsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListColumnsResponse>;
|
|
4010
4010
|
/**
|
|
4011
|
-
* Queries the column list of a specified table in Data Map.
|
|
4011
|
+
* Queries the column list of a specified data table in DataWorks Data Map.
|
|
4012
4012
|
*
|
|
4013
4013
|
* @remarks
|
|
4014
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
4014
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
4015
4015
|
*
|
|
4016
4016
|
* @param request - ListColumnsRequest
|
|
4017
4017
|
* @returns ListColumnsResponse
|
|
@@ -5470,10 +5470,10 @@ export default class Client extends OpenApi {
|
|
|
5470
5470
|
*/
|
|
5471
5471
|
listSkills(request: $_model.ListSkillsRequest): Promise<$_model.ListSkillsResponse>;
|
|
5472
5472
|
/**
|
|
5473
|
-
* Queries
|
|
5473
|
+
* Queries the list of data tables in DataWorks Data Map. For types that do not support the schema level, you can query data tables under a specified database. For types that support the schema level, you can query data tables under a specified database, MaxCompute project, or schema. The response contains only basic table information and does not include technical metadata or business metadata.
|
|
5474
5474
|
*
|
|
5475
5475
|
* @remarks
|
|
5476
|
-
* 1.
|
|
5476
|
+
* 1. DataWorks Basic Edition or a higher edition is required.
|
|
5477
5477
|
*
|
|
5478
5478
|
* @param tmpReq - ListTablesRequest
|
|
5479
5479
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5481,10 +5481,10 @@ export default class Client extends OpenApi {
|
|
|
5481
5481
|
*/
|
|
5482
5482
|
listTablesWithOptions(tmpReq: $_model.ListTablesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListTablesResponse>;
|
|
5483
5483
|
/**
|
|
5484
|
-
* Queries
|
|
5484
|
+
* Queries the list of data tables in DataWorks Data Map. For types that do not support the schema level, you can query data tables under a specified database. For types that support the schema level, you can query data tables under a specified database, MaxCompute project, or schema. The response contains only basic table information and does not include technical metadata or business metadata.
|
|
5485
5485
|
*
|
|
5486
5486
|
* @remarks
|
|
5487
|
-
* 1.
|
|
5487
|
+
* 1. DataWorks Basic Edition or a higher edition is required.
|
|
5488
5488
|
*
|
|
5489
5489
|
* @param request - ListTablesRequest
|
|
5490
5490
|
* @returns ListTablesResponse
|
package/dist/client.js
CHANGED
|
@@ -3104,11 +3104,11 @@ class Client extends openapi_core_1.default {
|
|
|
3104
3104
|
return await this.createParameterWithOptions(request, runtime);
|
|
3105
3105
|
}
|
|
3106
3106
|
/**
|
|
3107
|
-
* Creates a
|
|
3107
|
+
* Creates a publish process for an entity in the new-version DataStudio.
|
|
3108
3108
|
*
|
|
3109
3109
|
* @remarks
|
|
3110
|
-
* >Notice: This
|
|
3111
|
-
* >Notice: This
|
|
3110
|
+
* >Notice: This operation does not support batch operations. If you specify multiple publish entities in the parameters, all entities except the first one are ignored.
|
|
3111
|
+
* >Notice: This operation may not be available in earlier versions of the SDK. In this case, use the CreateDeployment operation. The parameters are the same as those described in this topic.
|
|
3112
3112
|
*
|
|
3113
3113
|
* @param tmpReq - CreatePipelineRunRequest
|
|
3114
3114
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3122,6 +3122,9 @@ class Client extends openapi_core_1.default {
|
|
|
3122
3122
|
request.objectIdsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.objectIds, "ObjectIds", "json");
|
|
3123
3123
|
}
|
|
3124
3124
|
let body = {};
|
|
3125
|
+
if (!$dara.isNull(request.autoRunUntilStage)) {
|
|
3126
|
+
body["AutoRunUntilStage"] = request.autoRunUntilStage;
|
|
3127
|
+
}
|
|
3125
3128
|
if (!$dara.isNull(request.description)) {
|
|
3126
3129
|
body["Description"] = request.description;
|
|
3127
3130
|
}
|
|
@@ -3131,6 +3134,9 @@ class Client extends openapi_core_1.default {
|
|
|
3131
3134
|
if (!$dara.isNull(request.projectId)) {
|
|
3132
3135
|
body["ProjectId"] = request.projectId;
|
|
3133
3136
|
}
|
|
3137
|
+
if (!$dara.isNull(request.runMode)) {
|
|
3138
|
+
body["RunMode"] = request.runMode;
|
|
3139
|
+
}
|
|
3134
3140
|
if (!$dara.isNull(request.type)) {
|
|
3135
3141
|
body["Type"] = request.type;
|
|
3136
3142
|
}
|
|
@@ -3151,11 +3157,11 @@ class Client extends openapi_core_1.default {
|
|
|
3151
3157
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreatePipelineRunResponse({}));
|
|
3152
3158
|
}
|
|
3153
3159
|
/**
|
|
3154
|
-
* Creates a
|
|
3160
|
+
* Creates a publish process for an entity in the new-version DataStudio.
|
|
3155
3161
|
*
|
|
3156
3162
|
* @remarks
|
|
3157
|
-
* >Notice: This
|
|
3158
|
-
* >Notice: This
|
|
3163
|
+
* >Notice: This operation does not support batch operations. If you specify multiple publish entities in the parameters, all entities except the first one are ignored.
|
|
3164
|
+
* >Notice: This operation may not be available in earlier versions of the SDK. In this case, use the CreateDeployment operation. The parameters are the same as those described in this topic.
|
|
3159
3165
|
*
|
|
3160
3166
|
* @param request - CreatePipelineRunRequest
|
|
3161
3167
|
* @returns CreatePipelineRunResponse
|
|
@@ -7147,10 +7153,10 @@ class Client extends openapi_core_1.default {
|
|
|
7147
7153
|
return await this.getCertificateWithOptions(request, runtime);
|
|
7148
7154
|
}
|
|
7149
7155
|
/**
|
|
7150
|
-
*
|
|
7156
|
+
* Retrieves the details of a specified column in a Data Map table.
|
|
7151
7157
|
*
|
|
7152
7158
|
* @remarks
|
|
7153
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
7159
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
7154
7160
|
*
|
|
7155
7161
|
* @param request - GetColumnRequest
|
|
7156
7162
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7176,10 +7182,10 @@ class Client extends openapi_core_1.default {
|
|
|
7176
7182
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetColumnResponse({}));
|
|
7177
7183
|
}
|
|
7178
7184
|
/**
|
|
7179
|
-
*
|
|
7185
|
+
* Retrieves the details of a specified column in a Data Map table.
|
|
7180
7186
|
*
|
|
7181
7187
|
* @remarks
|
|
7182
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
7188
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
7183
7189
|
*
|
|
7184
7190
|
* @param request - GetColumnRequest
|
|
7185
7191
|
* @returns GetColumnResponse
|
|
@@ -9360,10 +9366,10 @@ class Client extends openapi_core_1.default {
|
|
|
9360
9366
|
return await this.getSkillWithOptions(request, runtime);
|
|
9361
9367
|
}
|
|
9362
9368
|
/**
|
|
9363
|
-
*
|
|
9369
|
+
* Retrieves the details of a specified data table in DataWorks Data Map. You can specify whether to return business metadata.
|
|
9364
9370
|
*
|
|
9365
9371
|
* @remarks
|
|
9366
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
9372
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
9367
9373
|
*
|
|
9368
9374
|
* @param request - GetTableRequest
|
|
9369
9375
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9389,10 +9395,10 @@ class Client extends openapi_core_1.default {
|
|
|
9389
9395
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetTableResponse({}));
|
|
9390
9396
|
}
|
|
9391
9397
|
/**
|
|
9392
|
-
*
|
|
9398
|
+
* Retrieves the details of a specified data table in DataWorks Data Map. You can specify whether to return business metadata.
|
|
9393
9399
|
*
|
|
9394
9400
|
* @remarks
|
|
9395
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
9401
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
9396
9402
|
*
|
|
9397
9403
|
* @param request - GetTableRequest
|
|
9398
9404
|
* @returns GetTableResponse
|
|
@@ -9835,12 +9841,12 @@ class Client extends openapi_core_1.default {
|
|
|
9835
9841
|
return importCertificateResp;
|
|
9836
9842
|
}
|
|
9837
9843
|
/**
|
|
9838
|
-
* Imports a workflow and its child nodes
|
|
9844
|
+
* Imports a workflow node defined by FlowSpec and its child nodes into DataStudio.
|
|
9839
9845
|
*
|
|
9840
9846
|
* @remarks
|
|
9841
9847
|
* >Notice:
|
|
9842
|
-
* - This
|
|
9843
|
-
* - This is an asynchronous
|
|
9848
|
+
* - This operation does not support importing multiple workflows. If more than one workflow is defined in the FlowSpec, all workflows except the first one are ignored.
|
|
9849
|
+
* - This is an asynchronous operation. The response returns an asynchronous task object. Call GetJobStatus to query the execution status of the task.
|
|
9844
9850
|
*
|
|
9845
9851
|
* @param request - ImportWorkflowDefinitionRequest
|
|
9846
9852
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9849,6 +9855,9 @@ class Client extends openapi_core_1.default {
|
|
|
9849
9855
|
async importWorkflowDefinitionWithOptions(request, runtime) {
|
|
9850
9856
|
request.validate();
|
|
9851
9857
|
let body = {};
|
|
9858
|
+
if (!$dara.isNull(request.dryRun)) {
|
|
9859
|
+
body["DryRun"] = request.dryRun;
|
|
9860
|
+
}
|
|
9852
9861
|
if (!$dara.isNull(request.projectId)) {
|
|
9853
9862
|
body["ProjectId"] = request.projectId;
|
|
9854
9863
|
}
|
|
@@ -9872,12 +9881,12 @@ class Client extends openapi_core_1.default {
|
|
|
9872
9881
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ImportWorkflowDefinitionResponse({}));
|
|
9873
9882
|
}
|
|
9874
9883
|
/**
|
|
9875
|
-
* Imports a workflow and its child nodes
|
|
9884
|
+
* Imports a workflow node defined by FlowSpec and its child nodes into DataStudio.
|
|
9876
9885
|
*
|
|
9877
9886
|
* @remarks
|
|
9878
9887
|
* >Notice:
|
|
9879
|
-
* - This
|
|
9880
|
-
* - This is an asynchronous
|
|
9888
|
+
* - This operation does not support importing multiple workflows. If more than one workflow is defined in the FlowSpec, all workflows except the first one are ignored.
|
|
9889
|
+
* - This is an asynchronous operation. The response returns an asynchronous task object. Call GetJobStatus to query the execution status of the task.
|
|
9881
9890
|
*
|
|
9882
9891
|
* @param request - ImportWorkflowDefinitionRequest
|
|
9883
9892
|
* @returns ImportWorkflowDefinitionResponse
|
|
@@ -10282,10 +10291,10 @@ class Client extends openapi_core_1.default {
|
|
|
10282
10291
|
return await this.listCertificatesWithOptions(request, runtime);
|
|
10283
10292
|
}
|
|
10284
10293
|
/**
|
|
10285
|
-
* Queries the column list of a specified table in Data Map.
|
|
10294
|
+
* Queries the column list of a specified data table in DataWorks Data Map.
|
|
10286
10295
|
*
|
|
10287
10296
|
* @remarks
|
|
10288
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
10297
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
10289
10298
|
*
|
|
10290
10299
|
* @param request - ListColumnsRequest
|
|
10291
10300
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10311,10 +10320,10 @@ class Client extends openapi_core_1.default {
|
|
|
10311
10320
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListColumnsResponse({}));
|
|
10312
10321
|
}
|
|
10313
10322
|
/**
|
|
10314
|
-
* Queries the column list of a specified table in Data Map.
|
|
10323
|
+
* Queries the column list of a specified data table in DataWorks Data Map.
|
|
10315
10324
|
*
|
|
10316
10325
|
* @remarks
|
|
10317
|
-
* 1. DataWorks Basic Edition or a higher edition
|
|
10326
|
+
* 1. You must purchase DataWorks Basic Edition or a higher edition to use this feature.
|
|
10318
10327
|
*
|
|
10319
10328
|
* @param request - ListColumnsRequest
|
|
10320
10329
|
* @returns ListColumnsResponse
|
|
@@ -14048,10 +14057,10 @@ class Client extends openapi_core_1.default {
|
|
|
14048
14057
|
return await this.listSkillsWithOptions(request, runtime);
|
|
14049
14058
|
}
|
|
14050
14059
|
/**
|
|
14051
|
-
* Queries
|
|
14060
|
+
* Queries the list of data tables in DataWorks Data Map. For types that do not support the schema level, you can query data tables under a specified database. For types that support the schema level, you can query data tables under a specified database, MaxCompute project, or schema. The response contains only basic table information and does not include technical metadata or business metadata.
|
|
14052
14061
|
*
|
|
14053
14062
|
* @remarks
|
|
14054
|
-
* 1.
|
|
14063
|
+
* 1. DataWorks Basic Edition or a higher edition is required.
|
|
14055
14064
|
*
|
|
14056
14065
|
* @param tmpReq - ListTablesRequest
|
|
14057
14066
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14082,10 +14091,10 @@ class Client extends openapi_core_1.default {
|
|
|
14082
14091
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTablesResponse({}));
|
|
14083
14092
|
}
|
|
14084
14093
|
/**
|
|
14085
|
-
* Queries
|
|
14094
|
+
* Queries the list of data tables in DataWorks Data Map. For types that do not support the schema level, you can query data tables under a specified database. For types that support the schema level, you can query data tables under a specified database, MaxCompute project, or schema. The response contains only basic table information and does not include technical metadata or business metadata.
|
|
14086
14095
|
*
|
|
14087
14096
|
* @remarks
|
|
14088
|
-
* 1.
|
|
14097
|
+
* 1. DataWorks Basic Edition or a higher edition is required.
|
|
14089
14098
|
*
|
|
14090
14099
|
* @param request - ListTablesRequest
|
|
14091
14100
|
* @returns ListTablesResponse
|