@alicloud/dataworks-public20240518 8.8.3 → 8.8.5

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.
Files changed (93) hide show
  1. package/dist/client.d.ts +38 -38
  2. package/dist/client.js +47 -38
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/Column.d.ts +23 -20
  5. package/dist/models/Column.js +5 -0
  6. package/dist/models/Column.js.map +1 -1
  7. package/dist/models/CreateAgentSessionRequest.d.ts +10 -0
  8. package/dist/models/CreateAgentSessionRequest.js +4 -0
  9. package/dist/models/CreateAgentSessionRequest.js.map +1 -1
  10. package/dist/models/CreatePipelineRunRequest.d.ts +30 -8
  11. package/dist/models/CreatePipelineRunRequest.js +4 -0
  12. package/dist/models/CreatePipelineRunRequest.js.map +1 -1
  13. package/dist/models/CreatePipelineRunResponseBody.d.ts +2 -2
  14. package/dist/models/CreatePipelineRunShrinkRequest.d.ts +30 -8
  15. package/dist/models/CreatePipelineRunShrinkRequest.js +4 -0
  16. package/dist/models/CreatePipelineRunShrinkRequest.js.map +1 -1
  17. package/dist/models/GetColumnRequest.d.ts +14 -13
  18. package/dist/models/GetColumnRequest.js.map +1 -1
  19. package/dist/models/GetColumnResponseBody.d.ts +2 -2
  20. package/dist/models/GetTableRequest.d.ts +17 -14
  21. package/dist/models/GetTableRequest.js +2 -0
  22. package/dist/models/GetTableRequest.js.map +1 -1
  23. package/dist/models/GetTableResponseBody.d.ts +2 -2
  24. package/dist/models/ImportWorkflowDefinitionRequest.d.ts +11 -7
  25. package/dist/models/ImportWorkflowDefinitionRequest.js +2 -0
  26. package/dist/models/ImportWorkflowDefinitionRequest.js.map +1 -1
  27. package/dist/models/ImportWorkflowDefinitionResponseBody.d.ts +13 -17
  28. package/dist/models/ImportWorkflowDefinitionResponseBody.js.map +1 -1
  29. package/dist/models/ListColumnsRequest.d.ts +12 -15
  30. package/dist/models/ListColumnsRequest.js +2 -0
  31. package/dist/models/ListColumnsRequest.js.map +1 -1
  32. package/dist/models/ListColumnsResponseBody.d.ts +3 -3
  33. package/dist/models/ListDataAssetsRequest.d.ts +28 -21
  34. package/dist/models/ListDataAssetsRequest.js +6 -0
  35. package/dist/models/ListDataAssetsRequest.js.map +1 -1
  36. package/dist/models/ListDataAssetsResponseBody.d.ts +42 -17
  37. package/dist/models/ListDataAssetsResponseBody.js +29 -1
  38. package/dist/models/ListDataAssetsResponseBody.js.map +1 -1
  39. package/dist/models/ListDataAssetsShrinkRequest.d.ts +26 -17
  40. package/dist/models/ListDataAssetsShrinkRequest.js +6 -0
  41. package/dist/models/ListDataAssetsShrinkRequest.js.map +1 -1
  42. package/dist/models/ListTablesRequest.d.ts +27 -40
  43. package/dist/models/ListTablesRequest.js +2 -0
  44. package/dist/models/ListTablesRequest.js.map +1 -1
  45. package/dist/models/ListTablesResponseBody.d.ts +3 -3
  46. package/dist/models/ListTablesShrinkRequest.d.ts +27 -40
  47. package/dist/models/ListTablesShrinkRequest.js +2 -0
  48. package/dist/models/ListTablesShrinkRequest.js.map +1 -1
  49. package/dist/models/Table.d.ts +55 -54
  50. package/dist/models/Table.js +5 -0
  51. package/dist/models/Table.js.map +1 -1
  52. package/dist/models/UpdateTaskRequest.d.ts +61 -87
  53. package/dist/models/UpdateTaskRequest.js.map +1 -1
  54. package/dist/models/UpdateTaskResponseBody.d.ts +2 -2
  55. package/dist/models/UpdateTaskShrinkRequest.d.ts +23 -30
  56. package/dist/models/UpdateTaskShrinkRequest.js.map +1 -1
  57. package/dist/models/UpdateWorkflowRequest.d.ts +82 -113
  58. package/dist/models/UpdateWorkflowRequest.js.map +1 -1
  59. package/dist/models/UpdateWorkflowResponseBody.d.ts +2 -2
  60. package/dist/models/UpdateWorkflowShrinkRequest.d.ts +12 -15
  61. package/dist/models/UpdateWorkflowShrinkRequest.js.map +1 -1
  62. package/dist/models/model.d.ts +1 -0
  63. package/dist/models/model.js +39 -37
  64. package/dist/models/model.js.map +1 -1
  65. package/package.json +1 -1
  66. package/src/client.ts +50 -38
  67. package/src/models/Column.ts +26 -20
  68. package/src/models/CreateAgentSessionRequest.ts +14 -0
  69. package/src/models/CreatePipelineRunRequest.ts +34 -8
  70. package/src/models/CreatePipelineRunResponseBody.ts +2 -2
  71. package/src/models/CreatePipelineRunShrinkRequest.ts +34 -8
  72. package/src/models/GetColumnRequest.ts +14 -13
  73. package/src/models/GetColumnResponseBody.ts +2 -2
  74. package/src/models/GetTableRequest.ts +19 -14
  75. package/src/models/GetTableResponseBody.ts +2 -2
  76. package/src/models/ImportWorkflowDefinitionRequest.ts +13 -7
  77. package/src/models/ImportWorkflowDefinitionResponseBody.ts +13 -17
  78. package/src/models/ListColumnsRequest.ts +14 -15
  79. package/src/models/ListColumnsResponseBody.ts +3 -3
  80. package/src/models/ListDataAssetsRequest.ts +34 -21
  81. package/src/models/ListDataAssetsResponseBody.ts +61 -17
  82. package/src/models/ListDataAssetsShrinkRequest.ts +32 -17
  83. package/src/models/ListTablesRequest.ts +29 -40
  84. package/src/models/ListTablesResponseBody.ts +3 -3
  85. package/src/models/ListTablesShrinkRequest.ts +29 -40
  86. package/src/models/Table.ts +59 -55
  87. package/src/models/UpdateTaskRequest.ts +61 -87
  88. package/src/models/UpdateTaskResponseBody.ts +2 -2
  89. package/src/models/UpdateTaskShrinkRequest.ts +23 -30
  90. package/src/models/UpdateWorkflowRequest.ts +82 -113
  91. package/src/models/UpdateWorkflowResponseBody.ts +2 -2
  92. package/src/models/UpdateWorkflowShrinkRequest.ts +12 -15
  93. package/src/models/model.ts +1 -0
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 deployment process for entities in the Data Studio (new version).
1012
+ * Creates a publish process for an entity in the new-version DataStudio.
1013
1013
  *
1014
1014
  * @remarks
1015
- * >Notice: This API does not support batch operations. If you specify multiple entities to be published, all entities except the first one are ignored.
1016
- * >Notice: This API may not be available in earlier versions of the SDK. In that case, use the CreateDeployment API, which accepts the same parameters.
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 deployment process for entities in the Data Studio (new version).
1024
+ * Creates a publish process for an entity in the new-version DataStudio.
1025
1025
  *
1026
1026
  * @remarks
1027
- * >Notice: This API does not support batch operations. If you specify multiple entities to be published, all entities except the first one are ignored.
1028
- * >Notice: This API may not be available in earlier versions of the SDK. In that case, use the CreateDeployment API, which accepts the same parameters.
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
- * Queries the information about a specific field of a table in Data Map.
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 is required.
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
- * Queries the information about a specific field of a table in Data Map.
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 is required.
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
- * Queries the information about a specific table in Data Map.
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 is required.
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
- * Queries the information about a specific table in Data Map.
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 is required.
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 that are specified by the FlowSpec field to DataStudio.
3818
+ * Imports a workflow node defined by FlowSpec and its child nodes into DataStudio.
3819
3819
  *
3820
3820
  * @remarks
3821
3821
  * >Notice:
3822
- * - This API does not support importing multiple workflow definitions. If you define more than one workflow definition in the FlowSpec, all workflow definitions except the first one are ignored.
3823
- * - This is an asynchronous API. Calling this API returns an asynchronous task object. You must call the GetJobStatus API to query the execution status of the task.
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 that are specified by the FlowSpec field to DataStudio.
3831
+ * Imports a workflow node defined by FlowSpec and its child nodes into DataStudio.
3832
3832
  *
3833
3833
  * @remarks
3834
3834
  * >Notice:
3835
- * - This API does not support importing multiple workflow definitions. If you define more than one workflow definition in the FlowSpec, all workflow definitions except the first one are ignored.
3836
- * - This is an asynchronous API. Calling this API returns an asynchronous task object. You must call the GetJobStatus API to query the execution status of the task.
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 is required.
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 is required.
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
@@ -4244,10 +4244,10 @@ export default class Client extends OpenApi {
4244
4244
  */
4245
4245
  listDataAssetTags(request: $_model.ListDataAssetTagsRequest): Promise<$_model.ListDataAssetTagsResponse>;
4246
4246
  /**
4247
- * Queries the information about DataWorks data assets to which tags are added by page.
4247
+ * Queries DataWorks data assets that are associated with tags by paging.
4248
4248
  *
4249
4249
  * @remarks
4250
- * This API operation is available only for DataWorks Enterprise Edition or a more advanced edition.
4250
+ * You must purchase DataWorks Enterprise Edition or a higher edition to use this feature.
4251
4251
  *
4252
4252
  * @param tmpReq - ListDataAssetsRequest
4253
4253
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4255,10 +4255,10 @@ export default class Client extends OpenApi {
4255
4255
  */
4256
4256
  listDataAssetsWithOptions(tmpReq: $_model.ListDataAssetsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListDataAssetsResponse>;
4257
4257
  /**
4258
- * Queries the information about DataWorks data assets to which tags are added by page.
4258
+ * Queries DataWorks data assets that are associated with tags by paging.
4259
4259
  *
4260
4260
  * @remarks
4261
- * This API operation is available only for DataWorks Enterprise Edition or a more advanced edition.
4261
+ * You must purchase DataWorks Enterprise Edition or a higher edition to use this feature.
4262
4262
  *
4263
4263
  * @param request - ListDataAssetsRequest
4264
4264
  * @returns ListDataAssetsResponse
@@ -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 a list of tables in the data map. For data source types that do not support schemas, this operation queries tables within a specified database. For data source types that support schemas, you can query tables within a specified database, MaxCompute project, or schema. The response includes basic table information, technical metadata, and business metadata.
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. You must purchase DataWorks Basic Edition or a higher edition to use this operation.
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 a list of tables in the data map. For data source types that do not support schemas, this operation queries tables within a specified database. For data source types that support schemas, you can query tables within a specified database, MaxCompute project, or schema. The response includes basic table information, technical metadata, and business metadata.
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. You must purchase DataWorks Basic Edition or a higher edition to use this operation.
5487
+ * 1. DataWorks Basic Edition or a higher edition is required.
5488
5488
  *
5489
5489
  * @param request - ListTablesRequest
5490
5490
  * @returns ListTablesResponse
@@ -7045,7 +7045,7 @@ export default class Client extends OpenApi {
7045
7045
  */
7046
7046
  updateTableBusinessMetadata(request: $_model.UpdateTableBusinessMetadataRequest): Promise<$_model.UpdateTableBusinessMetadataResponse>;
7047
7047
  /**
7048
- * Update a task. The changes are synchronized to Data Studio, which creates a new saved version.
7048
+ * Updates a specified node. The modifications are synchronized to DataStudio, where a new saved version is created.
7049
7049
  *
7050
7050
  * @param tmpReq - UpdateTaskRequest
7051
7051
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7053,7 +7053,7 @@ export default class Client extends OpenApi {
7053
7053
  */
7054
7054
  updateTaskWithOptions(tmpReq: $_model.UpdateTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateTaskResponse>;
7055
7055
  /**
7056
- * Update a task. The changes are synchronized to Data Studio, which creates a new saved version.
7056
+ * Updates a specified node. The modifications are synchronized to DataStudio, where a new saved version is created.
7057
7057
  *
7058
7058
  * @param request - UpdateTaskRequest
7059
7059
  * @returns UpdateTaskResponse
@@ -7096,10 +7096,10 @@ export default class Client extends OpenApi {
7096
7096
  */
7097
7097
  updateUdfFile(request: $_model.UpdateUdfFileRequest): Promise<$_model.UpdateUdfFileResponse>;
7098
7098
  /**
7099
- * Updates a specified workflow in full update mode.
7099
+ * Updates a specified workflow by using the full update method. Fields that can be synchronously updated to DataStudio include: owner, data source, schedule resource group, description, and trigger run mode (Normal, Skip, or Pause).
7100
7100
  *
7101
7101
  * @remarks
7102
- * DataWorks Basic Edition or higher is required.
7102
+ * DataWorks Basic Edition or a more advanced edition is required.
7103
7103
  *
7104
7104
  * @param tmpReq - UpdateWorkflowRequest
7105
7105
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7107,10 +7107,10 @@ export default class Client extends OpenApi {
7107
7107
  */
7108
7108
  updateWorkflowWithOptions(tmpReq: $_model.UpdateWorkflowRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateWorkflowResponse>;
7109
7109
  /**
7110
- * Updates a specified workflow in full update mode.
7110
+ * Updates a specified workflow by using the full update method. Fields that can be synchronously updated to DataStudio include: owner, data source, schedule resource group, description, and trigger run mode (Normal, Skip, or Pause).
7111
7111
  *
7112
7112
  * @remarks
7113
- * DataWorks Basic Edition or higher is required.
7113
+ * DataWorks Basic Edition or a more advanced edition is required.
7114
7114
  *
7115
7115
  * @param request - UpdateWorkflowRequest
7116
7116
  * @returns UpdateWorkflowResponse
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 deployment process for entities in the Data Studio (new version).
3107
+ * Creates a publish process for an entity in the new-version DataStudio.
3108
3108
  *
3109
3109
  * @remarks
3110
- * >Notice: This API does not support batch operations. If you specify multiple entities to be published, all entities except the first one are ignored.
3111
- * >Notice: This API may not be available in earlier versions of the SDK. In that case, use the CreateDeployment API, which accepts the same parameters.
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 deployment process for entities in the Data Studio (new version).
3160
+ * Creates a publish process for an entity in the new-version DataStudio.
3155
3161
  *
3156
3162
  * @remarks
3157
- * >Notice: This API does not support batch operations. If you specify multiple entities to be published, all entities except the first one are ignored.
3158
- * >Notice: This API may not be available in earlier versions of the SDK. In that case, use the CreateDeployment API, which accepts the same parameters.
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
- * Queries the information about a specific field of a table in Data Map.
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 is required.
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
- * Queries the information about a specific field of a table in Data Map.
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 is required.
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
- * Queries the information about a specific table in Data Map.
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 is required.
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
- * Queries the information about a specific table in Data Map.
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 is required.
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 that are specified by the FlowSpec field to DataStudio.
9844
+ * Imports a workflow node defined by FlowSpec and its child nodes into DataStudio.
9839
9845
  *
9840
9846
  * @remarks
9841
9847
  * >Notice:
9842
- * - This API does not support importing multiple workflow definitions. If you define more than one workflow definition in the FlowSpec, all workflow definitions except the first one are ignored.
9843
- * - This is an asynchronous API. Calling this API returns an asynchronous task object. You must call the GetJobStatus API to query the execution status of the task.
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 that are specified by the FlowSpec field to DataStudio.
9884
+ * Imports a workflow node defined by FlowSpec and its child nodes into DataStudio.
9876
9885
  *
9877
9886
  * @remarks
9878
9887
  * >Notice:
9879
- * - This API does not support importing multiple workflow definitions. If you define more than one workflow definition in the FlowSpec, all workflow definitions except the first one are ignored.
9880
- * - This is an asynchronous API. Calling this API returns an asynchronous task object. You must call the GetJobStatus API to query the execution status of the task.
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 is required.
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 is required.
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
@@ -10863,10 +10872,10 @@ class Client extends openapi_core_1.default {
10863
10872
  return await this.listDataAssetTagsWithOptions(request, runtime);
10864
10873
  }
10865
10874
  /**
10866
- * Queries the information about DataWorks data assets to which tags are added by page.
10875
+ * Queries DataWorks data assets that are associated with tags by paging.
10867
10876
  *
10868
10877
  * @remarks
10869
- * This API operation is available only for DataWorks Enterprise Edition or a more advanced edition.
10878
+ * You must purchase DataWorks Enterprise Edition or a higher edition to use this feature.
10870
10879
  *
10871
10880
  * @param tmpReq - ListDataAssetsRequest
10872
10881
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10900,10 +10909,10 @@ class Client extends openapi_core_1.default {
10900
10909
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListDataAssetsResponse({}));
10901
10910
  }
10902
10911
  /**
10903
- * Queries the information about DataWorks data assets to which tags are added by page.
10912
+ * Queries DataWorks data assets that are associated with tags by paging.
10904
10913
  *
10905
10914
  * @remarks
10906
- * This API operation is available only for DataWorks Enterprise Edition or a more advanced edition.
10915
+ * You must purchase DataWorks Enterprise Edition or a higher edition to use this feature.
10907
10916
  *
10908
10917
  * @param request - ListDataAssetsRequest
10909
10918
  * @returns ListDataAssetsResponse
@@ -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 a list of tables in the data map. For data source types that do not support schemas, this operation queries tables within a specified database. For data source types that support schemas, you can query tables within a specified database, MaxCompute project, or schema. The response includes basic table information, technical metadata, and business metadata.
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. You must purchase DataWorks Basic Edition or a higher edition to use this operation.
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 a list of tables in the data map. For data source types that do not support schemas, this operation queries tables within a specified database. For data source types that support schemas, you can query tables within a specified database, MaxCompute project, or schema. The response includes basic table information, technical metadata, and business metadata.
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. You must purchase DataWorks Basic Edition or a higher edition to use this operation.
14097
+ * 1. DataWorks Basic Edition or a higher edition is required.
14089
14098
  *
14090
14099
  * @param request - ListTablesRequest
14091
14100
  * @returns ListTablesResponse
@@ -18827,7 +18836,7 @@ class Client extends openapi_core_1.default {
18827
18836
  return await this.updateTableBusinessMetadataWithOptions(request, runtime);
18828
18837
  }
18829
18838
  /**
18830
- * Update a task. The changes are synchronized to Data Studio, which creates a new saved version.
18839
+ * Updates a specified node. The modifications are synchronized to DataStudio, where a new saved version is created.
18831
18840
  *
18832
18841
  * @param tmpReq - UpdateTaskRequest
18833
18842
  * @param runtime - runtime options for this request RuntimeOptions
@@ -18936,7 +18945,7 @@ class Client extends openapi_core_1.default {
18936
18945
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateTaskResponse({}));
18937
18946
  }
18938
18947
  /**
18939
- * Update a task. The changes are synchronized to Data Studio, which creates a new saved version.
18948
+ * Updates a specified node. The modifications are synchronized to DataStudio, where a new saved version is created.
18940
18949
  *
18941
18950
  * @param request - UpdateTaskRequest
18942
18951
  * @returns UpdateTaskResponse
@@ -19071,10 +19080,10 @@ class Client extends openapi_core_1.default {
19071
19080
  return await this.updateUdfFileWithOptions(request, runtime);
19072
19081
  }
19073
19082
  /**
19074
- * Updates a specified workflow in full update mode.
19083
+ * Updates a specified workflow by using the full update method. Fields that can be synchronously updated to DataStudio include: owner, data source, schedule resource group, description, and trigger run mode (Normal, Skip, or Pause).
19075
19084
  *
19076
19085
  * @remarks
19077
- * DataWorks Basic Edition or higher is required.
19086
+ * DataWorks Basic Edition or a more advanced edition is required.
19078
19087
  *
19079
19088
  * @param tmpReq - UpdateWorkflowRequest
19080
19089
  * @param runtime - runtime options for this request RuntimeOptions
@@ -19156,10 +19165,10 @@ class Client extends openapi_core_1.default {
19156
19165
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateWorkflowResponse({}));
19157
19166
  }
19158
19167
  /**
19159
- * Updates a specified workflow in full update mode.
19168
+ * Updates a specified workflow by using the full update method. Fields that can be synchronously updated to DataStudio include: owner, data source, schedule resource group, description, and trigger run mode (Normal, Skip, or Pause).
19160
19169
  *
19161
19170
  * @remarks
19162
- * DataWorks Basic Edition or higher is required.
19171
+ * DataWorks Basic Edition or a more advanced edition is required.
19163
19172
  *
19164
19173
  * @param request - UpdateWorkflowRequest
19165
19174
  * @returns UpdateWorkflowResponse