Forum Discussion
Designer has a compare pipeline function that will show you the differences between two pipes.
If you expand the toolbar, there is an icon
if you are on the tab for one of the pipes you want to compare and click the compare icon, you will see a dialog that allows you to choose the target project and pipe.
it will open a new tab with a small context menu under the tab. You can display the source and target pipes, and show the snaps that are the identical, similar and different between the two pipes.
If you are viewing similar snaps and open an infobox, you will see a two column display and the changed attributes are highlighted
Thanks! As far as automating moving pipelines across environments, is the only thing we can do is using the Management API?
- cjhoward183 years agoEmployee
Assuming your input is a single document with an array of objects, rather than a stream of individual documents.
With that assumption you can use a mapper with the expression:
jsonPath($, "$[*].tree")
and target path:tree
This will collect all tree objects from every element in the array, then write that list to the target path
tree
Related Content
- 2 years ago
- 2 years ago
- 3 years ago
- 4 years ago