ContributionsMost RecentMost LikesSolutionsSnapLogic Integrating AWS Besides going into my console every morning and updating my aws sso configuration and then taking those, 8-hour window credentials and updating a binary account for s3 dynamic accounts in snaplogic; what are my altenative methods of maintaining a working aws’ account credentials in snaplogic? Thanks, Ryan Re: Pipeline Execute - child pipeline return values to caller pipeline I am unable to import your zips. i load them locally, extract, and try to look and it fails…what are the steps im missing please? Parent/child pipeline execute Objective: Create a parent/child pipeline, where the parent pipeline calls the child pipeline once for every group/list/document of parameters set up in parent to dynamically change the child’s parameters for each run. Example Concept: parent pipeline with csv/json generator to create parameter sets >>> parent pipeline execute the child pipeline with param set1 >>> child pipeline runs with param from set 1 >>> parent pipeline execute the child pipeline with param set 2 >>>child pipeline runs with param from set 2 >>> parent pipeline execute the child pipeline with param set 3 >>> child pipeline runs with param from set 3…etc Questions/Observations: pipeline failed for open output snap. Actions: closed all input/output in child pipeline failed for null parameter. Actions: None yet a. Docs say ‘’ should prefix param values. Actions: No change in failure after '’ prefixed b. Docs say ‘z’ should prefix child pipeline name: Action: No change in failure after ‘z’ prefixed Docs say dont use Rest get to trigger child if you dont have to. Case when needed would be if param string too long? Actions: None yet, but i do have a parameter of 250 characters. No doc info on what is too long. Should Rest api trigger child in the case? Should there be a pipeline execute snap for each param set or can 1 be used? Should params be set in child pipeline properties too? Examples would be helpful. Parent: Child: Furthermore: As you can see from child pipeline there is a snap connector that has a 17 appearing for unknown reasons and not connected to anything. No error from this though because the execution hasnt made it to that point so I am unsure if that would even matter but seems a bit random as I did not add it. Re: Changing data types in Script Snap: Python @bojanvelevski Thank you, I got a script running with changes to datatypes right after I posted that. I was a little confused by the documentation but the standard python methods worked. I will definitely take a look at your example, the more I see the better. Thanks again. Changing data types in Script Snap: Python I got my first script snap to run successfully, but would like to change data types in specific columns. I could do this with a mapper snap I guess but would like to see it in the Script snap if anyone has an example. REST API returning tar.gz I am attempting to make an API call that returns a tar.gz file. I want to convert it to a csv and then upload it to an S3 bucket. Note: S3 and aws is not set up yet but would like to be able to read it in and get that aspect down before they our team has our aws accounts applied. Currently I have tried a few different methods but am not getting the expected results. Rest Get >>> Mapper (entity/what I would think is the content data)>>>CSV Formatter>>>File Writer I am obviously doing something wrong so any suggestions would be appreciated.