Forum Discussion
Hello tstack,
I am trying to something similar, however, it is not working for me. I have a Json field that is comma-delimited named “instructors”. Sometimes this field contains one instructor id number, and sometimes it contains two. I would like these to go into separate table columns of Instructor1 and Instructor2.
I my instructor mapper I did:
and my second mapper I did:
My pipeline validates, however, there is no output from my second mapper.
I would greatly appreciate any assistance you can provide.
Thanks,
sawierman
Did you enable Passthrough on the second mapper?
- SpiroTaleski3 years agoValued Contributor
It just bring to my mind now.
Actually you can invoke a pipeline that is on different project using Pipeline Execute Snap.
You will need to explicitly specify the location of the pipeline:
BR,
Spiro Taleski - SpiroTaleski3 years agoValued Contributor
Try this path in Pipeline Execute Snap: Organization/Projects/Folder2/Starting pipeline name
where you should replace:
- Organization with your actual Organization name
- Project with your actual Project Space Name
- Folder2 with your actual Project Name
- Starting pipeline name with your actual pipeline name.
BR,
Spiro Taleski - SpiroTaleski3 years agoValued Contributor
You cannot access/invoke one pipeline from a different location than a pipeline belongs to(using Pipeline Execute Snap). In order to be able to do that, the caller/parent Pipeline and child one needs to be in the same project, or the child to be in the shared folder of that given Project space.
Another option to invoke pipelines from anywhere is, if the pipeline that you want to be invoked to be exposed as an API(using Triggered or Ultra tasks).
BR,
Spiro Taleski - SpiroTaleski3 years agoValued Contributor
as mentioned below. folder1 has 10 pipleines folder2 has 10 pipelines. . trying to connect Folder1 end pipeline to folder 2 starting pipeline. under projects all other folders are at same level.
–>Projects
----->Shared
----->Folder1
------>Folder2
------>Folder3I think it’s working. initially i typed the path manually and the resulted in error.
thanks again.
- bojanvelevski3 years agoValued Contributor
HI @Varun,
I’m glad that your issue has been sorted out. Kindly reminder to mark @Spiro_Taleski’s reply as a solution so all future members that will face the same issue can easily find the answer without going through the whole post.
Regards,
Bojan
Related Content
- 10 months ago
- 4 months ago
- 4 months ago