mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-08 13:40:08 +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.getVersion(), pipelineStatus, storedPipelineStatus);
|
||||||
pipeline.setPipelineStatus(pipelineStatus);
|
pipeline.setPipelineStatus(pipelineStatus);
|
||||||
pipeline.setChangeDescription(change);
|
pipeline.setChangeDescription(change);
|
||||||
|
pipeline.setIncrementalChangeDescription(change);
|
||||||
|
|
||||||
// Update ES Indexes and usage of this pipeline index
|
// Update ES Indexes and usage of this pipeline index
|
||||||
searchRepository.updateEntity(pipeline);
|
searchRepository.updateEntity(pipeline);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user