SuhasPothedar
8 years agoNew Contributor II
Trapping pipeline name of pipeline under executiion and storing it in a flatfile or database
how can I track the pipeline name using pipeline parameters?
Is there any way to pull the pipeline name which is under execution and send it in the pipeline?
- 3 years ago
Hi @Marley_Bacelar,
File browser only it will give you some information about the files/objects you got in S3. You have couple of options here. You can use following snap packs:
- S3 snap pack.
- Binary snap pack (Directory Browse and File Reader)
- Or you can combine (but for this you will need to maintain multiple accounts)
Example with s3 snap pack (approach for binary will be similar) and also depending of the file formats your overall logic will be:
S3 file browser → S3 Download (this snap because you will need to maintain only one account) → Parser → mapper → router → insert.Thanks,
Pero M.