User Activity

This pipeline will give the list of all projectspace details under a workspace that the user has access to. the flow is like that- it will scan all project space details under a workspace.it will find out the unique list of group name those are invo...
Here is the pipeline design to get list of all workspace list that a user has access to. user permission can be given in 3 ways individual user permission grantgroup permissionadmin permission this pipeline will scan all workspace of that organizati...
Here is the pipeline to create a trigger task for a existing pipeline and if we expose the pipeline as a trigger task then , through that trigger task we can create other trigger task for other pipeline. the input json is; [ { “parameters”: { “pipel...
For saving data in parquet format in s3 , below is the pipeline configuration. This pipeline creates meta data from the data itself , though it uses parquet data type ‘binary’ which is equivalent to string. the first mapper converts the doc into str...
I want to get the meta data of a document using a script snap.i prepared the below javascript using script snap. Its working fine at validation time but failing at runtime. please find my script below. // Ensure compatibility with both JDK 7 and 8 JS...
Kudos from