diff --git a/app/domain/ingestion/ingestion_pipeline_execution_dto.py b/app/domain/ingestion/ingestion_pipeline_execution_dto.py index fd5b2c06..2a7d159a 100644 --- a/app/domain/ingestion/ingestion_pipeline_execution_dto.py +++ b/app/domain/ingestion/ingestion_pipeline_execution_dto.py @@ -11,5 +11,4 @@ class IngestionPipelineExecutionDto(PipelineExecutionDTO): settings: Optional[PipelineExecutionSettingsDTO] initial_stages: Optional[List[StageDTO]] = Field( default=None, alias="initialStages" - )