Forum Discussion
Path is supposed to be file name
eg-
sftp://xxx.xx.x.xx/abc.dat
Provided that the account configured on the File Reader has access to the desired path location, it might be easier if someone looked at your pipeline. If you can’t post it here, you might want to have your Customer Success Manager (CSM) or Support look at it. I have alerted your CSM in case.
- hina_walia6 years agoNew Contributor
Hi
when i check in pipeline preview, i can see the value, but in child pipeline it looks like it is not getting passed through.- hina_walia6 years agoNew Contributor
please see attached error in child pipeline
Below is screenshot parent pipeline execute shows the param preview value correctly but it is not passed in child pipeline
- dmiller6 years agoFormer Employee
The child pipeline itself does not pull information from parent pipelines; parent pipelines send information to them. This allows you to reuse child pipelines with other pipelines. To test a child pipeline by itself, enter a value for your pipeline parameters.
- hina_walia6 years agoNew Contributor
is it possible to send me example. When i tried to hardcode value in child pipeline, it works fine but when try to get variable from parent pipeline, it throws error.Thanks a lot