How can a Join snap ever work in an ultra pipeline without using pipeExec?
In SL documenation about the Join snap, it has
Support and limitations: Ultra pipelines: May work in Ultra Pipelines.
Tried in vain to create an ultra pipeline contains a Join snap that works functionally. Hope someone can provide an example.
Here are what have been tried:
-
used left outer join. It doesn’t produce any output.
childJoin_2017_05_17.slp (5.9 KB) -
used merge. It failed with error
Document created by ‘Merge[07773f4c-3a75-46f5-a46c-65d205aa6cc0 – b6c35bc0-b3df-4cb7-b086-35007573a112]’ does not contain lineage information and cannot be used as output from an Ultra pipeline
Resolution
Use a Join snap to merge static documents into an Ultra input document or request that the snap be made Ultra-compatible
childMerge_2017_05_17.slp (5.7 KB)
Understand the we could move the Join inside a pipeExe, but that’s not what I wanted in this case.