Skip to content

Commit 18dac89

Browse files
committed
Merge remote-tracking branch 'origin/batch_pipeline_status' into batch_pipeline_status
2 parents b1b7c68 + 6036cee commit 18dac89

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

openmetadata-ui/src/main/resources/ui/src/generated/api/services/ingestionPipelines/createIngestionPipeline.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,11 @@ export interface Pipeline {
627627
* etc., with that Pipeline will be deleted
628628
*/
629629
markDeletedPipelines?: boolean;
630+
/**
631+
* Number of days of pipeline run status history to ingest. Only runs within the last N days
632+
* will be fetched.
633+
*/
634+
numberOfStatus?: number;
630635
/**
631636
* Regex exclude pipelines.
632637
*/

openmetadata-ui/src/main/resources/ui/src/generated/entity/services/ingestionPipelines/ingestionPipeline.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,11 @@ export interface Pipeline {
12561256
* etc., with that Pipeline will be deleted
12571257
*/
12581258
markDeletedPipelines?: boolean;
1259+
/**
1260+
* Number of days of pipeline run status history to ingest. Only runs within the last N days
1261+
* will be fetched.
1262+
*/
1263+
numberOfStatus?: number;
12591264
/**
12601265
* Regex exclude pipelines.
12611266
*/

openmetadata-ui/src/main/resources/ui/src/generated/metadataIngestion/pipelineServiceMetadataPipeline.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ export interface PipelineServiceMetadataPipeline {
4444
* etc., with that Pipeline will be deleted
4545
*/
4646
markDeletedPipelines?: boolean;
47+
/**
48+
* Number of days of pipeline run status history to ingest. Only runs within the last N days
49+
* will be fetched.
50+
*/
51+
numberOfStatus?: number;
4752
/**
4853
* Set the 'Override Lineage' toggle to control whether to override the existing lineage.
4954
*/

openmetadata-ui/src/main/resources/ui/src/generated/metadataIngestion/workflow.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5108,6 +5108,11 @@ export interface Pipeline {
51085108
* etc., with that Pipeline will be deleted
51095109
*/
51105110
markDeletedPipelines?: boolean;
5111+
/**
5112+
* Number of days of pipeline run status history to ingest. Only runs within the last N days
5113+
* will be fetched.
5114+
*/
5115+
numberOfStatus?: number;
51115116
/**
51125117
* Regex exclude pipelines.
51135118
*/

0 commit comments

Comments
 (0)