@alicloud/dataworks-public20200518 6.2.0 → 6.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 +163 -81
- package/dist/client.js +47 -17
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +183 -81
package/dist/client.d.ts
CHANGED
|
@@ -4309,6 +4309,7 @@ export declare class CreateFileRequest extends $tea.Model {
|
|
|
4309
4309
|
* false
|
|
4310
4310
|
*/
|
|
4311
4311
|
stop?: boolean;
|
|
4312
|
+
timeout?: number;
|
|
4312
4313
|
static names(): {
|
|
4313
4314
|
[key: string]: string;
|
|
4314
4315
|
};
|
|
@@ -6833,6 +6834,9 @@ export declare class CreateTableRequest extends $tea.Model {
|
|
|
6833
6834
|
/**
|
|
6834
6835
|
* @remarks
|
|
6835
6836
|
* A reserved parameter.
|
|
6837
|
+
*
|
|
6838
|
+
* @example
|
|
6839
|
+
* reserved
|
|
6836
6840
|
*/
|
|
6837
6841
|
clientToken?: string;
|
|
6838
6842
|
/**
|
|
@@ -6845,6 +6849,9 @@ export declare class CreateTableRequest extends $tea.Model {
|
|
|
6845
6849
|
/**
|
|
6846
6850
|
* @remarks
|
|
6847
6851
|
* The comment.
|
|
6852
|
+
*
|
|
6853
|
+
* @example
|
|
6854
|
+
* comment
|
|
6848
6855
|
*/
|
|
6849
6856
|
comment?: string;
|
|
6850
6857
|
/**
|
|
@@ -8575,7 +8582,7 @@ export declare class DeleteFromMetaCategoryResponse extends $tea.Model {
|
|
|
8575
8582
|
export declare class DeleteLineageRelationRequest extends $tea.Model {
|
|
8576
8583
|
/**
|
|
8577
8584
|
* @remarks
|
|
8578
|
-
*
|
|
8585
|
+
* Destination entity unique identifier
|
|
8579
8586
|
*
|
|
8580
8587
|
* This parameter is required.
|
|
8581
8588
|
*
|
|
@@ -8585,16 +8592,23 @@ export declare class DeleteLineageRelationRequest extends $tea.Model {
|
|
|
8585
8592
|
destEntityQualifiedName?: string;
|
|
8586
8593
|
/**
|
|
8587
8594
|
* @remarks
|
|
8588
|
-
*
|
|
8595
|
+
* Lineage relationship unique identifier
|
|
8589
8596
|
*
|
|
8590
8597
|
* @example
|
|
8591
8598
|
* dfazcdfdfccdedd
|
|
8592
8599
|
*/
|
|
8593
8600
|
relationshipGuid?: string;
|
|
8601
|
+
/**
|
|
8602
|
+
* @remarks
|
|
8603
|
+
* Relationship type
|
|
8604
|
+
*
|
|
8605
|
+
* @example
|
|
8606
|
+
* sql
|
|
8607
|
+
*/
|
|
8594
8608
|
relationshipType?: string;
|
|
8595
8609
|
/**
|
|
8596
8610
|
* @remarks
|
|
8597
|
-
*
|
|
8611
|
+
* Source entity unique identifier
|
|
8598
8612
|
*
|
|
8599
8613
|
* This parameter is required.
|
|
8600
8614
|
*
|
|
@@ -8615,7 +8629,7 @@ export declare class DeleteLineageRelationRequest extends $tea.Model {
|
|
|
8615
8629
|
export declare class DeleteLineageRelationResponseBody extends $tea.Model {
|
|
8616
8630
|
/**
|
|
8617
8631
|
* @remarks
|
|
8618
|
-
*
|
|
8632
|
+
* Error code
|
|
8619
8633
|
*
|
|
8620
8634
|
* @example
|
|
8621
8635
|
* 1010040007
|
|
@@ -8623,7 +8637,7 @@ export declare class DeleteLineageRelationResponseBody extends $tea.Model {
|
|
|
8623
8637
|
errorCode?: string;
|
|
8624
8638
|
/**
|
|
8625
8639
|
* @remarks
|
|
8626
|
-
*
|
|
8640
|
+
* Error message
|
|
8627
8641
|
*
|
|
8628
8642
|
* @example
|
|
8629
8643
|
* qualifiedName should be in format as entity-table.entity-guid
|
|
@@ -8631,7 +8645,7 @@ export declare class DeleteLineageRelationResponseBody extends $tea.Model {
|
|
|
8631
8645
|
errorMessage?: string;
|
|
8632
8646
|
/**
|
|
8633
8647
|
* @remarks
|
|
8634
|
-
*
|
|
8648
|
+
* HTTP status code
|
|
8635
8649
|
*
|
|
8636
8650
|
* @example
|
|
8637
8651
|
* 200
|
|
@@ -8639,7 +8653,7 @@ export declare class DeleteLineageRelationResponseBody extends $tea.Model {
|
|
|
8639
8653
|
httpStatusCode?: number;
|
|
8640
8654
|
/**
|
|
8641
8655
|
* @remarks
|
|
8642
|
-
*
|
|
8656
|
+
* Request ID: used for locating logs and troubleshooting
|
|
8643
8657
|
*
|
|
8644
8658
|
* @example
|
|
8645
8659
|
* 64B-587A-8CED-969E1973887FXXX-TT
|
|
@@ -8647,11 +8661,11 @@ export declare class DeleteLineageRelationResponseBody extends $tea.Model {
|
|
|
8647
8661
|
requestId?: string;
|
|
8648
8662
|
/**
|
|
8649
8663
|
* @remarks
|
|
8650
|
-
*
|
|
8664
|
+
* Operation result:
|
|
8651
8665
|
*
|
|
8652
|
-
* true:
|
|
8666
|
+
* true: Success
|
|
8653
8667
|
*
|
|
8654
|
-
* false:
|
|
8668
|
+
* false: Failure
|
|
8655
8669
|
*
|
|
8656
8670
|
* @example
|
|
8657
8671
|
* true
|
|
@@ -8659,11 +8673,11 @@ export declare class DeleteLineageRelationResponseBody extends $tea.Model {
|
|
|
8659
8673
|
status?: boolean;
|
|
8660
8674
|
/**
|
|
8661
8675
|
* @remarks
|
|
8662
|
-
*
|
|
8676
|
+
* Whether the call was successful. Values are as follows:
|
|
8663
8677
|
*
|
|
8664
|
-
* true
|
|
8678
|
+
* true: success
|
|
8665
8679
|
*
|
|
8666
|
-
* false
|
|
8680
|
+
* false: failed
|
|
8667
8681
|
*
|
|
8668
8682
|
* @example
|
|
8669
8683
|
* true
|
|
@@ -17903,7 +17917,7 @@ export declare class GetMetaTableColumnResponse extends $tea.Model {
|
|
|
17903
17917
|
export declare class GetMetaTableFullInfoRequest extends $tea.Model {
|
|
17904
17918
|
/**
|
|
17905
17919
|
* @remarks
|
|
17906
|
-
* The ID of the
|
|
17920
|
+
* The ID of the EMR cluster. You can log in to the EMR management console to obtain the cluster ID.
|
|
17907
17921
|
*
|
|
17908
17922
|
* @example
|
|
17909
17923
|
* C-010A704DA760****
|
|
@@ -17911,7 +17925,7 @@ export declare class GetMetaTableFullInfoRequest extends $tea.Model {
|
|
|
17911
17925
|
clusterId?: string;
|
|
17912
17926
|
/**
|
|
17913
17927
|
* @remarks
|
|
17914
|
-
*
|
|
17928
|
+
* Data type, currently only supports the value `emr`.
|
|
17915
17929
|
*
|
|
17916
17930
|
* @example
|
|
17917
17931
|
* emr
|
|
@@ -17919,7 +17933,7 @@ export declare class GetMetaTableFullInfoRequest extends $tea.Model {
|
|
|
17919
17933
|
dataSourceType?: string;
|
|
17920
17934
|
/**
|
|
17921
17935
|
* @remarks
|
|
17922
|
-
* The name of the
|
|
17936
|
+
* The name of the EMR database. You can obtain the database name by calling the [ListMetaDB](https://help.aliyun.com/document_detail/185662.html) interface.
|
|
17923
17937
|
*
|
|
17924
17938
|
* @example
|
|
17925
17939
|
* abc
|
|
@@ -17927,7 +17941,7 @@ export declare class GetMetaTableFullInfoRequest extends $tea.Model {
|
|
|
17927
17941
|
databaseName?: string;
|
|
17928
17942
|
/**
|
|
17929
17943
|
* @remarks
|
|
17930
|
-
* The number
|
|
17944
|
+
* The page number requested for pagination.
|
|
17931
17945
|
*
|
|
17932
17946
|
* @example
|
|
17933
17947
|
* 1
|
|
@@ -17935,7 +17949,7 @@ export declare class GetMetaTableFullInfoRequest extends $tea.Model {
|
|
|
17935
17949
|
pageNum?: number;
|
|
17936
17950
|
/**
|
|
17937
17951
|
* @remarks
|
|
17938
|
-
* The number of
|
|
17952
|
+
* The number of items per page, with a default of 10 and a maximum of 100.
|
|
17939
17953
|
*
|
|
17940
17954
|
* @example
|
|
17941
17955
|
* 10
|
|
@@ -17943,7 +17957,7 @@ export declare class GetMetaTableFullInfoRequest extends $tea.Model {
|
|
|
17943
17957
|
pageSize?: number;
|
|
17944
17958
|
/**
|
|
17945
17959
|
* @remarks
|
|
17946
|
-
* The
|
|
17960
|
+
* The unique identifier of the table. You can obtain the unique identifier by calling the [GetMetaDBTableList](https://help.aliyun.com/document_detail/173916.html) interface.
|
|
17947
17961
|
*
|
|
17948
17962
|
* @example
|
|
17949
17963
|
* odps.engine_name.table_name
|
|
@@ -17951,7 +17965,7 @@ export declare class GetMetaTableFullInfoRequest extends $tea.Model {
|
|
|
17951
17965
|
tableGuid?: string;
|
|
17952
17966
|
/**
|
|
17953
17967
|
* @remarks
|
|
17954
|
-
* The name of the
|
|
17968
|
+
* The name of the EMR table. You can obtain the table name by calling the [GetMetaDBTableList](https://help.aliyun.com/document_detail/173916.html) interface.
|
|
17955
17969
|
*
|
|
17956
17970
|
* @example
|
|
17957
17971
|
* abc
|
|
@@ -17970,12 +17984,12 @@ export declare class GetMetaTableFullInfoRequest extends $tea.Model {
|
|
|
17970
17984
|
export declare class GetMetaTableFullInfoResponseBody extends $tea.Model {
|
|
17971
17985
|
/**
|
|
17972
17986
|
* @remarks
|
|
17973
|
-
*
|
|
17987
|
+
* Business data.
|
|
17974
17988
|
*/
|
|
17975
17989
|
data?: GetMetaTableFullInfoResponseBodyData;
|
|
17976
17990
|
/**
|
|
17977
17991
|
* @remarks
|
|
17978
|
-
*
|
|
17992
|
+
* Error code.
|
|
17979
17993
|
*
|
|
17980
17994
|
* @example
|
|
17981
17995
|
* 1031203110005
|
|
@@ -17983,7 +17997,7 @@ export declare class GetMetaTableFullInfoResponseBody extends $tea.Model {
|
|
|
17983
17997
|
errorCode?: string;
|
|
17984
17998
|
/**
|
|
17985
17999
|
* @remarks
|
|
17986
|
-
*
|
|
18000
|
+
* Error message.
|
|
17987
18001
|
*
|
|
17988
18002
|
* @example
|
|
17989
18003
|
* The specified parameters are invalid.
|
|
@@ -17991,7 +18005,7 @@ export declare class GetMetaTableFullInfoResponseBody extends $tea.Model {
|
|
|
17991
18005
|
errorMessage?: string;
|
|
17992
18006
|
/**
|
|
17993
18007
|
* @remarks
|
|
17994
|
-
*
|
|
18008
|
+
* HTTP status code.
|
|
17995
18009
|
*
|
|
17996
18010
|
* @example
|
|
17997
18011
|
* 200
|
|
@@ -17999,7 +18013,7 @@ export declare class GetMetaTableFullInfoResponseBody extends $tea.Model {
|
|
|
17999
18013
|
httpStatusCode?: number;
|
|
18000
18014
|
/**
|
|
18001
18015
|
* @remarks
|
|
18002
|
-
*
|
|
18016
|
+
* Request ID. Used for locating logs and troubleshooting issues.
|
|
18003
18017
|
*
|
|
18004
18018
|
* @example
|
|
18005
18019
|
* 0bc1411515937****
|
|
@@ -18007,7 +18021,7 @@ export declare class GetMetaTableFullInfoResponseBody extends $tea.Model {
|
|
|
18007
18021
|
requestId?: string;
|
|
18008
18022
|
/**
|
|
18009
18023
|
* @remarks
|
|
18010
|
-
*
|
|
18024
|
+
* Whether the call was successful.
|
|
18011
18025
|
*
|
|
18012
18026
|
* @example
|
|
18013
18027
|
* true
|
|
@@ -18765,27 +18779,41 @@ export declare class GetMetaTablePartitionResponse extends $tea.Model {
|
|
|
18765
18779
|
}
|
|
18766
18780
|
export declare class GetMetaTableProducingTasksRequest extends $tea.Model {
|
|
18767
18781
|
/**
|
|
18782
|
+
* @remarks
|
|
18783
|
+
* The ID of the EMR cluster. This parameter takes effect only if the DataSourceType parameter is set to emr.
|
|
18784
|
+
*
|
|
18768
18785
|
* @example
|
|
18769
18786
|
* C-A_SAMPLE_CLUSTER_ID
|
|
18770
18787
|
*/
|
|
18771
18788
|
clusterId?: string;
|
|
18772
18789
|
/**
|
|
18790
|
+
* @remarks
|
|
18791
|
+
* The type of the metatable. Valid values: odps and emr. The value odps indicates that the metatable is a MaxCompute metatable. The value emr indicates that the metatable is an E-MapReduce (EMR) metatable.
|
|
18792
|
+
*
|
|
18773
18793
|
* @example
|
|
18774
18794
|
* odps
|
|
18775
18795
|
*/
|
|
18776
18796
|
dataSourceType?: string;
|
|
18777
18797
|
/**
|
|
18798
|
+
* @remarks
|
|
18799
|
+
* The name of the database.
|
|
18800
|
+
*
|
|
18778
18801
|
* @example
|
|
18779
18802
|
* default
|
|
18780
18803
|
*/
|
|
18781
18804
|
dbName?: string;
|
|
18782
18805
|
/**
|
|
18806
|
+
* @remarks
|
|
18807
|
+
* The name of the schema.
|
|
18808
|
+
*
|
|
18783
18809
|
* @example
|
|
18784
18810
|
* myschema
|
|
18785
18811
|
*/
|
|
18786
18812
|
schemaName?: string;
|
|
18787
18813
|
/**
|
|
18788
18814
|
* @remarks
|
|
18815
|
+
* The GUID of the MaxCompute metatable.
|
|
18816
|
+
*
|
|
18789
18817
|
* This parameter is required.
|
|
18790
18818
|
*
|
|
18791
18819
|
* @example
|
|
@@ -18793,6 +18821,9 @@ export declare class GetMetaTableProducingTasksRequest extends $tea.Model {
|
|
|
18793
18821
|
*/
|
|
18794
18822
|
tableGuid?: string;
|
|
18795
18823
|
/**
|
|
18824
|
+
* @remarks
|
|
18825
|
+
* The name of the metatable.
|
|
18826
|
+
*
|
|
18796
18827
|
* @example
|
|
18797
18828
|
* sample_table
|
|
18798
18829
|
*/
|
|
@@ -18808,28 +18839,47 @@ export declare class GetMetaTableProducingTasksRequest extends $tea.Model {
|
|
|
18808
18839
|
});
|
|
18809
18840
|
}
|
|
18810
18841
|
export declare class GetMetaTableProducingTasksResponseBody extends $tea.Model {
|
|
18842
|
+
/**
|
|
18843
|
+
* @remarks
|
|
18844
|
+
* The output tasks of the metatable.
|
|
18845
|
+
*/
|
|
18811
18846
|
data?: GetMetaTableProducingTasksResponseBodyData[];
|
|
18812
18847
|
/**
|
|
18848
|
+
* @remarks
|
|
18849
|
+
* The error code.
|
|
18850
|
+
*
|
|
18813
18851
|
* @example
|
|
18814
18852
|
* "0"
|
|
18815
18853
|
*/
|
|
18816
18854
|
errorCode?: string;
|
|
18817
18855
|
/**
|
|
18856
|
+
* @remarks
|
|
18857
|
+
* The error message.
|
|
18858
|
+
*
|
|
18818
18859
|
* @example
|
|
18819
18860
|
* SUCCESS
|
|
18820
18861
|
*/
|
|
18821
18862
|
errorMessage?: string;
|
|
18822
18863
|
/**
|
|
18864
|
+
* @remarks
|
|
18865
|
+
* The HTTP status code returned.
|
|
18866
|
+
*
|
|
18823
18867
|
* @example
|
|
18824
18868
|
* 200
|
|
18825
18869
|
*/
|
|
18826
18870
|
httpStatusCode?: number;
|
|
18827
18871
|
/**
|
|
18872
|
+
* @remarks
|
|
18873
|
+
* The request ID.
|
|
18874
|
+
*
|
|
18828
18875
|
* @example
|
|
18829
18876
|
* 00000-00000-00000-00000
|
|
18830
18877
|
*/
|
|
18831
18878
|
requestId?: string;
|
|
18832
18879
|
/**
|
|
18880
|
+
* @remarks
|
|
18881
|
+
* Indicates whether the request was successful. Valid values: true and false. The value true indicates that the request was successful. The value false indicates that the request failed.
|
|
18882
|
+
*
|
|
18833
18883
|
* @example
|
|
18834
18884
|
* true
|
|
18835
18885
|
*/
|
|
@@ -36013,6 +36063,7 @@ export declare class UpdateFileRequest extends $tea.Model {
|
|
|
36013
36063
|
* false
|
|
36014
36064
|
*/
|
|
36015
36065
|
stop?: boolean;
|
|
36066
|
+
timeout?: number;
|
|
36016
36067
|
static names(): {
|
|
36017
36068
|
[key: string]: string;
|
|
36018
36069
|
};
|
|
@@ -37636,6 +37687,9 @@ export declare class UpdateTableRequest extends $tea.Model {
|
|
|
37636
37687
|
/**
|
|
37637
37688
|
* @remarks
|
|
37638
37689
|
* The comment.
|
|
37690
|
+
*
|
|
37691
|
+
* @example
|
|
37692
|
+
* comment
|
|
37639
37693
|
*/
|
|
37640
37694
|
comment?: string;
|
|
37641
37695
|
/**
|
|
@@ -39312,6 +39366,9 @@ export declare class CreateTableRequestColumns extends $tea.Model {
|
|
|
39312
39366
|
/**
|
|
39313
39367
|
* @remarks
|
|
39314
39368
|
* The display name of the field.
|
|
39369
|
+
*
|
|
39370
|
+
* @example
|
|
39371
|
+
* columnName in chinese
|
|
39315
39372
|
*/
|
|
39316
39373
|
columnNameCn?: string;
|
|
39317
39374
|
/**
|
|
@@ -39327,6 +39384,9 @@ export declare class CreateTableRequestColumns extends $tea.Model {
|
|
|
39327
39384
|
/**
|
|
39328
39385
|
* @remarks
|
|
39329
39386
|
* The comment of the field.
|
|
39387
|
+
*
|
|
39388
|
+
* @example
|
|
39389
|
+
* comment
|
|
39330
39390
|
*/
|
|
39331
39391
|
comment?: string;
|
|
39332
39392
|
/**
|
|
@@ -46144,6 +46204,7 @@ export declare class GetFileResponseBodyDataNodeConfiguration extends $tea.Model
|
|
|
46144
46204
|
* 4155787800000
|
|
46145
46205
|
*/
|
|
46146
46206
|
endEffectDate?: number;
|
|
46207
|
+
ignoreParentSkipRunningProperty?: string;
|
|
46147
46208
|
/**
|
|
46148
46209
|
* @remarks
|
|
46149
46210
|
* The output names of the parent files on which the current file depends.
|
|
@@ -46248,6 +46309,7 @@ export declare class GetFileResponseBodyDataNodeConfiguration extends $tea.Model
|
|
|
46248
46309
|
* false
|
|
46249
46310
|
*/
|
|
46250
46311
|
stop?: boolean;
|
|
46312
|
+
timeout?: number;
|
|
46251
46313
|
static names(): {
|
|
46252
46314
|
[key: string]: string;
|
|
46253
46315
|
};
|
|
@@ -47264,6 +47326,11 @@ export declare class GetInstanceResponseBodyData extends $tea.Model {
|
|
|
47264
47326
|
* kzh
|
|
47265
47327
|
*/
|
|
47266
47328
|
nodeName?: string;
|
|
47329
|
+
/**
|
|
47330
|
+
* @example
|
|
47331
|
+
* 111
|
|
47332
|
+
*/
|
|
47333
|
+
owner?: string;
|
|
47267
47334
|
/**
|
|
47268
47335
|
* @remarks
|
|
47269
47336
|
* The parameters related to the node.
|
|
@@ -47272,6 +47339,11 @@ export declare class GetInstanceResponseBodyData extends $tea.Model {
|
|
|
47272
47339
|
* bizdate=$bizdate tbods=$tbods tbdw=$tbdw tbpmic=$tbpmic tbpidx=$tbpidx tbptcif=$tbptcif
|
|
47273
47340
|
*/
|
|
47274
47341
|
paramValues?: string;
|
|
47342
|
+
/**
|
|
47343
|
+
* @example
|
|
47344
|
+
* 1
|
|
47345
|
+
*/
|
|
47346
|
+
periodNumber?: number;
|
|
47275
47347
|
/**
|
|
47276
47348
|
* @remarks
|
|
47277
47349
|
* The priority of the instance. Valid values: 1, 3, 5, 7, and 8. A greater value indicates a higher priority. Default value: 1.
|
|
@@ -48765,7 +48837,7 @@ export declare class GetMetaTableColumnResponseBodyData extends $tea.Model {
|
|
|
48765
48837
|
export declare class GetMetaTableFullInfoResponseBodyDataColumnList extends $tea.Model {
|
|
48766
48838
|
/**
|
|
48767
48839
|
* @remarks
|
|
48768
|
-
* The description of the
|
|
48840
|
+
* The description of the column.
|
|
48769
48841
|
*
|
|
48770
48842
|
* @example
|
|
48771
48843
|
* data comment
|
|
@@ -48773,7 +48845,7 @@ export declare class GetMetaTableFullInfoResponseBodyDataColumnList extends $tea
|
|
|
48773
48845
|
caption?: string;
|
|
48774
48846
|
/**
|
|
48775
48847
|
* @remarks
|
|
48776
|
-
* The
|
|
48848
|
+
* The unique identifier of the column.
|
|
48777
48849
|
*
|
|
48778
48850
|
* @example
|
|
48779
48851
|
* odps.engine_name.table_name.1
|
|
@@ -48781,7 +48853,7 @@ export declare class GetMetaTableFullInfoResponseBodyDataColumnList extends $tea
|
|
|
48781
48853
|
columnGuid?: string;
|
|
48782
48854
|
/**
|
|
48783
48855
|
* @remarks
|
|
48784
|
-
* The name of the
|
|
48856
|
+
* The name of the column.
|
|
48785
48857
|
*
|
|
48786
48858
|
* @example
|
|
48787
48859
|
* 1
|
|
@@ -48789,7 +48861,7 @@ export declare class GetMetaTableFullInfoResponseBodyDataColumnList extends $tea
|
|
|
48789
48861
|
columnName?: string;
|
|
48790
48862
|
/**
|
|
48791
48863
|
* @remarks
|
|
48792
|
-
* The
|
|
48864
|
+
* The type of the column.
|
|
48793
48865
|
*
|
|
48794
48866
|
* @example
|
|
48795
48867
|
* string
|
|
@@ -48797,7 +48869,7 @@ export declare class GetMetaTableFullInfoResponseBodyDataColumnList extends $tea
|
|
|
48797
48869
|
columnType?: string;
|
|
48798
48870
|
/**
|
|
48799
48871
|
* @remarks
|
|
48800
|
-
* The
|
|
48872
|
+
* The comment for the column.
|
|
48801
48873
|
*
|
|
48802
48874
|
* @example
|
|
48803
48875
|
* comment
|
|
@@ -48805,10 +48877,9 @@ export declare class GetMetaTableFullInfoResponseBodyDataColumnList extends $tea
|
|
|
48805
48877
|
comment?: string;
|
|
48806
48878
|
/**
|
|
48807
48879
|
* @remarks
|
|
48808
|
-
*
|
|
48809
|
-
*
|
|
48810
|
-
*
|
|
48811
|
-
* * false: The field is not a foreign key.
|
|
48880
|
+
* Whether the field is a foreign key, with values as follows:
|
|
48881
|
+
* - true, it is a foreign key.
|
|
48882
|
+
* - false, it is not a foreign key.
|
|
48812
48883
|
*
|
|
48813
48884
|
* @example
|
|
48814
48885
|
* true
|
|
@@ -48816,10 +48887,9 @@ export declare class GetMetaTableFullInfoResponseBodyDataColumnList extends $tea
|
|
|
48816
48887
|
isForeignKey?: boolean;
|
|
48817
48888
|
/**
|
|
48818
48889
|
* @remarks
|
|
48819
|
-
* Indicates whether the
|
|
48820
|
-
*
|
|
48821
|
-
*
|
|
48822
|
-
* * false: The field is not a partition field.
|
|
48890
|
+
* Indicates whether the column is a partition column, with the following values:
|
|
48891
|
+
* - true: It is a partition column.
|
|
48892
|
+
* - false: It is not a partition column.
|
|
48823
48893
|
*
|
|
48824
48894
|
* @example
|
|
48825
48895
|
* true
|
|
@@ -48827,10 +48897,9 @@ export declare class GetMetaTableFullInfoResponseBodyDataColumnList extends $tea
|
|
|
48827
48897
|
isPartitionColumn?: boolean;
|
|
48828
48898
|
/**
|
|
48829
48899
|
* @remarks
|
|
48830
|
-
* Indicates whether the
|
|
48831
|
-
*
|
|
48832
|
-
*
|
|
48833
|
-
* * false: The field is not the primary key.
|
|
48900
|
+
* Indicates whether the column is a primary key, with the following values:
|
|
48901
|
+
* - true: It is a primary key.
|
|
48902
|
+
* - false: It is not a primary key.
|
|
48834
48903
|
*
|
|
48835
48904
|
* @example
|
|
48836
48905
|
* false
|
|
@@ -48838,7 +48907,7 @@ export declare class GetMetaTableFullInfoResponseBodyDataColumnList extends $tea
|
|
|
48838
48907
|
isPrimaryKey?: boolean;
|
|
48839
48908
|
/**
|
|
48840
48909
|
* @remarks
|
|
48841
|
-
* The
|
|
48910
|
+
* The position of the column in the order.
|
|
48842
48911
|
*
|
|
48843
48912
|
* @example
|
|
48844
48913
|
* 1
|
|
@@ -48865,12 +48934,12 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48865
48934
|
clusterId?: string;
|
|
48866
48935
|
/**
|
|
48867
48936
|
* @remarks
|
|
48868
|
-
*
|
|
48937
|
+
* A list of columns.
|
|
48869
48938
|
*/
|
|
48870
48939
|
columnList?: GetMetaTableFullInfoResponseBodyDataColumnList[];
|
|
48871
48940
|
/**
|
|
48872
48941
|
* @remarks
|
|
48873
|
-
* The
|
|
48942
|
+
* The comment of the table.
|
|
48874
48943
|
*
|
|
48875
48944
|
* @example
|
|
48876
48945
|
* comment
|
|
@@ -48878,7 +48947,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48878
48947
|
comment?: string;
|
|
48879
48948
|
/**
|
|
48880
48949
|
* @remarks
|
|
48881
|
-
* The time when the
|
|
48950
|
+
* The time when the table was created. The result is displayed as a timestamp, which you can convert to the corresponding date based on your timezone.
|
|
48882
48951
|
*
|
|
48883
48952
|
* @example
|
|
48884
48953
|
* 1589870293000
|
|
@@ -48886,7 +48955,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48886
48955
|
createTime?: number;
|
|
48887
48956
|
/**
|
|
48888
48957
|
* @remarks
|
|
48889
|
-
* The
|
|
48958
|
+
* The storage space occupied by the table, in bytes (B).
|
|
48890
48959
|
*
|
|
48891
48960
|
* @example
|
|
48892
48961
|
* 10
|
|
@@ -48902,10 +48971,9 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48902
48971
|
databaseName?: string;
|
|
48903
48972
|
/**
|
|
48904
48973
|
* @remarks
|
|
48905
|
-
*
|
|
48906
|
-
*
|
|
48907
|
-
*
|
|
48908
|
-
* * 1: indicates that the metatable resides in the production environment.
|
|
48974
|
+
* Environment type, with the following values:
|
|
48975
|
+
* - 0 indicates a table in the development environment.
|
|
48976
|
+
* - 1 indicates a table in the production environment.
|
|
48909
48977
|
*
|
|
48910
48978
|
* @example
|
|
48911
48979
|
* 1
|
|
@@ -48913,12 +48981,11 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48913
48981
|
envType?: number;
|
|
48914
48982
|
/**
|
|
48915
48983
|
* @remarks
|
|
48916
|
-
*
|
|
48917
|
-
*
|
|
48918
|
-
*
|
|
48919
|
-
*
|
|
48920
|
-
*
|
|
48921
|
-
* * 3: indicates that the metatable is visible only to the metatable owner.
|
|
48984
|
+
* Indicates whether the table is visible, with the following values:
|
|
48985
|
+
* - 0: The table is visible to workspace members.
|
|
48986
|
+
* - 1: The table is visible within the tenant.
|
|
48987
|
+
* - 2: The table is visible across tenants.
|
|
48988
|
+
* - 3: The table is only visible to the responsible person.
|
|
48922
48989
|
*
|
|
48923
48990
|
* @example
|
|
48924
48991
|
* 1
|
|
@@ -48926,7 +48993,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48926
48993
|
isVisible?: number;
|
|
48927
48994
|
/**
|
|
48928
48995
|
* @remarks
|
|
48929
|
-
* The time
|
|
48996
|
+
* The last time the table was accessed. The result is displayed as a timestamp, which you can convert to the corresponding date based on your timezone.
|
|
48930
48997
|
*
|
|
48931
48998
|
* @example
|
|
48932
48999
|
* 1589870294000
|
|
@@ -48934,7 +49001,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48934
49001
|
lastAccessTime?: number;
|
|
48935
49002
|
/**
|
|
48936
49003
|
* @remarks
|
|
48937
|
-
* The time
|
|
49004
|
+
* The last time the table structure was changed. The result is displayed as a timestamp, which you can convert to the corresponding date based on your timezone.
|
|
48938
49005
|
*
|
|
48939
49006
|
* @example
|
|
48940
49007
|
* 1589870294000
|
|
@@ -48942,7 +49009,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48942
49009
|
lastDdlTime?: number;
|
|
48943
49010
|
/**
|
|
48944
49011
|
* @remarks
|
|
48945
|
-
* The time
|
|
49012
|
+
* The last time the table was updated. The result is displayed as a timestamp, which you can convert to the corresponding date based on your timezone.
|
|
48946
49013
|
*
|
|
48947
49014
|
* @example
|
|
48948
49015
|
* 1589870294000
|
|
@@ -48950,7 +49017,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48950
49017
|
lastModifyTime?: number;
|
|
48951
49018
|
/**
|
|
48952
49019
|
* @remarks
|
|
48953
|
-
* The lifecycle of the
|
|
49020
|
+
* The lifecycle of the table, in days.
|
|
48954
49021
|
*
|
|
48955
49022
|
* @example
|
|
48956
49023
|
* 5
|
|
@@ -48958,7 +49025,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48958
49025
|
lifeCycle?: number;
|
|
48959
49026
|
/**
|
|
48960
49027
|
* @remarks
|
|
48961
|
-
* The storage
|
|
49028
|
+
* The storage location of the Hive table.
|
|
48962
49029
|
*
|
|
48963
49030
|
* @example
|
|
48964
49031
|
* hdfs://localhost:777/user/hadoop/test.txt
|
|
@@ -48966,7 +49033,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48966
49033
|
location?: string;
|
|
48967
49034
|
/**
|
|
48968
49035
|
* @remarks
|
|
48969
|
-
* The ID of the
|
|
49036
|
+
* The ID of the table owner.
|
|
48970
49037
|
*
|
|
48971
49038
|
* @example
|
|
48972
49039
|
* 123
|
|
@@ -48974,7 +49041,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48974
49041
|
ownerId?: string;
|
|
48975
49042
|
/**
|
|
48976
49043
|
* @remarks
|
|
48977
|
-
*
|
|
49044
|
+
* Partition keys.
|
|
48978
49045
|
*
|
|
48979
49046
|
* @example
|
|
48980
49047
|
* abc
|
|
@@ -48982,7 +49049,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48982
49049
|
partitionKeys?: string;
|
|
48983
49050
|
/**
|
|
48984
49051
|
* @remarks
|
|
48985
|
-
* The ID of the workspace
|
|
49052
|
+
* The ID of the workspace where the table is located.
|
|
48986
49053
|
*
|
|
48987
49054
|
* @example
|
|
48988
49055
|
* 22
|
|
@@ -48990,7 +49057,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48990
49057
|
projectId?: number;
|
|
48991
49058
|
/**
|
|
48992
49059
|
* @remarks
|
|
48993
|
-
* The name of the workspace
|
|
49060
|
+
* The name of the workspace where the table is located.
|
|
48994
49061
|
*
|
|
48995
49062
|
* @example
|
|
48996
49063
|
* test
|
|
@@ -48999,7 +49066,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
48999
49066
|
schema?: string;
|
|
49000
49067
|
/**
|
|
49001
49068
|
* @remarks
|
|
49002
|
-
* The
|
|
49069
|
+
* The unique identifier of the table.
|
|
49003
49070
|
*
|
|
49004
49071
|
* @example
|
|
49005
49072
|
* odps.engine_name.table_name
|
|
@@ -49007,7 +49074,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
49007
49074
|
tableGuid?: string;
|
|
49008
49075
|
/**
|
|
49009
49076
|
* @remarks
|
|
49010
|
-
* The name of the
|
|
49077
|
+
* The name of the table.
|
|
49011
49078
|
*
|
|
49012
49079
|
* @example
|
|
49013
49080
|
* table_name
|
|
@@ -49015,7 +49082,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
49015
49082
|
tableName?: string;
|
|
49016
49083
|
/**
|
|
49017
49084
|
* @remarks
|
|
49018
|
-
* The ID
|
|
49085
|
+
* The tenant ID.
|
|
49019
49086
|
*
|
|
49020
49087
|
* @example
|
|
49021
49088
|
* 12345
|
|
@@ -49023,7 +49090,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
49023
49090
|
tenantId?: number;
|
|
49024
49091
|
/**
|
|
49025
49092
|
* @remarks
|
|
49026
|
-
* The total number of
|
|
49093
|
+
* The total number of columns.
|
|
49027
49094
|
*
|
|
49028
49095
|
* @example
|
|
49029
49096
|
* 22
|
|
@@ -49488,10 +49555,17 @@ export declare class GetMetaTablePartitionResponseBodyData extends $tea.Model {
|
|
|
49488
49555
|
}
|
|
49489
49556
|
export declare class GetMetaTableProducingTasksResponseBodyData extends $tea.Model {
|
|
49490
49557
|
/**
|
|
49558
|
+
* @remarks
|
|
49559
|
+
* The ID of the output task.
|
|
49560
|
+
*
|
|
49491
49561
|
* @example
|
|
49492
49562
|
* 9876543210
|
|
49493
49563
|
*/
|
|
49494
49564
|
taskId?: string;
|
|
49565
|
+
/**
|
|
49566
|
+
* @remarks
|
|
49567
|
+
* The name of the output task.
|
|
49568
|
+
*/
|
|
49495
49569
|
taskName?: string;
|
|
49496
49570
|
static names(): {
|
|
49497
49571
|
[key: string]: string;
|
|
@@ -64282,6 +64356,9 @@ export declare class UpdateTableRequestColumns extends $tea.Model {
|
|
|
64282
64356
|
/**
|
|
64283
64357
|
* @remarks
|
|
64284
64358
|
* The display name of the field.
|
|
64359
|
+
*
|
|
64360
|
+
* @example
|
|
64361
|
+
* 名称
|
|
64285
64362
|
*/
|
|
64286
64363
|
columnNameCn?: string;
|
|
64287
64364
|
/**
|
|
@@ -64297,6 +64374,9 @@ export declare class UpdateTableRequestColumns extends $tea.Model {
|
|
|
64297
64374
|
/**
|
|
64298
64375
|
* @remarks
|
|
64299
64376
|
* The comment of the field.
|
|
64377
|
+
*
|
|
64378
|
+
* @example
|
|
64379
|
+
* comment
|
|
64300
64380
|
*/
|
|
64301
64381
|
comment?: string;
|
|
64302
64382
|
/**
|
|
@@ -64540,7 +64620,8 @@ export default class Client extends OpenApi {
|
|
|
64540
64620
|
* Assigns a role to a member of a DataWorks workspace. Before you call this operation, you must add your account to a DataWorks workspace as a member.
|
|
64541
64621
|
*
|
|
64542
64622
|
* @remarks
|
|
64543
|
-
*
|
|
64623
|
+
* For information about how to add an account to a DataWorks workspace as a member, see [Add workspace members and assign roles to them](https://help.aliyun.com/document_detail/136941.html).
|
|
64624
|
+
* * If you assign a built-in workspace-level role to a member of a DataWorks workspace, the member is automatically granted the permissions of the mapped role of the MaxCompute compute engine in the development environment. For more information, see [Appendix: Mappings between the built-in workspace-level roles of DataWorks and the roles of MaxCompute](https://help.aliyun.com/document_detail/449397.html).
|
|
64544
64625
|
*
|
|
64545
64626
|
* @param request - AddProjectMemberToRoleRequest
|
|
64546
64627
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -64551,7 +64632,8 @@ export default class Client extends OpenApi {
|
|
|
64551
64632
|
* Assigns a role to a member of a DataWorks workspace. Before you call this operation, you must add your account to a DataWorks workspace as a member.
|
|
64552
64633
|
*
|
|
64553
64634
|
* @remarks
|
|
64554
|
-
*
|
|
64635
|
+
* For information about how to add an account to a DataWorks workspace as a member, see [Add workspace members and assign roles to them](https://help.aliyun.com/document_detail/136941.html).
|
|
64636
|
+
* * If you assign a built-in workspace-level role to a member of a DataWorks workspace, the member is automatically granted the permissions of the mapped role of the MaxCompute compute engine in the development environment. For more information, see [Appendix: Mappings between the built-in workspace-level roles of DataWorks and the roles of MaxCompute](https://help.aliyun.com/document_detail/449397.html).
|
|
64555
64637
|
*
|
|
64556
64638
|
* @param request - AddProjectMemberToRoleRequest
|
|
64557
64639
|
* @returns AddProjectMemberToRoleResponse
|
|
@@ -65411,10 +65493,10 @@ export default class Client extends OpenApi {
|
|
|
65411
65493
|
*/
|
|
65412
65494
|
deleteFromMetaCategory(request: DeleteFromMetaCategoryRequest): Promise<DeleteFromMetaCategoryResponse>;
|
|
65413
65495
|
/**
|
|
65414
|
-
*
|
|
65496
|
+
* Delete lineage, supports deleting user-defined lineage relationships
|
|
65415
65497
|
*
|
|
65416
65498
|
* @remarks
|
|
65417
|
-
* This
|
|
65499
|
+
* This API is currently in the trial phase. Users who wish to experience it can apply, and after the administrator adds them to the trial list, they can call this API.
|
|
65418
65500
|
*
|
|
65419
65501
|
* @param request - DeleteLineageRelationRequest
|
|
65420
65502
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -65422,10 +65504,10 @@ export default class Client extends OpenApi {
|
|
|
65422
65504
|
*/
|
|
65423
65505
|
deleteLineageRelationWithOptions(request: DeleteLineageRelationRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLineageRelationResponse>;
|
|
65424
65506
|
/**
|
|
65425
|
-
*
|
|
65507
|
+
* Delete lineage, supports deleting user-defined lineage relationships
|
|
65426
65508
|
*
|
|
65427
65509
|
* @remarks
|
|
65428
|
-
* This
|
|
65510
|
+
* This API is currently in the trial phase. Users who wish to experience it can apply, and after the administrator adds them to the trial list, they can call this API.
|
|
65429
65511
|
*
|
|
65430
65512
|
* @param request - DeleteLineageRelationRequest
|
|
65431
65513
|
* @returns DeleteLineageRelationResponse
|
|
@@ -66755,7 +66837,7 @@ export default class Client extends OpenApi {
|
|
|
66755
66837
|
*/
|
|
66756
66838
|
getMetaTableColumn(request: GetMetaTableColumnRequest): Promise<GetMetaTableColumnResponse>;
|
|
66757
66839
|
/**
|
|
66758
|
-
*
|
|
66840
|
+
* Invoke the GetMetaTableFullInfo interface to obtain the complete information of a table (including field information).
|
|
66759
66841
|
*
|
|
66760
66842
|
* @param request - GetMetaTableFullInfoRequest
|
|
66761
66843
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -66763,7 +66845,7 @@ export default class Client extends OpenApi {
|
|
|
66763
66845
|
*/
|
|
66764
66846
|
getMetaTableFullInfoWithOptions(request: GetMetaTableFullInfoRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableFullInfoResponse>;
|
|
66765
66847
|
/**
|
|
66766
|
-
*
|
|
66848
|
+
* Invoke the GetMetaTableFullInfo interface to obtain the complete information of a table (including field information).
|
|
66767
66849
|
*
|
|
66768
66850
|
* @param request - GetMetaTableFullInfoRequest
|
|
66769
66851
|
* @returns GetMetaTableFullInfoResponse
|
|
@@ -66851,7 +66933,7 @@ export default class Client extends OpenApi {
|
|
|
66851
66933
|
*/
|
|
66852
66934
|
getMetaTablePartition(request: GetMetaTablePartitionRequest): Promise<GetMetaTablePartitionResponse>;
|
|
66853
66935
|
/**
|
|
66854
|
-
*
|
|
66936
|
+
* Queries the output tasks of a metatable.
|
|
66855
66937
|
*
|
|
66856
66938
|
* @param request - GetMetaTableProducingTasksRequest
|
|
66857
66939
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -66859,7 +66941,7 @@ export default class Client extends OpenApi {
|
|
|
66859
66941
|
*/
|
|
66860
66942
|
getMetaTableProducingTasksWithOptions(request: GetMetaTableProducingTasksRequest, runtime: $Util.RuntimeOptions): Promise<GetMetaTableProducingTasksResponse>;
|
|
66861
66943
|
/**
|
|
66862
|
-
*
|
|
66944
|
+
* Queries the output tasks of a metatable.
|
|
66863
66945
|
*
|
|
66864
66946
|
* @param request - GetMetaTableProducingTasksRequest
|
|
66865
66947
|
* @returns GetMetaTableProducingTasksResponse
|