mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 18:36:08 +00:00
Minor : Fix pipelineWidget AUT failure (#20154)
This commit is contained in:
parent
fc8c6d9b02
commit
d5e20efb8d
@ -215,6 +215,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