User Activity

I’m still very new to gitHub and was wondering the best way to handle the following situtation? We have a project currently checked out from gitHub in snapLogic, with let’s say pipeline ‘A’. I need to work on pipeline ‘B’ in a different pipeline als...
I’ve got the following text in a description field in my raw JSON file, where the double quotes are obviously escaped. How can I change settings in the JSON formatter and/or the CSV parser/formatter to fix this problem? The snaps are at their defau...
Ok, so my team member and myself both ran the exact SAME pipeline and the filter worked when she ran it to filter a huge dataset for one student, but whenever I tried it, the filter did not work. It’s just a simple: $Student_ID = “123” type filter....
Just wondering if there is an API call I can make that would return all of the pipelines and their last run status under a give project space. I’ve changed the names below for confidentiality reasons. Yes, I have used Craig’s project to return all p...
I have a pipeline, say PipelineB, which is called by PipelineA somewhere, but what the actual name of PipelineA is, is not known. How can I determine objects that depend on a pipeline?