mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-27 02:16:18 +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.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