ContributionsMost RecentMost LikesSolutionsRe: How much Load can SnapLogic handle? HI , I am having huge volume in GB's 16GB , will Snaplogic will handle this in direct extract and load to snowflake using bulk loads. will be there any issues wrt to resource contention and it will run for hrs right? Re: Pipeline execute response validation when no data in child pipeline Exactly, after this pipeline execute i capture success and failure records, count of input and output , its working fine, but when no data pipeline just finishes without any response so i could not load data to audit with input and output record as 0 for current date. I tried to generate a record but i cant validate … when no response i need to generate . problem in when validating say for example has.ownproperty or has jason path of job nm is null then put a seq to generate record and aggregate counts and load data in audit Pipeline execute response validation when no data in child pipeline I need to capture the response of child execution result in the parent pipeline execute , but when no dat is there in child, we dont have any response in parent and i need to validate this for inputrecords or generate input record for audit if no data or response from pipeline execute snap. how to achieve this. Re: Need to chunk files and hit the api for each record Hi @Soni37 , I am using REST GET to hit the url with parameters and get the response and load to table. so the restriction is to hit api for 1000 records per request Need to chunk files and hit the api for each record Need to chunk files and hit the api for each record. Restriction on api to hit only 1000 records per request. The input has millions of records. how to handle this in same pipeline