cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Error in Snowflake - Select Snap

sravankunadi
New Contributor II

Hello,

I have a parent and child pipeline where the parent pipeline sends some venue details to child pipeline. Based on the venue details, the child pipeline calls a REST GET to acquire data from vendor and loads into Snowflake table using Snowflake BULK LOAD Snap.

one of the child pipelines failed with the below mentioned error โ€œException caught in HTTP_EXECUTE_THREAD, aborting HTTP requestโ€. Normally this pipeline would take 15 to 20 secs to complete, but it took 16 mins and failed with the below error.

image

image

Any help to figure out the cause of error would be highly appreciated.

Thanks
Sravan

2 REPLIES 2

darshthakkar
Valued Contributor

Hi @sravankunadi,

Do you have an error view enabled for your pipeline execute? I donโ€™t recall exactly what error did I receive but I did get one so I enabled the error view and wrote those errors to a flat file.

image

You can try this approach and then based on the errors, we can brainstorm of a way to resolve it.

Anendu
New Contributor II

We are also getting the same error with Redshift Execute Snap. Its random. we started to face the issue since start of the year-22โ€ฆ

Error Desc-
com.snaplogic.api.ExecutionException: Exception caught in HTTP_EXECUTE_THREAD, aborting HTTP request

I have raised this issue with the Support team multiple times they pointed out its issue with our network. Network team says they donโ€™t see any failures there no packet loss or any other issue.

Now we just hope that pipelines donโ€™t fail and if it fails we try run it โ€œmanuallyโ€.