You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openmetadata-ui/src/main/resources/ui/src/generated/api/services/ingestionPipelines/createIngestionPipeline.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -627,6 +627,11 @@ export interface Pipeline {
627
627
* etc., with that Pipeline will be deleted
628
628
*/
629
629
markDeletedPipelines?: boolean;
630
+
/**
631
+
* Number of days of pipeline run status history to ingest. Only runs within the last N days
Copy file name to clipboardExpand all lines: openmetadata-ui/src/main/resources/ui/src/generated/entity/services/ingestionPipelines/ingestionPipeline.ts
0 commit comments