tencentcloud-sdk-nodejs-wedata 4.1.222 → 4.1.223
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/package.json
CHANGED
|
@@ -32999,6 +32999,11 @@ export interface DatabaseRealViewVOPageVO {
|
|
|
32999
32999
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
33000
33000
|
*/
|
|
33001
33001
|
Rows?: Array<DatabaseRealViewVO>;
|
|
33002
|
+
/**
|
|
33003
|
+
* 分页快照id
|
|
33004
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
33005
|
+
*/
|
|
33006
|
+
SnapshotId?: string;
|
|
33002
33007
|
}
|
|
33003
33008
|
/**
|
|
33004
33009
|
* 规则配置
|
|
@@ -64,7 +64,7 @@ export interface ListWorkflowPermissionsResponse {
|
|
|
64
64
|
*/
|
|
65
65
|
export interface ListProcessLineageResponse {
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* <p>分页数据</p>
|
|
68
68
|
*/
|
|
69
69
|
Data?: ListProcessLineagePage;
|
|
70
70
|
/**
|
|
@@ -5827,27 +5827,27 @@ export interface ProjectUsersBrief {
|
|
|
5827
5827
|
*/
|
|
5828
5828
|
export interface ListLineageRequest {
|
|
5829
5829
|
/**
|
|
5830
|
-
*
|
|
5830
|
+
* <p>实体唯一ID</p>
|
|
5831
5831
|
*/
|
|
5832
5832
|
ResourceUniqueId: string;
|
|
5833
5833
|
/**
|
|
5834
|
-
*
|
|
5834
|
+
* <p>实体类型 TABLE|METRIC|MODEL|SERVICE|COLUMN</p>
|
|
5835
5835
|
*/
|
|
5836
5836
|
ResourceType: string;
|
|
5837
5837
|
/**
|
|
5838
|
-
*
|
|
5838
|
+
* <p>血缘方向 INPUT|OUTPUT</p>
|
|
5839
5839
|
*/
|
|
5840
5840
|
Direction: string;
|
|
5841
5841
|
/**
|
|
5842
|
-
*
|
|
5842
|
+
* <p>页码</p>
|
|
5843
5843
|
*/
|
|
5844
5844
|
PageNumber: number;
|
|
5845
5845
|
/**
|
|
5846
|
-
*
|
|
5846
|
+
* <p>分页大小</p>
|
|
5847
5847
|
*/
|
|
5848
5848
|
PageSize: number;
|
|
5849
5849
|
/**
|
|
5850
|
-
*
|
|
5850
|
+
* <p>来源:WEDATA|THIRD 默认WEDATA</p>
|
|
5851
5851
|
*/
|
|
5852
5852
|
Platform: string;
|
|
5853
5853
|
}
|
|
@@ -6332,7 +6332,7 @@ export interface TriggerDependencyConfigPage {
|
|
|
6332
6332
|
*/
|
|
6333
6333
|
export interface ListLineageResponse {
|
|
6334
6334
|
/**
|
|
6335
|
-
*
|
|
6335
|
+
* <p>分页数据</p>
|
|
6336
6336
|
*/
|
|
6337
6337
|
Data?: ListLineagePage;
|
|
6338
6338
|
/**
|
|
@@ -13966,23 +13966,23 @@ export interface GetDataBackfillPlanRequest {
|
|
|
13966
13966
|
*/
|
|
13967
13967
|
export interface ListProcessLineageRequest {
|
|
13968
13968
|
/**
|
|
13969
|
-
*
|
|
13969
|
+
* <p>任务唯一ID</p>
|
|
13970
13970
|
*/
|
|
13971
13971
|
ProcessId: string;
|
|
13972
13972
|
/**
|
|
13973
|
-
*
|
|
13973
|
+
* <p>任务类型 //调度任务 SCHEDULE_TASK, //集成任务 INTEGRATION_TASK, //第三方上报 THIRD_REPORT, //数据建模 TABLE_MODEL, //模型创建指标 MODEL_METRIC, //原子指标创建衍生指标 METRIC_METRIC, //数据服务 DATA_SERVICE</p>
|
|
13974
13974
|
*/
|
|
13975
13975
|
ProcessType: string;
|
|
13976
13976
|
/**
|
|
13977
|
-
*
|
|
13977
|
+
* <p>页码</p>
|
|
13978
13978
|
*/
|
|
13979
13979
|
PageNumber: number;
|
|
13980
13980
|
/**
|
|
13981
|
-
*
|
|
13981
|
+
* <p>分页大小</p>
|
|
13982
13982
|
*/
|
|
13983
13983
|
PageSize: number;
|
|
13984
13984
|
/**
|
|
13985
|
-
*
|
|
13985
|
+
* <p>来源:WEDATA|THIRD 默认WEDATA</p>
|
|
13986
13986
|
*/
|
|
13987
13987
|
Platform: string;
|
|
13988
13988
|
}
|