Forum Discussion
9 Replies
- delContributor III
@bobyin, I see this behavior when trying to copy/paste a snap or group of snaps containing a nested pipeline. I have to deselect the nested pipeline snap, paste the remainder, and then have to drag and configure the nested pipeline into the new area.
@dmiller, I’m not sure if this is intended behavior or a defect, but it’s a great case for an enhancement request.
- nganapathirajuFormer Employee
You cannot copy a nested pipeline snap. As you may have noticed Nested Pipeline Snap is delicate in its usage. Everytime the child pipeline changes, you have to anyway redrag it from the pipelines cataglog.
So, it obviously does not make sense to copy and paste it to another pipeline canvas area.
When you drag and drop, it creates a snap reference id for that pipeline and the reference is lost whenever you do something with the nested pipeline.
Yes it could be an enhancement request!!
- delContributor III
Agreed, a nested pipeline is very delicate in its usage. However, there are a few cases where I have carefully modified the nested pipeline (careful not to impact input and output snaps) that does not require a reintroduction to all the parent pipelines. I learned the delicacy issue the hard way as we have a specific notification pipeline we nest multiple times in over 100 other pipelines (one erroneous modification to the notification pipeline, without a backup, I can’t back out and am frantically busy the whole day reintroducing into the other pipelines!). I obviously need to be careful in my modification/deployment process, or better yet, develop a new snap for this when I get the time.
In any case, aside from the enhancement request, more verbose error notification for the current behavior would be helpful (so I don’t have to keep resolving the issue for each of our developers from time-to-time).
Thanks,
- Del
- bobyinNew Contributor
Yes, I did as you said then I can copy/past snaps(exclude nested pipeline). It’s really different from before, I could copy/paste everything.
Thanks a lot!
- dmillerFormer Employee
Are you trying between two different types of pipeline, like Standard and Spark?
- bobyinNew Contributor
No, just two pipelines, one is a sub pipeline of another one.