mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-01 18:15:50 +00:00
Minor : Fix pipelineWidget AUT failure (#20154)
(cherry picked from commit d5e20efb8dc434213db2ba71525847d2ee6d9605)
This commit is contained in:
parent
3d543681da
commit
ebddb70dd6
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user