09-19-2017 10:55 AM
What is the reasoning for changing the Diff snap to require all 4 outputs? And what’s the best way to ignore the outputs you don’t want when creating a child pipeline and you need to “plug up” those outputs? I assume union them together and input them into what? Thanks in advance!
09-20-2017 06:21 AM
you can add a script snap with no output to discard them if you really dont need them.
09-20-2017 08:22 AM
Thanks, that’s what I was doing. It just seems like a waste of resources just so the Diff snap can be copied and pasted…
09-28-2017 05:34 PM
Wow! I had not realized yet the diff outputs were recently set at minimum of 4. For the record, I disagree with this approach to fix a defect in the copy/paste behavior by creating undesirable constraints on a snap. The defect should be resolved instead.
@kmiesse, I used to use the python script snap for the same purpose but then developed a custom do-nothing “bookend” snap to do the same. The execution performance was improved by using the custom snap instead of the script. I can share the code if you like.
10-03-2017 07:47 AM
@del, please do share. I have never built a custom snap. Thanks!