@huaweicloud/huaweicloud-sdk-dataartsstudio 3.1.72 → 3.1.74

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 (100) hide show
  1. package/package.json +2 -2
  2. package/v1/DataArtsStudioClient.d.ts +216 -33
  3. package/v1/DataArtsStudioClient.d.ts.map +1 -1
  4. package/v1/DataArtsStudioClient.js +527 -33
  5. package/v1/DataArtsStudioClient.js.map +1 -1
  6. package/v1/model/ColumnDetails.d.ts +12 -0
  7. package/v1/model/ColumnDetails.d.ts.map +1 -0
  8. package/v1/model/ColumnDetails.js +25 -0
  9. package/v1/model/ColumnDetails.js.map +1 -0
  10. package/v1/model/ColumnLineage.d.ts +15 -0
  11. package/v1/model/ColumnLineage.d.ts.map +1 -0
  12. package/v1/model/ColumnLineage.js +36 -0
  13. package/v1/model/ColumnLineage.js.map +1 -0
  14. package/v1/model/ImportCatalogsRequest.d.ts +17 -0
  15. package/v1/model/ImportCatalogsRequest.d.ts.map +1 -0
  16. package/v1/model/ImportCatalogsRequest.js +39 -0
  17. package/v1/model/ImportCatalogsRequest.js.map +1 -0
  18. package/v1/model/ImportCatalogsRequestBody.d.ts +6 -0
  19. package/v1/model/ImportCatalogsRequestBody.d.ts.map +1 -0
  20. package/v1/model/ImportCatalogsRequestBody.js +14 -0
  21. package/v1/model/ImportCatalogsRequestBody.js.map +1 -0
  22. package/v1/model/ImportCatalogsResponse.d.ts +7 -0
  23. package/v1/model/ImportCatalogsResponse.d.ts.map +1 -0
  24. package/v1/model/ImportCatalogsResponse.js +15 -0
  25. package/v1/model/ImportCatalogsResponse.js.map +1 -0
  26. package/v1/model/ImportLineageRequest.d.ts +9 -0
  27. package/v1/model/ImportLineageRequest.d.ts.map +1 -0
  28. package/v1/model/ImportLineageRequest.js +18 -0
  29. package/v1/model/ImportLineageRequest.js.map +1 -0
  30. package/v1/model/ImportLineageResponse.d.ts +8 -0
  31. package/v1/model/ImportLineageResponse.d.ts.map +1 -0
  32. package/v1/model/ImportLineageResponse.js +15 -0
  33. package/v1/model/ImportLineageResponse.js.map +1 -0
  34. package/v1/model/ImportModelsRequest.d.ts +41 -0
  35. package/v1/model/ImportModelsRequest.d.ts.map +1 -0
  36. package/v1/model/ImportModelsRequest.js +76 -0
  37. package/v1/model/ImportModelsRequest.js.map +1 -0
  38. package/v1/model/ImportModelsRequestBody.d.ts +6 -0
  39. package/v1/model/ImportModelsRequestBody.d.ts.map +1 -0
  40. package/v1/model/ImportModelsRequestBody.js +14 -0
  41. package/v1/model/ImportModelsRequestBody.js.map +1 -0
  42. package/v1/model/ImportModelsResponse.d.ts +7 -0
  43. package/v1/model/ImportModelsResponse.d.ts.map +1 -0
  44. package/v1/model/ImportModelsResponse.js +15 -0
  45. package/v1/model/ImportModelsResponse.js.map +1 -0
  46. package/v1/model/ListAllTablesRequest.d.ts +92 -0
  47. package/v1/model/ListAllTablesRequest.d.ts.map +1 -0
  48. package/v1/model/ListAllTablesRequest.js +161 -0
  49. package/v1/model/ListAllTablesRequest.js.map +1 -0
  50. package/v1/model/ListAllTablesResponse.d.ts +7 -0
  51. package/v1/model/ListAllTablesResponse.d.ts.map +1 -0
  52. package/v1/model/ListAllTablesResponse.js +15 -0
  53. package/v1/model/ListAllTablesResponse.js.map +1 -0
  54. package/v1/model/ListFactoryTaskCompletionRequest.d.ts +8 -0
  55. package/v1/model/ListFactoryTaskCompletionRequest.d.ts.map +1 -0
  56. package/v1/model/ListFactoryTaskCompletionRequest.js +17 -0
  57. package/v1/model/ListFactoryTaskCompletionRequest.js.map +1 -0
  58. package/v1/model/ListFactoryTaskCompletionResAverage.d.ts +12 -0
  59. package/v1/model/ListFactoryTaskCompletionResAverage.d.ts.map +1 -0
  60. package/v1/model/ListFactoryTaskCompletionResAverage.js +29 -0
  61. package/v1/model/ListFactoryTaskCompletionResAverage.js.map +1 -0
  62. package/v1/model/ListFactoryTaskCompletionResToday.d.ts +12 -0
  63. package/v1/model/ListFactoryTaskCompletionResToday.d.ts.map +1 -0
  64. package/v1/model/ListFactoryTaskCompletionResToday.js +29 -0
  65. package/v1/model/ListFactoryTaskCompletionResToday.js.map +1 -0
  66. package/v1/model/ListFactoryTaskCompletionResYesterday.d.ts +12 -0
  67. package/v1/model/ListFactoryTaskCompletionResYesterday.d.ts.map +1 -0
  68. package/v1/model/ListFactoryTaskCompletionResYesterday.js +29 -0
  69. package/v1/model/ListFactoryTaskCompletionResYesterday.js.map +1 -0
  70. package/v1/model/ListFactoryTaskCompletionResponse.d.ts +14 -0
  71. package/v1/model/ListFactoryTaskCompletionResponse.d.ts.map +1 -0
  72. package/v1/model/ListFactoryTaskCompletionResponse.js +23 -0
  73. package/v1/model/ListFactoryTaskCompletionResponse.js.map +1 -0
  74. package/v1/model/ListFactoryTaskOverviewRequest.d.ts +14 -0
  75. package/v1/model/ListFactoryTaskOverviewRequest.d.ts.map +1 -0
  76. package/v1/model/ListFactoryTaskOverviewRequest.js +33 -0
  77. package/v1/model/ListFactoryTaskOverviewRequest.js.map +1 -0
  78. package/v1/model/ListFactoryTaskOverviewResponse.d.ts +57 -0
  79. package/v1/model/ListFactoryTaskOverviewResponse.d.ts.map +1 -0
  80. package/v1/model/ListFactoryTaskOverviewResponse.js +141 -0
  81. package/v1/model/ListFactoryTaskOverviewResponse.js.map +1 -0
  82. package/v1/model/ObjectIdInfo.d.ts +14 -0
  83. package/v1/model/ObjectIdInfo.d.ts.map +1 -0
  84. package/v1/model/ObjectIdInfo.js +33 -0
  85. package/v1/model/ObjectIdInfo.js.map +1 -0
  86. package/v1/model/OpenEntityHeader.d.ts +2 -2
  87. package/v1/model/OpenEntityHeader.d.ts.map +1 -1
  88. package/v1/model/OpenEntityHeader.js.map +1 -1
  89. package/v1/model/TableInfo.d.ts +10 -0
  90. package/v1/model/TableInfo.d.ts.map +1 -0
  91. package/v1/model/TableInfo.js +21 -0
  92. package/v1/model/TableInfo.js.map +1 -0
  93. package/v1/model/TableLineage.d.ts +28 -0
  94. package/v1/model/TableLineage.d.ts.map +1 -0
  95. package/v1/model/TableLineage.js +67 -0
  96. package/v1/model/TableLineage.js.map +1 -0
  97. package/v1/public-api.d.ts +22 -0
  98. package/v1/public-api.d.ts.map +1 -1
  99. package/v1/public-api.js +22 -0
  100. package/v1/public-api.js.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huaweicloud/huaweicloud-sdk-dataartsstudio",
3
- "version": "3.1.72",
3
+ "version": "3.1.74",
4
4
  "description": "Huaweicloud SDK for dataartsstudio",
5
5
  "main": "huaweicloud-sdk-dataartsstudio.js",
6
6
  "typings": "huaweicloud-sdk-dataartsstudio.d.ts",
@@ -14,7 +14,7 @@
14
14
  "author": "HuaweiCloud_SDK",
15
15
  "license": "Apache-2.0",
16
16
  "dependencies": {
17
- "@huaweicloud/huaweicloud-sdk-core": "^3.1.72"
17
+ "@huaweicloud/huaweicloud-sdk-core": "^3.1.74"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^14.14.37",
@@ -158,6 +158,12 @@ import { ExecuteApiToInstanceRequest } from './model/ExecuteApiToInstanceRequest
158
158
  import { ExecuteApiToInstanceResponse } from './model/ExecuteApiToInstanceResponse';
159
159
  import { ExecuteTaskActionRequest } from './model/ExecuteTaskActionRequest';
160
160
  import { ExecuteTaskActionResponse } from './model/ExecuteTaskActionResponse';
161
+ import { ImportCatalogsRequest } from './model/ImportCatalogsRequest';
162
+ import { ImportCatalogsResponse } from './model/ImportCatalogsResponse';
163
+ import { ImportLineageRequest } from './model/ImportLineageRequest';
164
+ import { ImportLineageResponse } from './model/ImportLineageResponse';
165
+ import { ImportModelsRequest } from './model/ImportModelsRequest';
166
+ import { ImportModelsResponse } from './model/ImportModelsResponse';
161
167
  import { ImportResultRequest } from './model/ImportResultRequest';
162
168
  import { ImportResultResponse } from './model/ImportResultResponse';
163
169
  import { InitializeStandardTemplateRequest } from './model/InitializeStandardTemplateRequest';
@@ -168,6 +174,8 @@ import { ListAllCatalogListRequest } from './model/ListAllCatalogListRequest';
168
174
  import { ListAllCatalogListResponse } from './model/ListAllCatalogListResponse';
169
175
  import { ListAllStandardsRequest } from './model/ListAllStandardsRequest';
170
176
  import { ListAllStandardsResponse } from './model/ListAllStandardsResponse';
177
+ import { ListAllTablesRequest } from './model/ListAllTablesRequest';
178
+ import { ListAllTablesResponse } from './model/ListAllTablesResponse';
171
179
  import { ListApiCatalogListRequest } from './model/ListApiCatalogListRequest';
172
180
  import { ListApiCatalogListResponse } from './model/ListApiCatalogListResponse';
173
181
  import { ListApiTopNRequest } from './model/ListApiTopNRequest';
@@ -234,6 +242,10 @@ import { ListFactoryAlarmInfoRequest } from './model/ListFactoryAlarmInfoRequest
234
242
  import { ListFactoryAlarmInfoResponse } from './model/ListFactoryAlarmInfoResponse';
235
243
  import { ListFactoryJobsRequest } from './model/ListFactoryJobsRequest';
236
244
  import { ListFactoryJobsResponse } from './model/ListFactoryJobsResponse';
245
+ import { ListFactoryTaskCompletionRequest } from './model/ListFactoryTaskCompletionRequest';
246
+ import { ListFactoryTaskCompletionResponse } from './model/ListFactoryTaskCompletionResponse';
247
+ import { ListFactoryTaskOverviewRequest } from './model/ListFactoryTaskOverviewRequest';
248
+ import { ListFactoryTaskOverviewResponse } from './model/ListFactoryTaskOverviewResponse';
237
249
  import { ListInstanceListRequest } from './model/ListInstanceListRequest';
238
250
  import { ListInstanceListResponse } from './model/ListInstanceListResponse';
239
251
  import { ListInstancesRequest } from './model/ListInstancesRequest';
@@ -586,7 +598,7 @@ export declare class DataArtsStudioClient {
586
598
  * Please refer to HUAWEI cloud API Explorer for details.
587
599
  *
588
600
  * @summary 批量删除识别规则接口
589
- * @param {string} workspace workspace 信息
601
+ * @param {string} workspace DataArts Studio工作空间ID
590
602
  * @param {BatchDeleteRulesBaseDTO} batchDeleteSecurityDataClassificationRuleRequestBody 识别规则id
591
603
  * @param {*} [options] Override http request option.
592
604
  * @throws {RequiredError}
@@ -599,7 +611,7 @@ export declare class DataArtsStudioClient {
599
611
  *
600
612
  * @summary 批量删除权限集成员
601
613
  * @param {string} permissionSetId 权限集id
602
- * @param {string} workspace workspace 信息
614
+ * @param {string} workspace DataArts Studio工作空间ID
603
615
  * @param {BatchDeleteBaseDTO} batchDeleteSecurityPermissionSetMembersRequestBody 权限集成员批量删除参数
604
616
  * @param {*} [options] Override http request option.
605
617
  * @throws {RequiredError}
@@ -612,7 +624,7 @@ export declare class DataArtsStudioClient {
612
624
  *
613
625
  * @summary 删除权限集的权限
614
626
  * @param {string} permissionSetId 权限集id
615
- * @param {string} workspace workspace 信息
627
+ * @param {string} workspace DataArts Studio工作空间ID
616
628
  * @param {BatchDeleteBaseDTO} batchDeleteSecurityPermissionSetPermissionsRequestBody 权限删除参数
617
629
  * @param {*} [options] Override http request option.
618
630
  * @throws {RequiredError}
@@ -624,7 +636,7 @@ export declare class DataArtsStudioClient {
624
636
  * Please refer to HUAWEI cloud API Explorer for details.
625
637
  *
626
638
  * @summary 批量删除规则模板
627
- * @param {string} workspace workspace 信息
639
+ * @param {string} workspace DataArts Studio工作空间ID
628
640
  * @param {TemplateListRO} templateIds 模板id列表
629
641
  * @param {*} [options] Override http request option.
630
642
  * @throws {RequiredError}
@@ -950,7 +962,7 @@ export declare class DataArtsStudioClient {
950
962
  * Please refer to HUAWEI cloud API Explorer for details.
951
963
  *
952
964
  * @summary 创建识别规则
953
- * @param {string} workspace workspace 信息
965
+ * @param {string} workspace DataArts Studio工作空间ID
954
966
  * @param {DataClassificationRuleOperateDTO} createSecurityDataClassificationRuleRequestBody 敏感数据识别规则传输层DTO对象
955
967
  * @param {*} [options] Override http request option.
956
968
  * @throws {RequiredError}
@@ -962,7 +974,7 @@ export declare class DataArtsStudioClient {
962
974
  * Please refer to HUAWEI cloud API Explorer for details.
963
975
  *
964
976
  * @summary 创建权限集
965
- * @param {string} workspace workspace 信息
977
+ * @param {string} workspace DataArts Studio工作空间ID
966
978
  * @param {PermissionSetCreateDTO} createSecurityPermissionSetRequestBody 权限集创建参数
967
979
  * @param {*} [options] Override http request option.
968
980
  * @throws {RequiredError}
@@ -975,7 +987,7 @@ export declare class DataArtsStudioClient {
975
987
  *
976
988
  * @summary 添加权限集成员
977
989
  * @param {string} permissionSetId 权限集id
978
- * @param {string} workspace workspace 信息
990
+ * @param {string} workspace DataArts Studio工作空间ID
979
991
  * @param {PermissionSetMemberCreateDTO} createSecurityPermissionSetMemberRequestBody 权限集成员创建参数
980
992
  * @param {*} [options] Override http request option.
981
993
  * @throws {RequiredError}
@@ -988,7 +1000,7 @@ export declare class DataArtsStudioClient {
988
1000
  *
989
1001
  * @summary 添加权限集的权限
990
1002
  * @param {string} permissionSetId 权限集id
991
- * @param {string} workspace workspace 信息
1003
+ * @param {string} workspace DataArts Studio工作空间ID
992
1004
  * @param {PermissionSetPermissionCreateDTO} createSecurityPermissionSetPermissionRequestBody 权限创建参数
993
1005
  * @param {*} [options] Override http request option.
994
1006
  * @throws {RequiredError}
@@ -1086,7 +1098,7 @@ export declare class DataArtsStudioClient {
1086
1098
  * Please refer to HUAWEI cloud API Explorer for details.
1087
1099
  *
1088
1100
  * @summary 创建规则模板
1089
- * @param {string} workspace workspace 信息
1101
+ * @param {string} workspace DataArts Studio工作空间ID
1090
1102
  * @param {TemplateRO} templateRO 模板参数
1091
1103
  * @param {*} [options] Override http request option.
1092
1104
  * @throws {RequiredError}
@@ -1233,7 +1245,7 @@ export declare class DataArtsStudioClient {
1233
1245
  * Please refer to HUAWEI cloud API Explorer for details.
1234
1246
  *
1235
1247
  * @summary 删除识别规则
1236
- * @param {string} workspace workspace 信息
1248
+ * @param {string} workspace DataArts Studio工作空间ID
1237
1249
  * @param {string} id 需要删除的规则id
1238
1250
  * @param {*} [options] Override http request option.
1239
1251
  * @throws {RequiredError}
@@ -1258,7 +1270,7 @@ export declare class DataArtsStudioClient {
1258
1270
  *
1259
1271
  * @summary 删除权限集
1260
1272
  * @param {string} permissionSetId 权限集id
1261
- * @param {string} workspace workspace 信息
1273
+ * @param {string} workspace DataArts Studio工作空间ID
1262
1274
  * @param {*} [options] Override http request option.
1263
1275
  * @throws {RequiredError}
1264
1276
  */
@@ -1386,6 +1398,48 @@ export declare class DataArtsStudioClient {
1386
1398
  * @throws {RequiredError}
1387
1399
  */
1388
1400
  executeTaskAction(executeTaskActionRequest?: ExecuteTaskActionRequest): Promise<ExecuteTaskActionResponse>;
1401
+ /**
1402
+ * 用于导入主题
1403
+ *
1404
+ * Please refer to HUAWEI cloud API Explorer for details.
1405
+ *
1406
+ * @summary 导入主题
1407
+ * @param {string} workspace DataArts Studio工作空间ID
1408
+ * @param {string} actionId 需要执行的动作
1409
+ * @param {any} file 导入主题用的excel文件,大小必须小于4MB,且行数小于3000行
1410
+ * @param {boolean} [skipExist] 是否需要覆盖更新已有的主题
1411
+ * @param {*} [options] Override http request option.
1412
+ * @throws {RequiredError}
1413
+ */
1414
+ importCatalogs(importCatalogsRequest?: ImportCatalogsRequest): Promise<ImportCatalogsResponse>;
1415
+ /**
1416
+ * 血缘查询
1417
+ *
1418
+ * Please refer to HUAWEI cloud API Explorer for details.
1419
+ *
1420
+ * @summary 血缘导入
1421
+ * @param {string} workspace DataArts Studio工作空间ID
1422
+ * @param {Array<TableLineage>} importLineageRequestBody 请求参数
1423
+ * @param {*} [options] Override http request option.
1424
+ * @throws {RequiredError}
1425
+ */
1426
+ importLineage(importLineageRequest?: ImportLineageRequest): Promise<ImportLineageResponse>;
1427
+ /**
1428
+ * 导入模型,关系建模,维度建模,码表,业务指标以及流程架构
1429
+ *
1430
+ * Please refer to HUAWEI cloud API Explorer for details.
1431
+ *
1432
+ * @summary 导入模型,关系建模,维度建模,码表,业务指标以及流程架构
1433
+ * @param {string} workspace DataArts Studio工作空间ID
1434
+ * @param {'import_relation' | 'import_dimension' | 'import_codetable' | 'import_datastandard' | 'import_bizmetric' | 'import_bizcatalog' | 'import_atomic' | 'import_derivative' | 'import_compound' | 'import_aggregation'} actionId 需要执行的动作,根据导入的对象不同而选择不同的导入动作
1435
+ * @param {any} file 导入用的excel文件,大小必须小于4MB,且行数小于3000行
1436
+ * @param {string} [modelId] 模型id,在导入模型(import_relation)时必填
1437
+ * @param {string} [directoryId] 导入的目录id,在导入码表(import_datastandard)和数据标准(import_datastandard)时生效,选填
1438
+ * @param {boolean} [skipExist] 是否需要覆盖更新已有的实体
1439
+ * @param {*} [options] Override http request option.
1440
+ * @throws {RequiredError}
1441
+ */
1442
+ importModels(importModelsRequest?: ImportModelsRequest): Promise<ImportModelsResponse>;
1389
1443
  /**
1390
1444
  * 查询导入excel的处理结果
1391
1445
  *
@@ -1468,6 +1522,29 @@ export declare class DataArtsStudioClient {
1468
1522
  * @throws {RequiredError}
1469
1523
  */
1470
1524
  listAllStandards(listAllStandardsRequest?: ListAllStandardsRequest): Promise<ListAllStandardsResponse>;
1525
+ /**
1526
+ * 从信息架构中查询多种类型的表信息,包括逻辑实体、物理表、维度表、事实表、汇总表
1527
+ *
1528
+ * Please refer to HUAWEI cloud API Explorer for details.
1529
+ *
1530
+ * @summary 查询多种类型的表信息
1531
+ * @param {string} workspace DataArts Studio工作空间ID
1532
+ * @param {Array<'TABLE_MODEL_LOGIC' | 'TABLE_MODEL' | 'DIMENSION_LOGIC_TABLE' | 'FACT_LOGIC_TABLE' | 'AGGREGATION_LOGIC_TABLE'>} bizTypeList 查询的表类型,必填
1533
+ * @param {string} [name] 按名称或编码模糊查询
1534
+ * @param {string} [createBy] 按创建者查询
1535
+ * @param {'DRAFT' | 'PUBLISH_DEVELOPING' | 'PUBLISHED' | 'OFFLINE_DEVELOPING' | 'OFFLINE' | 'REJECT'} [status] 业务状态
1536
+ * @param {'RUNNING' | 'NO_NEED' | 'SUMMARY_SUCCESS' | 'SUMMARY_FAILED'} [syncStatus]
1537
+ * @param {Array<'BUSINESS_ASSET' | 'DATA_QUALITY' | 'TECHNICAL_ASSET' | 'META_DATA_LINK' | 'PHYSICAL_TABLE' | 'DLF_TASK' | 'MATERIALIZATION'>} [syncKey]
1538
+ * @param {string} [bizCatalogId] 所属的业务分层的id
1539
+ * @param {string} [beginTime] 时间过滤左边界,与end_time一起使用,只支持时间范围过滤,单边过滤无效
1540
+ * @param {string} [endTime] 时间过滤右边界,与begin_time一起使用只支持时间范围过滤,单边过滤无效
1541
+ * @param {number} [limit] 查询条数,即查询Y条数据。默认值50,取值范围[1,100]
1542
+ * @param {number} [offset] 查询起始坐标,即跳过X条数据,仅支持0或limit的整数倍,不满足则向下取整。默认值0
1543
+ * @param {Array<number>} [bizCatalogIdList] 所属主题的id列表
1544
+ * @param {*} [options] Override http request option.
1545
+ * @throws {RequiredError}
1546
+ */
1547
+ listAllTables(listAllTablesRequest?: ListAllTablesRequest): Promise<ListAllTablesResponse>;
1471
1548
  /**
1472
1549
  * 获取当前目录下的api列表
1473
1550
  *
@@ -1716,7 +1793,7 @@ export declare class DataArtsStudioClient {
1716
1793
  * Please refer to HUAWEI cloud API Explorer for details.
1717
1794
  *
1718
1795
  * @summary 获取作业目录
1719
- * @param {string} workspace workspace 信息
1796
+ * @param {string} workspace DataArts Studio工作空间ID
1720
1797
  * @param {string} accept application/json
1721
1798
  * @param {number} [limit] 分页时每页的条数,最大值为100
1722
1799
  * @param {number} [offset] 分页偏移量
@@ -1786,7 +1863,7 @@ export declare class DataArtsStudioClient {
1786
1863
  * Please refer to HUAWEI cloud API Explorer for details.
1787
1864
  *
1788
1865
  * @summary 获取对账作业列表
1789
- * @param {string} workspace workspace 信息
1866
+ * @param {string} workspace DataArts Studio工作空间ID
1790
1867
  * @param {number} [categoryId] 目录ID
1791
1868
  * @param {string} [name] name
1792
1869
  * @param {'UNKNOWN' | 'NOT_START' | 'SCHEDULING' | 'FINISH_SUCCESS' | 'KILL' | 'RUNNING_EXCEPTION'} [scheduleStatus] 调度状态 UNKNOWN:未知,NOT_START:未启动,SCHEDULING:调度中,FINISH_SUCCESS:正常结束,KILL:手动停止,RUNNING_EXCEPTION:运行失败
@@ -2015,13 +2092,38 @@ export declare class DataArtsStudioClient {
2015
2092
  * @throws {RequiredError}
2016
2093
  */
2017
2094
  listFactoryJobs(listFactoryJobsRequest?: ListFactoryJobsRequest): Promise<ListFactoryJobsResponse>;
2095
+ /**
2096
+ * 查询任务完成情况
2097
+ *
2098
+ * Please refer to HUAWEI cloud API Explorer for details.
2099
+ *
2100
+ * @summary 查询任务完成情况
2101
+ * @param {string} [workspace] 工作空间ID
2102
+ * @param {string} [type] 查询任务的类型,默认为all,查询所有任务。 类型有:Dummy、CDM Job、MRS Hive SQL、MRS Spark SQL、MRS Impala SQL、DLI SQL、DLI Spark、Python、DWS SQL、Shell、MRS ClickHouse、MRS HetuEngine
2103
+ * @param {*} [options] Override http request option.
2104
+ * @throws {RequiredError}
2105
+ */
2106
+ listFactoryTaskCompletion(listFactoryTaskCompletionRequest?: ListFactoryTaskCompletionRequest): Promise<ListFactoryTaskCompletionResponse>;
2107
+ /**
2108
+ * 查询实例运行状态
2109
+ *
2110
+ * Please refer to HUAWEI cloud API Explorer for details.
2111
+ *
2112
+ * @summary 查询实例运行状态
2113
+ * @param {string} [workspace] 工作空间ID
2114
+ * @param {string} [isOwn] 是否查询当前用户的实例,默认为false,表示查询全部用户实例,为true时,表示查询当前用户的实例。
2115
+ * @param {string} [queryDays] 查询的天数,取值范围为:today、yesterday、before_yesterday、all,默认为today,表示查询今天的数据,支持查询近7天的数据。 today:查询当天的实例状态数量, yesterday:查询昨天的实例状态数量, before_yesterday:查询前天的实例状态数量, all:查询7天前到当天的实例状态总量。
2116
+ * @param {*} [options] Override http request option.
2117
+ * @throws {RequiredError}
2118
+ */
2119
+ listFactoryTaskOverview(listFactoryTaskOverviewRequest?: ListFactoryTaskOverviewRequest): Promise<ListFactoryTaskOverviewResponse>;
2018
2120
  /**
2019
2121
  * 获取任务执行结果列表
2020
2122
  *
2021
2123
  * Please refer to HUAWEI cloud API Explorer for details.
2022
2124
  *
2023
2125
  * @summary 获取任务执行结果列表
2024
- * @param {string} workspace workspace 信息
2126
+ * @param {string} workspace DataArts Studio工作空间ID
2025
2127
  * @param {string} [name] 规则名称
2026
2128
  * @param {'QUALITY_TASK' | 'CONSISTENCY_TASK'} [taskType] 任务实例类型 QUALITY_TASK:质量作业 CONSISTENCY_TASK:对账作业
2027
2129
  * @param {'SUCCESS' | 'FAILED' | 'RUNNING' | 'ALARMING'} [runStatus] 状态, RUNNING:运行中,FAILED:失败,ALARMING:报警,SUCCESS:正常,SUSPENDING:暂停中,UNKNOWN:未定义
@@ -2082,7 +2184,7 @@ export declare class DataArtsStudioClient {
2082
2184
  * Please refer to HUAWEI cloud API Explorer for details.
2083
2185
  *
2084
2186
  * @summary 获取质量作业列表
2085
- * @param {string} workspace workspace 信息
2187
+ * @param {string} workspace DataArts Studio工作空间ID
2086
2188
  * @param {number} [categoryId] 目录ID
2087
2189
  * @param {string} [name] name
2088
2190
  * @param {'UNKNOWN' | 'NOT_START' | 'SCHEDULING' | 'FINISH_SUCCESS' | 'KILL' | 'RUNNING_EXCEPTION'} [scheduleStatus] 调度状态 UNKNOWN:未知,NOT_START:未启动,SCHEDULING:调度中,FINISH_SUCCESS:正常结束,KILL:手动停止,RUNNING_EXCEPTION:运行失败
@@ -2123,7 +2225,7 @@ export declare class DataArtsStudioClient {
2123
2225
  * Please refer to HUAWEI cloud API Explorer for details.
2124
2226
  *
2125
2227
  * @summary 获取规则模板列表
2126
- * @param {string} workspace workspace 信息
2228
+ * @param {string} workspace DataArts Studio工作空间ID
2127
2229
  * @param {number} [categoryId] category id
2128
2230
  * @param {string} [name] name
2129
2231
  * @param {boolean} [systemTemplate] 是否只查询系统模板
@@ -2172,7 +2274,7 @@ export declare class DataArtsStudioClient {
2172
2274
  * Please refer to HUAWEI cloud API Explorer for details.
2173
2275
  *
2174
2276
  * @summary 查询规则组列表
2175
- * @param {string} workspace workspace 信息
2277
+ * @param {string} workspace DataArts Studio工作空间ID
2176
2278
  * @param {number} [limit] limit
2177
2279
  * @param {number} [offset] offset
2178
2280
  * @param {string} [name] 规则组名称
@@ -2189,7 +2291,7 @@ export declare class DataArtsStudioClient {
2189
2291
  * Please refer to HUAWEI cloud API Explorer for details.
2190
2292
  *
2191
2293
  * @summary 查询识别规则列表
2192
- * @param {string} workspace workspace 信息
2294
+ * @param {string} workspace DataArts Studio工作空间ID
2193
2295
  * @param {number} [offset] 查询偏移
2194
2296
  * @param {number} [limit] 查询一页限制
2195
2297
  * @param {string} [secrecyLevel] 密级
@@ -2211,7 +2313,7 @@ export declare class DataArtsStudioClient {
2211
2313
  *
2212
2314
  * @summary 查询权限集成员列表
2213
2315
  * @param {string} permissionSetId 权限集id
2214
- * @param {string} workspace workspace 信息
2316
+ * @param {string} workspace DataArts Studio工作空间ID
2215
2317
  * @param {number} [limit] limit
2216
2318
  * @param {number} [offset] offset
2217
2319
  * @param {string} [memberName] 成员名称
@@ -2229,7 +2331,7 @@ export declare class DataArtsStudioClient {
2229
2331
  *
2230
2332
  * @summary 查询权限集的权限列表
2231
2333
  * @param {string} permissionSetId 权限集id
2232
- * @param {string} workspace workspace 信息
2334
+ * @param {string} workspace DataArts Studio工作空间ID
2233
2335
  * @param {number} [limit] limit
2234
2336
  * @param {number} [offset] offset
2235
2337
  * @param {'DENY' | 'ALLOW'} [permissionType] 权限类型,DENY,ALLOW
@@ -2253,7 +2355,7 @@ export declare class DataArtsStudioClient {
2253
2355
  * Please refer to HUAWEI cloud API Explorer for details.
2254
2356
  *
2255
2357
  * @summary 查询权限集列表
2256
- * @param {string} workspace workspace 信息
2358
+ * @param {string} workspace DataArts Studio工作空间ID
2257
2359
  * @param {number} [limit] limit
2258
2360
  * @param {number} [offset] offset
2259
2361
  * @param {string} [name] 名称
@@ -2967,7 +3069,7 @@ export declare class DataArtsStudioClient {
2967
3069
  *
2968
3070
  * @summary 获取对账作业详情
2969
3071
  * @param {string} id 对账作业ID
2970
- * @param {string} workspace workspace 信息
3072
+ * @param {string} workspace DataArts Studio工作空间ID
2971
3073
  * @param {*} [options] Override http request option.
2972
3074
  * @throws {RequiredError}
2973
3075
  */
@@ -3158,7 +3260,7 @@ export declare class DataArtsStudioClient {
3158
3260
  *
3159
3261
  * @summary 获取实例结果
3160
3262
  * @param {string} instanceId projectId
3161
- * @param {string} workspace workspace 信息
3263
+ * @param {string} workspace DataArts Studio工作空间ID
3162
3264
  * @param {*} [options] Override http request option.
3163
3265
  * @throws {RequiredError}
3164
3266
  */
@@ -3253,7 +3355,7 @@ export declare class DataArtsStudioClient {
3253
3355
  *
3254
3356
  * @summary 获取质量作业详情
3255
3357
  * @param {string} id 质量作业ID
3256
- * @param {string} workspace workspace 信息
3358
+ * @param {string} workspace DataArts Studio工作空间ID
3257
3359
  * @param {*} [options] Override http request option.
3258
3360
  * @throws {RequiredError}
3259
3361
  */
@@ -3277,7 +3379,7 @@ export declare class DataArtsStudioClient {
3277
3379
  * Please refer to HUAWEI cloud API Explorer for details.
3278
3380
  *
3279
3381
  * @summary 查询特定识别规则
3280
- * @param {string} workspace workspace 信息
3382
+ * @param {string} workspace DataArts Studio工作空间ID
3281
3383
  * @param {string} id 需要查询的规则ID
3282
3384
  * @param {*} [options] Override http request option.
3283
3385
  * @throws {RequiredError}
@@ -3289,7 +3391,7 @@ export declare class DataArtsStudioClient {
3289
3391
  * Please refer to HUAWEI cloud API Explorer for details.
3290
3392
  *
3291
3393
  * @summary 查询规则组
3292
- * @param {string} workspace workspace 信息
3394
+ * @param {string} workspace DataArts Studio工作空间ID
3293
3395
  * @param {string} id 需要查询的规则组ID
3294
3396
  * @param {*} [options] Override http request option.
3295
3397
  * @throws {RequiredError}
@@ -3302,7 +3404,7 @@ export declare class DataArtsStudioClient {
3302
3404
  *
3303
3405
  * @summary 查询权限集
3304
3406
  * @param {string} permissionSetId 权限集id
3305
- * @param {string} workspace workspace 信息
3407
+ * @param {string} workspace DataArts Studio工作空间ID
3306
3408
  * @param {*} [options] Override http request option.
3307
3409
  * @throws {RequiredError}
3308
3410
  */
@@ -3402,7 +3504,7 @@ export declare class DataArtsStudioClient {
3402
3504
  *
3403
3505
  * @summary 获取规则模板详情
3404
3506
  * @param {number} id id
3405
- * @param {string} workspace workspace 信息
3507
+ * @param {string} workspace DataArts Studio工作空间ID
3406
3508
  * @param {*} [options] Override http request option.
3407
3509
  * @throws {RequiredError}
3408
3510
  */
@@ -3570,7 +3672,7 @@ export declare class DataArtsStudioClient {
3570
3672
  * Please refer to HUAWEI cloud API Explorer for details.
3571
3673
  *
3572
3674
  * @summary 修改识别规则接口
3573
- * @param {string} workspace workspace 信息
3675
+ * @param {string} workspace DataArts Studio工作空间ID
3574
3676
  * @param {string} id 识别规则id
3575
3677
  * @param {DataClassificationRuleOperateDTO} updateSecurityDataClassificationRuleRequestBody 需要修改的识别规则DTO
3576
3678
  * @param {*} [options] Override http request option.
@@ -3584,7 +3686,7 @@ export declare class DataArtsStudioClient {
3584
3686
  *
3585
3687
  * @summary 更新权限集
3586
3688
  * @param {string} permissionSetId 权限集id
3587
- * @param {string} workspace workspace 信息
3689
+ * @param {string} workspace DataArts Studio工作空间ID
3588
3690
  * @param {PermissionSetCreateDTO} updateSecurityPermissionSetRequestBody 权限集创建参数
3589
3691
  * @param {*} [options] Override http request option.
3590
3692
  * @throws {RequiredError}
@@ -3598,7 +3700,7 @@ export declare class DataArtsStudioClient {
3598
3700
  * @summary 更新权限集的权限
3599
3701
  * @param {string} permissionSetId 权限集id
3600
3702
  * @param {string} permissionId 权限id
3601
- * @param {string} workspace workspace 信息
3703
+ * @param {string} workspace DataArts Studio工作空间ID
3602
3704
  * @param {PermissionSetPermissionUpdateDTO} updateSecurityPermissionSetPermissionRequestBody 权限更新参数
3603
3705
  * @param {*} [options] Override http request option.
3604
3706
  * @throws {RequiredError}
@@ -3610,7 +3712,7 @@ export declare class DataArtsStudioClient {
3610
3712
  * Please refer to HUAWEI cloud API Explorer for details.
3611
3713
  *
3612
3714
  * @summary 修改识别规则状态接口
3613
- * @param {string} workspace workspace 信息
3715
+ * @param {string} workspace DataArts Studio工作空间ID
3614
3716
  * @param {string} id 识别规则id
3615
3717
  * @param {DataClassificationRuleEnableDTO} updateSecurityRuleEnableStatusRequestBody 需要修改的识别规则DTO
3616
3718
  * @param {*} [options] Override http request option.
@@ -3698,7 +3800,7 @@ export declare class DataArtsStudioClient {
3698
3800
  *
3699
3801
  * @summary 更新规则模板
3700
3802
  * @param {string} id id
3701
- * @param {string} workspace workspace 信息
3803
+ * @param {string} workspace DataArts Studio工作空间ID
3702
3804
  * @param {TemplateRO} templateRO 模板参数
3703
3805
  * @param {*} [options] Override http request option.
3704
3806
  * @throws {RequiredError}
@@ -4967,6 +5069,48 @@ export declare const ParamCreater: () => {
4967
5069
  pathParams: {};
4968
5070
  headers: {};
4969
5071
  };
5072
+ /**
5073
+ * 用于导入主题
5074
+ *
5075
+ * Please refer to HUAWEI cloud API Explorer for details.
5076
+ */
5077
+ importCatalogs(importCatalogsRequest?: ImportCatalogsRequest): {
5078
+ method: string;
5079
+ url: string;
5080
+ contentType: string;
5081
+ queryParams: {};
5082
+ pathParams: {};
5083
+ headers: {};
5084
+ data: {};
5085
+ };
5086
+ /**
5087
+ * 血缘查询
5088
+ *
5089
+ * Please refer to HUAWEI cloud API Explorer for details.
5090
+ */
5091
+ importLineage(importLineageRequest?: ImportLineageRequest): {
5092
+ method: string;
5093
+ url: string;
5094
+ contentType: string;
5095
+ queryParams: {};
5096
+ pathParams: {};
5097
+ headers: {};
5098
+ data: {};
5099
+ };
5100
+ /**
5101
+ * 导入模型,关系建模,维度建模,码表,业务指标以及流程架构
5102
+ *
5103
+ * Please refer to HUAWEI cloud API Explorer for details.
5104
+ */
5105
+ importModels(importModelsRequest?: ImportModelsRequest): {
5106
+ method: string;
5107
+ url: string;
5108
+ contentType: string;
5109
+ queryParams: {};
5110
+ pathParams: {};
5111
+ headers: {};
5112
+ data: {};
5113
+ };
4970
5114
  /**
4971
5115
  * 查询导入excel的处理结果
4972
5116
  *
@@ -5033,6 +5177,19 @@ export declare const ParamCreater: () => {
5033
5177
  pathParams: {};
5034
5178
  headers: {};
5035
5179
  };
5180
+ /**
5181
+ * 从信息架构中查询多种类型的表信息,包括逻辑实体、物理表、维度表、事实表、汇总表
5182
+ *
5183
+ * Please refer to HUAWEI cloud API Explorer for details.
5184
+ */
5185
+ listAllTables(listAllTablesRequest?: ListAllTablesRequest): {
5186
+ method: string;
5187
+ url: string;
5188
+ contentType: string;
5189
+ queryParams: {};
5190
+ pathParams: {};
5191
+ headers: {};
5192
+ };
5036
5193
  /**
5037
5194
  * 获取当前目录下的api列表
5038
5195
  *
@@ -5449,6 +5606,32 @@ export declare const ParamCreater: () => {
5449
5606
  pathParams: {};
5450
5607
  headers: {};
5451
5608
  };
5609
+ /**
5610
+ * 查询任务完成情况
5611
+ *
5612
+ * Please refer to HUAWEI cloud API Explorer for details.
5613
+ */
5614
+ listFactoryTaskCompletion(listFactoryTaskCompletionRequest?: ListFactoryTaskCompletionRequest): {
5615
+ method: string;
5616
+ url: string;
5617
+ contentType: string;
5618
+ queryParams: {};
5619
+ pathParams: {};
5620
+ headers: {};
5621
+ };
5622
+ /**
5623
+ * 查询实例运行状态
5624
+ *
5625
+ * Please refer to HUAWEI cloud API Explorer for details.
5626
+ */
5627
+ listFactoryTaskOverview(listFactoryTaskOverviewRequest?: ListFactoryTaskOverviewRequest): {
5628
+ method: string;
5629
+ url: string;
5630
+ contentType: string;
5631
+ queryParams: {};
5632
+ pathParams: {};
5633
+ headers: {};
5634
+ };
5452
5635
  /**
5453
5636
  * 获取任务执行结果列表
5454
5637
  *