09-20-2022 08:48 AM
Is there a way to export into a csv a report of all the read snaps of all pipelines in order to globally change the read path.
Solved! Go to Solution.
09-21-2022 11:59 AM
Yes, there is a way of generating that kind of report, but what I’m struggling to understand is how that relates with globaly changing the reading path? You’ll be reading the path, not writing one.
You can put the Metadata snaps to use. First look through the project space/project with the List snap, than read the details for every pipeline with the Read snap.
From there I believe it’s easy, filter the snaps you need, and under the properties for that particular snap, you will find the source path.
Hope this helps,
Bojan
09-20-2022 10:27 AM
This is an interesting question, I’m not sure about the solution but would love to hear from the experts.
May be, pass a parameter from all the read snaps and store them in a staging table and a final pipeline reading all those from that staging table + current pipeline’s read (as that would be reading the staging table itself)
Just speculating, haven’t given a thought though.
09-21-2022 11:59 AM
Yes, there is a way of generating that kind of report, but what I’m struggling to understand is how that relates with globaly changing the reading path? You’ll be reading the path, not writing one.
You can put the Metadata snaps to use. First look through the project space/project with the List snap, than read the details for every pipeline with the Read snap.
From there I believe it’s easy, filter the snaps you need, and under the properties for that particular snap, you will find the source path.
Hope this helps,
Bojan
09-22-2022 02:11 PM
Thank you! this worked. I will not be writing or changing the path through snaplogic its to identify the properties of the pipeline to find where we need to make changes manually.
Thanks again.
09-21-2022 12:35 PM
@SnapWizard - you could start with a Snap Statistics report available in Manager and see how far that gets you with what you need. If there aren’t too many pipelines using the snaps that you are looking for, perhaps you can just make the changes manually.