@alicloud/dataworks-public20240518 7.2.0 → 7.2.1
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 +22 -22
- package/dist/client.js +22 -22
- package/dist/models/AddEntityIntoMetaCollectionRequest.d.ts +4 -0
- package/dist/models/AddEntityIntoMetaCollectionRequest.js.map +1 -1
- package/dist/models/CreateLineageRelationshipRequest.d.ts +4 -0
- package/dist/models/CreateLineageRelationshipRequest.js.map +1 -1
- package/dist/models/CreateLineageRelationshipResponseBody.d.ts +3 -0
- package/dist/models/CreateLineageRelationshipResponseBody.js.map +1 -1
- package/dist/models/CreateLineageRelationshipShrinkRequest.d.ts +4 -0
- package/dist/models/CreateLineageRelationshipShrinkRequest.js.map +1 -1
- package/dist/models/CreateMetaCollectionRequest.d.ts +3 -0
- package/dist/models/CreateMetaCollectionRequest.js.map +1 -1
- package/dist/models/CreateMetaCollectionResponseBody.d.ts +3 -0
- package/dist/models/CreateMetaCollectionResponseBody.js.map +1 -1
- package/dist/models/CreateWorkflowInstancesRequestDefaultRunProperties.d.ts +1 -0
- package/dist/models/CreateWorkflowInstancesRequestDefaultRunProperties.js +2 -0
- package/dist/models/CreateWorkflowInstancesRequestDefaultRunProperties.js.map +1 -1
- package/dist/models/DeleteLineageRelationshipRequest.d.ts +2 -0
- package/dist/models/DeleteLineageRelationshipRequest.js.map +1 -1
- package/dist/models/DeleteMetaCollectionRequest.d.ts +2 -0
- package/dist/models/DeleteMetaCollectionRequest.js.map +1 -1
- package/dist/models/GetCatalogRequest.d.ts +11 -0
- package/dist/models/GetCatalogRequest.js.map +1 -1
- package/dist/models/GetColumnRequest.d.ts +30 -0
- package/dist/models/GetColumnRequest.js.map +1 -1
- package/dist/models/GetDatabaseRequest.d.ts +20 -0
- package/dist/models/GetDatabaseRequest.js.map +1 -1
- package/dist/models/GetLineageRelationshipRequest.d.ts +2 -0
- package/dist/models/GetLineageRelationshipRequest.js.map +1 -1
- package/dist/models/GetMetaCollectionRequest.d.ts +2 -0
- package/dist/models/GetMetaCollectionRequest.js.map +1 -1
- package/dist/models/GetMetaCollectionResponseBody.d.ts +4 -0
- package/dist/models/GetMetaCollectionResponseBody.js.map +1 -1
- package/dist/models/GetMetaCollectionResponseBodyMetaCollection.d.ts +6 -0
- package/dist/models/GetMetaCollectionResponseBodyMetaCollection.js.map +1 -1
- package/dist/models/GetPartitionRequest.d.ts +2 -0
- package/dist/models/GetPartitionRequest.js.map +1 -1
- package/dist/models/GetRerunWorkflowInstancesResultRequest.d.ts +2 -0
- package/dist/models/GetRerunWorkflowInstancesResultRequest.js.map +1 -1
- package/dist/models/GetRerunWorkflowInstancesResultResponseBody.d.ts +7 -0
- package/dist/models/GetRerunWorkflowInstancesResultResponseBody.js.map +1 -1
- package/dist/models/GetRerunWorkflowInstancesResultResponseBodyResult.d.ts +10 -0
- package/dist/models/GetRerunWorkflowInstancesResultResponseBodyResult.js.map +1 -1
- package/dist/models/GetSchemaRequest.d.ts +15 -3
- package/dist/models/GetSchemaRequest.js.map +1 -1
- package/dist/models/GetTableRequest.d.ts +31 -0
- package/dist/models/GetTableRequest.js.map +1 -1
- package/dist/models/GetTaskInstanceResponseBody.d.ts +1 -1
- package/dist/models/GetTaskInstanceResponseBodyTaskInstance.d.ts +8 -0
- package/dist/models/GetTaskInstanceResponseBodyTaskInstance.js.map +1 -1
- package/dist/models/ListCatalogsRequest.d.ts +11 -0
- package/dist/models/ListCatalogsRequest.js.map +1 -1
- package/dist/models/ListCatalogsShrinkRequest.d.ts +11 -0
- package/dist/models/ListCatalogsShrinkRequest.js.map +1 -1
- package/dist/models/ListColumnsRequest.d.ts +2 -0
- package/dist/models/ListColumnsRequest.js.map +1 -1
- package/dist/models/ListDatabasesRequest.d.ts +20 -0
- package/dist/models/ListDatabasesRequest.js.map +1 -1
- package/dist/models/ListEntitiesInMetaCollectionRequest.d.ts +2 -0
- package/dist/models/ListEntitiesInMetaCollectionRequest.js.map +1 -1
- package/dist/models/ListEntitiesInMetaCollectionResponseBody.d.ts +4 -0
- package/dist/models/ListEntitiesInMetaCollectionResponseBody.js.map +1 -1
- package/dist/models/ListEntitiesInMetaCollectionResponseBodyPagingInfo.d.ts +4 -0
- package/dist/models/ListEntitiesInMetaCollectionResponseBodyPagingInfo.js.map +1 -1
- package/dist/models/ListEntitiesInMetaCollectionResponseBodyPagingInfoEntities.d.ts +6 -0
- package/dist/models/ListEntitiesInMetaCollectionResponseBodyPagingInfoEntities.js.map +1 -1
- package/dist/models/ListLineageRelationshipsRequest.d.ts +4 -0
- package/dist/models/ListLineageRelationshipsRequest.js.map +1 -1
- package/dist/models/ListLineagesRequest.d.ts +6 -0
- package/dist/models/ListLineagesRequest.js.map +1 -1
- package/dist/models/ListMetaCollectionsRequest.d.ts +9 -0
- package/dist/models/ListMetaCollectionsRequest.js.map +1 -1
- package/dist/models/ListMetaCollectionsResponseBody.d.ts +4 -0
- package/dist/models/ListMetaCollectionsResponseBody.js.map +1 -1
- package/dist/models/ListMetaCollectionsResponseBodyData.d.ts +4 -0
- package/dist/models/ListMetaCollectionsResponseBodyData.js.map +1 -1
- package/dist/models/ListMetaCollectionsResponseBodyDataMetaCollections.d.ts +12 -0
- package/dist/models/ListMetaCollectionsResponseBodyDataMetaCollections.js.map +1 -1
- package/dist/models/ListPartitionsRequest.d.ts +2 -0
- package/dist/models/ListPartitionsRequest.js.map +1 -1
- package/dist/models/ListSchemasRequest.d.ts +36 -0
- package/dist/models/ListSchemasRequest.js.map +1 -1
- package/dist/models/ListSchemasResponseBody.d.ts +10 -0
- package/dist/models/ListSchemasResponseBody.js.map +1 -1
- package/dist/models/ListSchemasResponseBodyPagingInfo.d.ts +7 -0
- package/dist/models/ListSchemasResponseBodyPagingInfo.js.map +1 -1
- package/dist/models/ListSchemasShrinkRequest.d.ts +36 -0
- package/dist/models/ListSchemasShrinkRequest.js.map +1 -1
- package/dist/models/ListTablesRequest.d.ts +33 -0
- package/dist/models/ListTablesRequest.js.map +1 -1
- package/dist/models/ListTablesShrinkRequest.d.ts +33 -0
- package/dist/models/ListTablesShrinkRequest.js.map +1 -1
- package/dist/models/ListTaskInstancesRequest.d.ts +4 -0
- package/dist/models/ListTaskInstancesRequest.js.map +1 -1
- package/dist/models/ListTaskInstancesResponseBody.d.ts +1 -1
- package/dist/models/ListTaskInstancesResponseBodyPagingInfo.d.ts +1 -1
- package/dist/models/ListTaskInstancesResponseBodyPagingInfoTaskInstances.d.ts +12 -0
- package/dist/models/ListTaskInstancesResponseBodyPagingInfoTaskInstances.js.map +1 -1
- package/dist/models/ListTaskInstancesShrinkRequest.d.ts +4 -0
- package/dist/models/ListTaskInstancesShrinkRequest.js.map +1 -1
- package/dist/models/RemoveEntityFromMetaCollectionRequest.d.ts +6 -0
- package/dist/models/RemoveEntityFromMetaCollectionRequest.js.map +1 -1
- package/dist/models/RerunWorkflowInstancesRequest.d.ts +44 -0
- package/dist/models/RerunWorkflowInstancesRequest.js.map +1 -1
- package/dist/models/RerunWorkflowInstancesRequestFilter.d.ts +18 -0
- package/dist/models/RerunWorkflowInstancesRequestFilter.js.map +1 -1
- package/dist/models/RerunWorkflowInstancesResponseBody.d.ts +6 -0
- package/dist/models/RerunWorkflowInstancesResponseBody.js.map +1 -1
- package/dist/models/RerunWorkflowInstancesShrinkRequest.d.ts +44 -0
- package/dist/models/RerunWorkflowInstancesShrinkRequest.js.map +1 -1
- package/dist/models/UpdateColumnBusinessMetadataRequest.d.ts +2 -0
- package/dist/models/UpdateColumnBusinessMetadataRequest.js.map +1 -1
- package/dist/models/UpdateMetaCollectionRequest.d.ts +6 -0
- package/dist/models/UpdateMetaCollectionRequest.js.map +1 -1
- package/dist/models/UpdateMetaCollectionShrinkRequest.d.ts +6 -0
- package/dist/models/UpdateMetaCollectionShrinkRequest.js.map +1 -1
- package/dist/models/UpdateTableBusinessMetadataRequest.d.ts +2 -0
- package/dist/models/UpdateTableBusinessMetadataRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +22 -22
- package/src/models/AddEntityIntoMetaCollectionRequest.ts +4 -0
- package/src/models/CreateLineageRelationshipRequest.ts +4 -0
- package/src/models/CreateLineageRelationshipResponseBody.ts +3 -0
- package/src/models/CreateLineageRelationshipShrinkRequest.ts +4 -0
- package/src/models/CreateMetaCollectionRequest.ts +3 -0
- package/src/models/CreateMetaCollectionResponseBody.ts +3 -0
- package/src/models/CreateWorkflowInstancesRequestDefaultRunProperties.ts +3 -0
- package/src/models/DeleteLineageRelationshipRequest.ts +2 -0
- package/src/models/DeleteMetaCollectionRequest.ts +2 -0
- package/src/models/GetCatalogRequest.ts +11 -0
- package/src/models/GetColumnRequest.ts +30 -0
- package/src/models/GetDatabaseRequest.ts +20 -0
- package/src/models/GetLineageRelationshipRequest.ts +2 -0
- package/src/models/GetMetaCollectionRequest.ts +2 -0
- package/src/models/GetMetaCollectionResponseBody.ts +4 -0
- package/src/models/GetMetaCollectionResponseBodyMetaCollection.ts +6 -0
- package/src/models/GetPartitionRequest.ts +2 -0
- package/src/models/GetRerunWorkflowInstancesResultRequest.ts +2 -0
- package/src/models/GetRerunWorkflowInstancesResultResponseBody.ts +7 -0
- package/src/models/GetRerunWorkflowInstancesResultResponseBodyResult.ts +10 -0
- package/src/models/GetSchemaRequest.ts +15 -3
- package/src/models/GetTableRequest.ts +31 -0
- package/src/models/GetTaskInstanceResponseBody.ts +1 -1
- package/src/models/GetTaskInstanceResponseBodyTaskInstance.ts +8 -0
- package/src/models/ListCatalogsRequest.ts +11 -0
- package/src/models/ListCatalogsShrinkRequest.ts +11 -0
- package/src/models/ListColumnsRequest.ts +2 -0
- package/src/models/ListDatabasesRequest.ts +20 -0
- package/src/models/ListEntitiesInMetaCollectionRequest.ts +2 -0
- package/src/models/ListEntitiesInMetaCollectionResponseBody.ts +4 -0
- package/src/models/ListEntitiesInMetaCollectionResponseBodyPagingInfo.ts +4 -0
- package/src/models/ListEntitiesInMetaCollectionResponseBodyPagingInfoEntities.ts +6 -0
- package/src/models/ListLineageRelationshipsRequest.ts +4 -0
- package/src/models/ListLineagesRequest.ts +6 -0
- package/src/models/ListMetaCollectionsRequest.ts +9 -0
- package/src/models/ListMetaCollectionsResponseBody.ts +4 -0
- package/src/models/ListMetaCollectionsResponseBodyData.ts +4 -0
- package/src/models/ListMetaCollectionsResponseBodyDataMetaCollections.ts +12 -0
- package/src/models/ListPartitionsRequest.ts +2 -0
- package/src/models/ListSchemasRequest.ts +36 -0
- package/src/models/ListSchemasResponseBody.ts +10 -0
- package/src/models/ListSchemasResponseBodyPagingInfo.ts +7 -0
- package/src/models/ListSchemasShrinkRequest.ts +36 -0
- package/src/models/ListTablesRequest.ts +33 -0
- package/src/models/ListTablesShrinkRequest.ts +33 -0
- package/src/models/ListTaskInstancesRequest.ts +4 -0
- package/src/models/ListTaskInstancesResponseBody.ts +1 -1
- package/src/models/ListTaskInstancesResponseBodyPagingInfo.ts +1 -1
- package/src/models/ListTaskInstancesResponseBodyPagingInfoTaskInstances.ts +12 -0
- package/src/models/ListTaskInstancesShrinkRequest.ts +4 -0
- package/src/models/RemoveEntityFromMetaCollectionRequest.ts +6 -0
- package/src/models/RerunWorkflowInstancesRequest.ts +44 -0
- package/src/models/RerunWorkflowInstancesRequestFilter.ts +18 -0
- package/src/models/RerunWorkflowInstancesResponseBody.ts +6 -0
- package/src/models/RerunWorkflowInstancesShrinkRequest.ts +44 -0
- package/src/models/UpdateColumnBusinessMetadataRequest.ts +2 -0
- package/src/models/UpdateMetaCollectionRequest.ts +6 -0
- package/src/models/UpdateMetaCollectionShrinkRequest.ts +6 -0
- package/src/models/UpdateTableBusinessMetadataRequest.ts +2 -0
package/dist/client.d.ts
CHANGED
|
@@ -369,7 +369,7 @@ export default class Client extends OpenApi {
|
|
|
369
369
|
*/
|
|
370
370
|
createFunction(request: $_model.CreateFunctionRequest): Promise<$_model.CreateFunctionResponse>;
|
|
371
371
|
/**
|
|
372
|
-
*
|
|
372
|
+
* Creates a lineage between a source entity and a destination entity. Either the source or destination entity must be a custom entity.
|
|
373
373
|
*
|
|
374
374
|
* @param tmpReq - CreateLineageRelationshipRequest
|
|
375
375
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -377,14 +377,14 @@ export default class Client extends OpenApi {
|
|
|
377
377
|
*/
|
|
378
378
|
createLineageRelationshipWithOptions(tmpReq: $_model.CreateLineageRelationshipRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateLineageRelationshipResponse>;
|
|
379
379
|
/**
|
|
380
|
-
*
|
|
380
|
+
* Creates a lineage between a source entity and a destination entity. Either the source or destination entity must be a custom entity.
|
|
381
381
|
*
|
|
382
382
|
* @param request - CreateLineageRelationshipRequest
|
|
383
383
|
* @returns CreateLineageRelationshipResponse
|
|
384
384
|
*/
|
|
385
385
|
createLineageRelationship(request: $_model.CreateLineageRelationshipRequest): Promise<$_model.CreateLineageRelationshipResponse>;
|
|
386
386
|
/**
|
|
387
|
-
*
|
|
387
|
+
* Creates a collection in Data Map. Collections include categories, subcategories, data albums, and categories that are created in the data albums.
|
|
388
388
|
*
|
|
389
389
|
* @param request - CreateMetaCollectionRequest
|
|
390
390
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -392,7 +392,7 @@ export default class Client extends OpenApi {
|
|
|
392
392
|
*/
|
|
393
393
|
createMetaCollectionWithOptions(request: $_model.CreateMetaCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateMetaCollectionResponse>;
|
|
394
394
|
/**
|
|
395
|
-
*
|
|
395
|
+
* Creates a collection in Data Map. Collections include categories, subcategories, data albums, and categories that are created in the data albums.
|
|
396
396
|
*
|
|
397
397
|
* @param request - CreateMetaCollectionRequest
|
|
398
398
|
* @returns CreateMetaCollectionResponse
|
|
@@ -1585,7 +1585,7 @@ export default class Client extends OpenApi {
|
|
|
1585
1585
|
*/
|
|
1586
1586
|
getLineageRelationship(request: $_model.GetLineageRelationshipRequest): Promise<$_model.GetLineageRelationshipResponse>;
|
|
1587
1587
|
/**
|
|
1588
|
-
*
|
|
1588
|
+
* Queries the information about a collection in Data Map. Collections include categories and data albums.
|
|
1589
1589
|
*
|
|
1590
1590
|
* @param request - GetMetaCollectionRequest
|
|
1591
1591
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1593,7 +1593,7 @@ export default class Client extends OpenApi {
|
|
|
1593
1593
|
*/
|
|
1594
1594
|
getMetaCollectionWithOptions(request: $_model.GetMetaCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetMetaCollectionResponse>;
|
|
1595
1595
|
/**
|
|
1596
|
-
*
|
|
1596
|
+
* Queries the information about a collection in Data Map. Collections include categories and data albums.
|
|
1597
1597
|
*
|
|
1598
1598
|
* @param request - GetMetaCollectionRequest
|
|
1599
1599
|
* @returns GetMetaCollectionResponse
|
|
@@ -1729,7 +1729,7 @@ export default class Client extends OpenApi {
|
|
|
1729
1729
|
*/
|
|
1730
1730
|
getProjectRole(request: $_model.GetProjectRoleRequest): Promise<$_model.GetProjectRoleResponse>;
|
|
1731
1731
|
/**
|
|
1732
|
-
*
|
|
1732
|
+
* Query the result of asynchronous workflow instance reruns.
|
|
1733
1733
|
*
|
|
1734
1734
|
* @param request - GetRerunWorkflowInstancesResultRequest
|
|
1735
1735
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1737,7 +1737,7 @@ export default class Client extends OpenApi {
|
|
|
1737
1737
|
*/
|
|
1738
1738
|
getRerunWorkflowInstancesResultWithOptions(request: $_model.GetRerunWorkflowInstancesResultRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetRerunWorkflowInstancesResultResponse>;
|
|
1739
1739
|
/**
|
|
1740
|
-
*
|
|
1740
|
+
* Query the result of asynchronous workflow instance reruns.
|
|
1741
1741
|
*
|
|
1742
1742
|
* @param request - GetRerunWorkflowInstancesResultRequest
|
|
1743
1743
|
* @returns GetRerunWorkflowInstancesResultResponse
|
|
@@ -2474,7 +2474,7 @@ export default class Client extends OpenApi {
|
|
|
2474
2474
|
*/
|
|
2475
2475
|
listDownstreamTasks(request: $_model.ListDownstreamTasksRequest): Promise<$_model.ListDownstreamTasksResponse>;
|
|
2476
2476
|
/**
|
|
2477
|
-
*
|
|
2477
|
+
* Queries a list of entities in a collection in Data Map. Collections include categories and data albums. Entities can only be tables.
|
|
2478
2478
|
*
|
|
2479
2479
|
* @param request - ListEntitiesInMetaCollectionRequest
|
|
2480
2480
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2482,7 +2482,7 @@ export default class Client extends OpenApi {
|
|
|
2482
2482
|
*/
|
|
2483
2483
|
listEntitiesInMetaCollectionWithOptions(request: $_model.ListEntitiesInMetaCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListEntitiesInMetaCollectionResponse>;
|
|
2484
2484
|
/**
|
|
2485
|
-
*
|
|
2485
|
+
* Queries a list of entities in a collection in Data Map. Collections include categories and data albums. Entities can only be tables.
|
|
2486
2486
|
*
|
|
2487
2487
|
* @param request - ListEntitiesInMetaCollectionRequest
|
|
2488
2488
|
* @returns ListEntitiesInMetaCollectionResponse
|
|
@@ -2552,7 +2552,7 @@ export default class Client extends OpenApi {
|
|
|
2552
2552
|
*/
|
|
2553
2553
|
listLineageRelationships(request: $_model.ListLineageRelationshipsRequest): Promise<$_model.ListLineageRelationshipsResponse>;
|
|
2554
2554
|
/**
|
|
2555
|
-
*
|
|
2555
|
+
* Queries a list of ancestor and descendant entities of an entity in Data Map. You can specify whether to return the lineage between the entities.
|
|
2556
2556
|
*
|
|
2557
2557
|
* @param request - ListLineagesRequest
|
|
2558
2558
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2560,14 +2560,14 @@ export default class Client extends OpenApi {
|
|
|
2560
2560
|
*/
|
|
2561
2561
|
listLineagesWithOptions(request: $_model.ListLineagesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListLineagesResponse>;
|
|
2562
2562
|
/**
|
|
2563
|
-
*
|
|
2563
|
+
* Queries a list of ancestor and descendant entities of an entity in Data Map. You can specify whether to return the lineage between the entities.
|
|
2564
2564
|
*
|
|
2565
2565
|
* @param request - ListLineagesRequest
|
|
2566
2566
|
* @returns ListLineagesResponse
|
|
2567
2567
|
*/
|
|
2568
2568
|
listLineages(request: $_model.ListLineagesRequest): Promise<$_model.ListLineagesResponse>;
|
|
2569
2569
|
/**
|
|
2570
|
-
*
|
|
2570
|
+
* Queries a list of collections in Data Map. Collections include categories and data albums.
|
|
2571
2571
|
*
|
|
2572
2572
|
* @param request - ListMetaCollectionsRequest
|
|
2573
2573
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2575,7 +2575,7 @@ export default class Client extends OpenApi {
|
|
|
2575
2575
|
*/
|
|
2576
2576
|
listMetaCollectionsWithOptions(request: $_model.ListMetaCollectionsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListMetaCollectionsResponse>;
|
|
2577
2577
|
/**
|
|
2578
|
-
*
|
|
2578
|
+
* Queries a list of collections in Data Map. Collections include categories and data albums.
|
|
2579
2579
|
*
|
|
2580
2580
|
* @param request - ListMetaCollectionsRequest
|
|
2581
2581
|
* @returns ListMetaCollectionsResponse
|
|
@@ -2786,7 +2786,7 @@ export default class Client extends OpenApi {
|
|
|
2786
2786
|
*/
|
|
2787
2787
|
listRoutes(request: $_model.ListRoutesRequest): Promise<$_model.ListRoutesResponse>;
|
|
2788
2788
|
/**
|
|
2789
|
-
*
|
|
2789
|
+
* Queries a list of schemas in a database or a MaxCompute project in Data Map. Only schemas of the MaxCompute and Hologres metadata crawler types are supported.
|
|
2790
2790
|
*
|
|
2791
2791
|
* @param tmpReq - ListSchemasRequest
|
|
2792
2792
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2794,7 +2794,7 @@ export default class Client extends OpenApi {
|
|
|
2794
2794
|
*/
|
|
2795
2795
|
listSchemasWithOptions(tmpReq: $_model.ListSchemasRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListSchemasResponse>;
|
|
2796
2796
|
/**
|
|
2797
|
-
*
|
|
2797
|
+
* Queries a list of schemas in a database or a MaxCompute project in Data Map. Only schemas of the MaxCompute and Hologres metadata crawler types are supported.
|
|
2798
2798
|
*
|
|
2799
2799
|
* @param request - ListSchemasRequest
|
|
2800
2800
|
* @returns ListSchemasResponse
|
|
@@ -3168,7 +3168,7 @@ export default class Client extends OpenApi {
|
|
|
3168
3168
|
*/
|
|
3169
3169
|
rerunTaskInstances(request: $_model.RerunTaskInstancesRequest): Promise<$_model.RerunTaskInstancesResponse>;
|
|
3170
3170
|
/**
|
|
3171
|
-
*
|
|
3171
|
+
* Reruns workflow instances.
|
|
3172
3172
|
*
|
|
3173
3173
|
* @param tmpReq - RerunWorkflowInstancesRequest
|
|
3174
3174
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3176,7 +3176,7 @@ export default class Client extends OpenApi {
|
|
|
3176
3176
|
*/
|
|
3177
3177
|
rerunWorkflowInstancesWithOptions(tmpReq: $_model.RerunWorkflowInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RerunWorkflowInstancesResponse>;
|
|
3178
3178
|
/**
|
|
3179
|
-
*
|
|
3179
|
+
* Reruns workflow instances.
|
|
3180
3180
|
*
|
|
3181
3181
|
* @param request - RerunWorkflowInstancesRequest
|
|
3182
3182
|
* @returns RerunWorkflowInstancesResponse
|
|
@@ -3699,7 +3699,7 @@ export default class Client extends OpenApi {
|
|
|
3699
3699
|
*/
|
|
3700
3700
|
updateIDEEventResult(request: $_model.UpdateIDEEventResultRequest): Promise<$_model.UpdateIDEEventResultResponse>;
|
|
3701
3701
|
/**
|
|
3702
|
-
*
|
|
3702
|
+
* Updates the information about a collection in Data Map, including the collection name, description, and administrator. Collections include categories and data albums. If you want to update the information about a data album, the account that you use must be attached the AliyunDataWorksFullAccess policy, or you are the data album creator or administrator.
|
|
3703
3703
|
*
|
|
3704
3704
|
* @param tmpReq - UpdateMetaCollectionRequest
|
|
3705
3705
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3707,7 +3707,7 @@ export default class Client extends OpenApi {
|
|
|
3707
3707
|
*/
|
|
3708
3708
|
updateMetaCollectionWithOptions(tmpReq: $_model.UpdateMetaCollectionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateMetaCollectionResponse>;
|
|
3709
3709
|
/**
|
|
3710
|
-
*
|
|
3710
|
+
* Updates the information about a collection in Data Map, including the collection name, description, and administrator. Collections include categories and data albums. If you want to update the information about a data album, the account that you use must be attached the AliyunDataWorksFullAccess policy, or you are the data album creator or administrator.
|
|
3711
3711
|
*
|
|
3712
3712
|
* @param request - UpdateMetaCollectionRequest
|
|
3713
3713
|
* @returns UpdateMetaCollectionResponse
|
|
@@ -3802,7 +3802,7 @@ export default class Client extends OpenApi {
|
|
|
3802
3802
|
*/
|
|
3803
3803
|
updateRoute(request: $_model.UpdateRouteRequest): Promise<$_model.UpdateRouteResponse>;
|
|
3804
3804
|
/**
|
|
3805
|
-
*
|
|
3805
|
+
* Updates the business metadata of a table in Data Map. Currently, only the usage notes of a table can be updated.
|
|
3806
3806
|
*
|
|
3807
3807
|
* @param request - UpdateTableBusinessMetadataRequest
|
|
3808
3808
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3810,7 +3810,7 @@ export default class Client extends OpenApi {
|
|
|
3810
3810
|
*/
|
|
3811
3811
|
updateTableBusinessMetadataWithOptions(request: $_model.UpdateTableBusinessMetadataRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateTableBusinessMetadataResponse>;
|
|
3812
3812
|
/**
|
|
3813
|
-
*
|
|
3813
|
+
* Updates the business metadata of a table in Data Map. Currently, only the usage notes of a table can be updated.
|
|
3814
3814
|
*
|
|
3815
3815
|
* @param request - UpdateTableBusinessMetadataRequest
|
|
3816
3816
|
* @returns UpdateTableBusinessMetadataResponse
|
package/dist/client.js
CHANGED
|
@@ -1297,7 +1297,7 @@ class Client extends openapi_core_1.default {
|
|
|
1297
1297
|
return await this.createFunctionWithOptions(request, runtime);
|
|
1298
1298
|
}
|
|
1299
1299
|
/**
|
|
1300
|
-
*
|
|
1300
|
+
* Creates a lineage between a source entity and a destination entity. Either the source or destination entity must be a custom entity.
|
|
1301
1301
|
*
|
|
1302
1302
|
* @param tmpReq - CreateLineageRelationshipRequest
|
|
1303
1303
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1343,7 +1343,7 @@ class Client extends openapi_core_1.default {
|
|
|
1343
1343
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateLineageRelationshipResponse({}));
|
|
1344
1344
|
}
|
|
1345
1345
|
/**
|
|
1346
|
-
*
|
|
1346
|
+
* Creates a lineage between a source entity and a destination entity. Either the source or destination entity must be a custom entity.
|
|
1347
1347
|
*
|
|
1348
1348
|
* @param request - CreateLineageRelationshipRequest
|
|
1349
1349
|
* @returns CreateLineageRelationshipResponse
|
|
@@ -1353,7 +1353,7 @@ class Client extends openapi_core_1.default {
|
|
|
1353
1353
|
return await this.createLineageRelationshipWithOptions(request, runtime);
|
|
1354
1354
|
}
|
|
1355
1355
|
/**
|
|
1356
|
-
*
|
|
1356
|
+
* Creates a collection in Data Map. Collections include categories, subcategories, data albums, and categories that are created in the data albums.
|
|
1357
1357
|
*
|
|
1358
1358
|
* @param request - CreateMetaCollectionRequest
|
|
1359
1359
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1391,7 +1391,7 @@ class Client extends openapi_core_1.default {
|
|
|
1391
1391
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateMetaCollectionResponse({}));
|
|
1392
1392
|
}
|
|
1393
1393
|
/**
|
|
1394
|
-
*
|
|
1394
|
+
* Creates a collection in Data Map. Collections include categories, subcategories, data albums, and categories that are created in the data albums.
|
|
1395
1395
|
*
|
|
1396
1396
|
* @param request - CreateMetaCollectionRequest
|
|
1397
1397
|
* @returns CreateMetaCollectionResponse
|
|
@@ -4655,7 +4655,7 @@ class Client extends openapi_core_1.default {
|
|
|
4655
4655
|
return await this.getLineageRelationshipWithOptions(request, runtime);
|
|
4656
4656
|
}
|
|
4657
4657
|
/**
|
|
4658
|
-
*
|
|
4658
|
+
* Queries the information about a collection in Data Map. Collections include categories and data albums.
|
|
4659
4659
|
*
|
|
4660
4660
|
* @param request - GetMetaCollectionRequest
|
|
4661
4661
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4681,7 +4681,7 @@ class Client extends openapi_core_1.default {
|
|
|
4681
4681
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetMetaCollectionResponse({}));
|
|
4682
4682
|
}
|
|
4683
4683
|
/**
|
|
4684
|
-
*
|
|
4684
|
+
* Queries the information about a collection in Data Map. Collections include categories and data albums.
|
|
4685
4685
|
*
|
|
4686
4686
|
* @param request - GetMetaCollectionRequest
|
|
4687
4687
|
* @returns GetMetaCollectionResponse
|
|
@@ -4979,7 +4979,7 @@ class Client extends openapi_core_1.default {
|
|
|
4979
4979
|
return await this.getProjectRoleWithOptions(request, runtime);
|
|
4980
4980
|
}
|
|
4981
4981
|
/**
|
|
4982
|
-
*
|
|
4982
|
+
* Query the result of asynchronous workflow instance reruns.
|
|
4983
4983
|
*
|
|
4984
4984
|
* @param request - GetRerunWorkflowInstancesResultRequest
|
|
4985
4985
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5008,7 +5008,7 @@ class Client extends openapi_core_1.default {
|
|
|
5008
5008
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetRerunWorkflowInstancesResultResponse({}));
|
|
5009
5009
|
}
|
|
5010
5010
|
/**
|
|
5011
|
-
*
|
|
5011
|
+
* Query the result of asynchronous workflow instance reruns.
|
|
5012
5012
|
*
|
|
5013
5013
|
* @param request - GetRerunWorkflowInstancesResultRequest
|
|
5014
5014
|
* @returns GetRerunWorkflowInstancesResultResponse
|
|
@@ -6803,7 +6803,7 @@ class Client extends openapi_core_1.default {
|
|
|
6803
6803
|
return await this.listDownstreamTasksWithOptions(request, runtime);
|
|
6804
6804
|
}
|
|
6805
6805
|
/**
|
|
6806
|
-
*
|
|
6806
|
+
* Queries a list of entities in a collection in Data Map. Collections include categories and data albums. Entities can only be tables.
|
|
6807
6807
|
*
|
|
6808
6808
|
* @param request - ListEntitiesInMetaCollectionRequest
|
|
6809
6809
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6829,7 +6829,7 @@ class Client extends openapi_core_1.default {
|
|
|
6829
6829
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListEntitiesInMetaCollectionResponse({}));
|
|
6830
6830
|
}
|
|
6831
6831
|
/**
|
|
6832
|
-
*
|
|
6832
|
+
* Queries a list of entities in a collection in Data Map. Collections include categories and data albums. Entities can only be tables.
|
|
6833
6833
|
*
|
|
6834
6834
|
* @param request - ListEntitiesInMetaCollectionRequest
|
|
6835
6835
|
* @returns ListEntitiesInMetaCollectionResponse
|
|
@@ -7085,7 +7085,7 @@ class Client extends openapi_core_1.default {
|
|
|
7085
7085
|
return await this.listLineageRelationshipsWithOptions(request, runtime);
|
|
7086
7086
|
}
|
|
7087
7087
|
/**
|
|
7088
|
-
*
|
|
7088
|
+
* Queries a list of ancestor and descendant entities of an entity in Data Map. You can specify whether to return the lineage between the entities.
|
|
7089
7089
|
*
|
|
7090
7090
|
* @param request - ListLineagesRequest
|
|
7091
7091
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7111,7 +7111,7 @@ class Client extends openapi_core_1.default {
|
|
|
7111
7111
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListLineagesResponse({}));
|
|
7112
7112
|
}
|
|
7113
7113
|
/**
|
|
7114
|
-
*
|
|
7114
|
+
* Queries a list of ancestor and descendant entities of an entity in Data Map. You can specify whether to return the lineage between the entities.
|
|
7115
7115
|
*
|
|
7116
7116
|
* @param request - ListLineagesRequest
|
|
7117
7117
|
* @returns ListLineagesResponse
|
|
@@ -7121,7 +7121,7 @@ class Client extends openapi_core_1.default {
|
|
|
7121
7121
|
return await this.listLineagesWithOptions(request, runtime);
|
|
7122
7122
|
}
|
|
7123
7123
|
/**
|
|
7124
|
-
*
|
|
7124
|
+
* Queries a list of collections in Data Map. Collections include categories and data albums.
|
|
7125
7125
|
*
|
|
7126
7126
|
* @param request - ListMetaCollectionsRequest
|
|
7127
7127
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7147,7 +7147,7 @@ class Client extends openapi_core_1.default {
|
|
|
7147
7147
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListMetaCollectionsResponse({}));
|
|
7148
7148
|
}
|
|
7149
7149
|
/**
|
|
7150
|
-
*
|
|
7150
|
+
* Queries a list of collections in Data Map. Collections include categories and data albums.
|
|
7151
7151
|
*
|
|
7152
7152
|
* @param request - ListMetaCollectionsRequest
|
|
7153
7153
|
* @returns ListMetaCollectionsResponse
|
|
@@ -7714,7 +7714,7 @@ class Client extends openapi_core_1.default {
|
|
|
7714
7714
|
return await this.listRoutesWithOptions(request, runtime);
|
|
7715
7715
|
}
|
|
7716
7716
|
/**
|
|
7717
|
-
*
|
|
7717
|
+
* Queries a list of schemas in a database or a MaxCompute project in Data Map. Only schemas of the MaxCompute and Hologres metadata crawler types are supported.
|
|
7718
7718
|
*
|
|
7719
7719
|
* @param tmpReq - ListSchemasRequest
|
|
7720
7720
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7745,7 +7745,7 @@ class Client extends openapi_core_1.default {
|
|
|
7745
7745
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSchemasResponse({}));
|
|
7746
7746
|
}
|
|
7747
7747
|
/**
|
|
7748
|
-
*
|
|
7748
|
+
* Queries a list of schemas in a database or a MaxCompute project in Data Map. Only schemas of the MaxCompute and Hologres metadata crawler types are supported.
|
|
7749
7749
|
*
|
|
7750
7750
|
* @param request - ListSchemasRequest
|
|
7751
7751
|
* @returns ListSchemasResponse
|
|
@@ -8852,7 +8852,7 @@ class Client extends openapi_core_1.default {
|
|
|
8852
8852
|
return await this.rerunTaskInstancesWithOptions(request, runtime);
|
|
8853
8853
|
}
|
|
8854
8854
|
/**
|
|
8855
|
-
*
|
|
8855
|
+
* Reruns workflow instances.
|
|
8856
8856
|
*
|
|
8857
8857
|
* @param tmpReq - RerunWorkflowInstancesRequest
|
|
8858
8858
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8919,7 +8919,7 @@ class Client extends openapi_core_1.default {
|
|
|
8919
8919
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RerunWorkflowInstancesResponse({}));
|
|
8920
8920
|
}
|
|
8921
8921
|
/**
|
|
8922
|
-
*
|
|
8922
|
+
* Reruns workflow instances.
|
|
8923
8923
|
*
|
|
8924
8924
|
* @param request - RerunWorkflowInstancesRequest
|
|
8925
8925
|
* @returns RerunWorkflowInstancesResponse
|
|
@@ -10562,7 +10562,7 @@ class Client extends openapi_core_1.default {
|
|
|
10562
10562
|
return await this.updateIDEEventResultWithOptions(request, runtime);
|
|
10563
10563
|
}
|
|
10564
10564
|
/**
|
|
10565
|
-
*
|
|
10565
|
+
* Updates the information about a collection in Data Map, including the collection name, description, and administrator. Collections include categories and data albums. If you want to update the information about a data album, the account that you use must be attached the AliyunDataWorksFullAccess policy, or you are the data album creator or administrator.
|
|
10566
10566
|
*
|
|
10567
10567
|
* @param tmpReq - UpdateMetaCollectionRequest
|
|
10568
10568
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10605,7 +10605,7 @@ class Client extends openapi_core_1.default {
|
|
|
10605
10605
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateMetaCollectionResponse({}));
|
|
10606
10606
|
}
|
|
10607
10607
|
/**
|
|
10608
|
-
*
|
|
10608
|
+
* Updates the information about a collection in Data Map, including the collection name, description, and administrator. Collections include categories and data albums. If you want to update the information about a data album, the account that you use must be attached the AliyunDataWorksFullAccess policy, or you are the data album creator or administrator.
|
|
10609
10609
|
*
|
|
10610
10610
|
* @param request - UpdateMetaCollectionRequest
|
|
10611
10611
|
* @returns UpdateMetaCollectionResponse
|
|
@@ -10938,7 +10938,7 @@ class Client extends openapi_core_1.default {
|
|
|
10938
10938
|
return await this.updateRouteWithOptions(request, runtime);
|
|
10939
10939
|
}
|
|
10940
10940
|
/**
|
|
10941
|
-
*
|
|
10941
|
+
* Updates the business metadata of a table in Data Map. Currently, only the usage notes of a table can be updated.
|
|
10942
10942
|
*
|
|
10943
10943
|
* @param request - UpdateTableBusinessMetadataRequest
|
|
10944
10944
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10970,7 +10970,7 @@ class Client extends openapi_core_1.default {
|
|
|
10970
10970
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateTableBusinessMetadataResponse({}));
|
|
10971
10971
|
}
|
|
10972
10972
|
/**
|
|
10973
|
-
*
|
|
10973
|
+
* Updates the business metadata of a table in Data Map. Currently, only the usage notes of a table can be updated.
|
|
10974
10974
|
*
|
|
10975
10975
|
* @param request - UpdateTableBusinessMetadataRequest
|
|
10976
10976
|
* @returns UpdateTableBusinessMetadataResponse
|
|
@@ -2,6 +2,8 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class AddEntityIntoMetaCollectionRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
+
* The entity ID. Currently, entities can only be tables. You can call the ListTables operation to query the ID.
|
|
6
|
+
*
|
|
5
7
|
* This parameter is required.
|
|
6
8
|
*
|
|
7
9
|
* @example
|
|
@@ -10,6 +12,8 @@ export declare class AddEntityIntoMetaCollectionRequest extends $dara.Model {
|
|
|
10
12
|
id?: string;
|
|
11
13
|
/**
|
|
12
14
|
* @remarks
|
|
15
|
+
* The collection ID. You can call the ListMetaCollections operation to query the ID.
|
|
16
|
+
*
|
|
13
17
|
* This parameter is required.
|
|
14
18
|
*
|
|
15
19
|
* @example
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddEntityIntoMetaCollectionRequest.js","sourceRoot":"","sources":["../../src/models/AddEntityIntoMetaCollectionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"AddEntityIntoMetaCollectionRequest.js","sourceRoot":"","sources":["../../src/models/AddEntityIntoMetaCollectionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IAsBjE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,IAAI;YACR,gBAAgB,EAAE,kBAAkB;YACpC,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,QAAQ;YACZ,gBAAgB,EAAE,QAAQ;YAC1B,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7CD,gFA6CC"}
|
|
@@ -4,6 +4,10 @@ import { LineageTask } from "./LineageTask";
|
|
|
4
4
|
export declare class CreateLineageRelationshipRequest extends $dara.Model {
|
|
5
5
|
dstEntity?: LineageEntity;
|
|
6
6
|
srcEntity?: LineageEntity;
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* The task information.
|
|
10
|
+
*/
|
|
7
11
|
task?: LineageTask;
|
|
8
12
|
static names(): {
|
|
9
13
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateLineageRelationshipRequest.js","sourceRoot":"","sources":["../../src/models/CreateLineageRelationshipRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,mDAAgD;AAChD,+CAA4C;AAG5C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateLineageRelationshipRequest.js","sourceRoot":"","sources":["../../src/models/CreateLineageRelationshipRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,mDAAgD;AAChD,+CAA4C;AAG5C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAQ/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,6BAAa;YACxB,SAAS,EAAE,6BAAa;YACxB,IAAI,EAAE,yBAAW;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,SAAS,IAAI,OAAQ,IAAI,CAAC,SAAiB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC3E,IAAI,CAAC,SAAiB,CAAC,QAAQ,EAAE,CAAC;QACrC,CAAC;QACD,IAAG,IAAI,CAAC,SAAS,IAAI,OAAQ,IAAI,CAAC,SAAiB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC3E,IAAI,CAAC,SAAiB,CAAC,QAAQ,EAAE,CAAC;QACrC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxCD,4EAwCC"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateLineageRelationshipResponseBody extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The lineage ID.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* 110xxxx:custom-table.xxxxx:maxcompute-table.project.test_big_lineage_080901:custom-sqlxx.00001
|
|
6
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateLineageRelationshipResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateLineageRelationshipResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateLineageRelationshipResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateLineageRelationshipResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IAmBpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,IAAI;YACR,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,QAAQ;YACZ,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1CD,sFA0CC"}
|
|
@@ -2,6 +2,10 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CreateLineageRelationshipShrinkRequest extends $dara.Model {
|
|
3
3
|
dstEntityShrink?: string;
|
|
4
4
|
srcEntityShrink?: string;
|
|
5
|
+
/**
|
|
6
|
+
* @remarks
|
|
7
|
+
* The task information.
|
|
8
|
+
*/
|
|
5
9
|
taskShrink?: string;
|
|
6
10
|
static names(): {
|
|
7
11
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateLineageRelationshipShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateLineageRelationshipShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateLineageRelationshipShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateLineageRelationshipShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAQrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,WAAW;YAC5B,eAAe,EAAE,WAAW;YAC5B,UAAU,EAAE,MAAM;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/BD,wFA+BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateMetaCollectionRequest.js","sourceRoot":"","sources":["../../src/models/CreateMetaCollectionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateMetaCollectionRequest.js","sourceRoot":"","sources":["../../src/models/CreateMetaCollectionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IA8B1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,QAAQ;YAClB,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAvDD,kEAuDC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateMetaCollectionResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateMetaCollectionResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateMetaCollectionResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateMetaCollectionResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAiB/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,IAAI;YACR,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,QAAQ;YACZ,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,4EAsCC"}
|
|
@@ -52,6 +52,7 @@ class CreateWorkflowInstancesRequestDefaultRunProperties extends $dara.Model {
|
|
|
52
52
|
order: 'Order',
|
|
53
53
|
parallelism: 'Parallelism',
|
|
54
54
|
priority: 'Priority',
|
|
55
|
+
priorityWeightStrategy: 'PriorityWeightStrategy',
|
|
55
56
|
rootTaskIds: 'RootTaskIds',
|
|
56
57
|
runPolicy: 'RunPolicy',
|
|
57
58
|
runtimeResource: 'RuntimeResource',
|
|
@@ -69,6 +70,7 @@ class CreateWorkflowInstancesRequestDefaultRunProperties extends $dara.Model {
|
|
|
69
70
|
order: 'string',
|
|
70
71
|
parallelism: 'number',
|
|
71
72
|
priority: 'number',
|
|
73
|
+
priorityWeightStrategy: 'string',
|
|
72
74
|
rootTaskIds: { 'type': 'array', 'itemType': 'number' },
|
|
73
75
|
runPolicy: CreateWorkflowInstancesRequestDefaultRunPropertiesRunPolicy_1.CreateWorkflowInstancesRequestDefaultRunPropertiesRunPolicy,
|
|
74
76
|
runtimeResource: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateWorkflowInstancesRequestDefaultRunProperties.js","sourceRoot":"","sources":["../../src/models/CreateWorkflowInstancesRequestDefaultRunProperties.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uIAAoI;AACpI,6IAA0I;AAC1I,+IAA4I;AAG5I,MAAa,kDAAmD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateWorkflowInstancesRequestDefaultRunProperties.js","sourceRoot":"","sources":["../../src/models/CreateWorkflowInstancesRequestDefaultRunProperties.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,8 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class DeleteLineageRelationshipRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
+
* The lineage ID. For more information, see the response returned by the ListLineageRelationships operation.
|
|
6
|
+
*
|
|
5
7
|
* This parameter is required.
|
|
6
8
|
*
|
|
7
9
|
* @example
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteLineageRelationshipRequest.js","sourceRoot":"","sources":["../../src/models/DeleteLineageRelationshipRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DeleteLineageRelationshipRequest.js","sourceRoot":"","sources":["../../src/models/DeleteLineageRelationshipRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAW/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,IAAI;SACT,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,QAAQ;SACb,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9BD,4EA8BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteMetaCollectionRequest.js","sourceRoot":"","sources":["../../src/models/DeleteMetaCollectionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DeleteMetaCollectionRequest.js","sourceRoot":"","sources":["../../src/models/DeleteMetaCollectionRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAW1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,IAAI;SACT,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,QAAQ;SACb,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9BD,kEA8BC"}
|
|
@@ -2,6 +2,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetCatalogRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
+
* Data catalog entity ID. Currently, only DLF and StarRocks types are supported. You can refer to the response of the ListCatalogs operation and [the description of metadata entity concepts.](https://help.aliyun.com/document_detail/2880092.html)
|
|
6
|
+
*
|
|
7
|
+
* * For the DLF type, the format is `dlf-catalog::catalog_id`.
|
|
8
|
+
* * For the StarRocks type, the format is `starrocks-catalog:(instance_id|encoded_jdbc_url):catalog_name`.
|
|
9
|
+
*
|
|
10
|
+
* > Parameter descriptions:\\
|
|
11
|
+
* `catalog_id`: The DLF catalog ID.\\
|
|
12
|
+
* `instance_id`: The instance ID, required for the data source registered in instance mode.\\
|
|
13
|
+
* `encoded_jdbc_url`: The JDBC connection string that has been URL encoded, required for the data source registered via a connection string.\\
|
|
14
|
+
* `catalog_name`: The name of the StarRocks catalog.
|
|
15
|
+
*
|
|
5
16
|
* This parameter is required.
|
|
6
17
|
*
|
|
7
18
|
* @example
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetCatalogRequest.js","sourceRoot":"","sources":["../../src/models/GetCatalogRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iBAAkB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetCatalogRequest.js","sourceRoot":"","sources":["../../src/models/GetCatalogRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iBAAkB,SAAQ,KAAK,CAAC,KAAK;IAqBhD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,IAAI;SACT,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,EAAE,EAAE,QAAQ;SACb,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxCD,8CAwCC"}
|
|
@@ -2,6 +2,36 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetColumnRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
+
* The ID. You can refer to the response of the ListColumns operation and the [description of concepts related to metadata entities.](https://help.aliyun.com/document_detail/2880092.html)
|
|
6
|
+
*
|
|
7
|
+
* The format: `${EntityType}:${Instance ID or escaped URL}:${Catalog name}:${Database name}`. Use empty strings as placeholders for levels that do not exist.
|
|
8
|
+
*
|
|
9
|
+
* > For the MaxCompute and DLF types, the instance ID level must be left empty. For the MaxCompute type, the instance ID level is represented by an empty string. The database name is the name of the MaxCompute project with schema enabled.
|
|
10
|
+
*
|
|
11
|
+
* > The catalog identifier of the StarRocks is the catalog name, and the catalog identifier of the DLF type is the catalog ID. Other types do not support catalog levels and can use empty strings as placeholders.
|
|
12
|
+
*
|
|
13
|
+
* Examples of common ID formats
|
|
14
|
+
*
|
|
15
|
+
* `maxcompute-column:::project_name:[schema_name]:table_name:column_name`
|
|
16
|
+
*
|
|
17
|
+
* `dlf-column::catalog_id:database_name::table_name:column_name`
|
|
18
|
+
*
|
|
19
|
+
* `hms-column:instance_id::database_name::table_name:column_name`
|
|
20
|
+
*
|
|
21
|
+
* `holo-column:instance_id::database_name:schema_name:table_name:column_name`
|
|
22
|
+
*
|
|
23
|
+
* `mysql-column:(instance_id|encoded_jdbc_url)::database_name::table_name:column_name`
|
|
24
|
+
*
|
|
25
|
+
* > \\
|
|
26
|
+
* `instance_id`: the ID of the instance, which is required when the data source is registered in instance mode.\\
|
|
27
|
+
* `encoded_jdbc_url`: the URL-encoded JDBC connection string, which is required when the data source is registered via a connection string.\\
|
|
28
|
+
* `catalog_id`: The DLF catalog ID.\\
|
|
29
|
+
* `project_name`: The MaxCompute project name.\\
|
|
30
|
+
* `database_name`: The database name.\\
|
|
31
|
+
* `schema_name`: The schema name. For the MaxCompute type, this is required only if the project has enabled schema; otherwise, use an empty string as a placeholder.\\
|
|
32
|
+
* `table_name`: The table name.\\
|
|
33
|
+
* `column_name`: The field name.
|
|
34
|
+
*
|
|
5
35
|
* This parameter is required.
|
|
6
36
|
*
|
|
7
37
|
* @example
|