Minor : Fix pipelineWidget AUT failure (#20154)

(cherry picked from commit d5e20efb8dc434213db2ba71525847d2ee6d9605)
This commit is contained in:
sonika-shah 2025-03-10 22:56:08 +05:30 committed by OpenMetadata Release Bot
parent 3d543681da
commit ebddb70dd6

View File

@ -207,6 +207,7 @@ public class PipelineRepository extends EntityRepository<Pipeline> {
pipeline.getVersion(), pipelineStatus, storedPipelineStatus);
pipeline.setPipelineStatus(pipelineStatus);
pipeline.setChangeDescription(change);
pipeline.setIncrementalChangeDescription(change);
// Update ES Indexes and usage of this pipeline index
searchRepository.updateEntity(pipeline);