ContributionsMost RecentMost LikesSolutionsDirectory Browser - Sub Directories Is there a way to scan a directory (including sub-directories) for files? I just need a list of files with the complete path. We are using SFTP to access the folder. Directory Browser doesn’t appear to have that option Thanks, Ignatius Custom Snap pack - Deployment API for automation Can we deploy a custom snap pack using API or through an automated process? We have the zip file generated, but it’s a manual step to upload the zip file to snaplex. We are trying to automate this process using a CI tool. Error after the pipeline runs successfully We are getting the below error after our pipeline runs successfully… I don’t see failures with any of the pipeline snaps, the failure message shows up in dashboard after the pipeline completes. Encountered an error while streaming data to triggered task client Reason: An established connection was aborted by the software in your host machine Resolution: Make sure the task client consumes the entire response not sure why this error is happening. the pipeline is triggered using a task through cloud url Re: SQL Server Stored Procedure Snap This pipeline is a sub-pipeline of an integration pipeline, and having multiple outputs causes problems. SQL Server Stored Procedure Snap Hello, SQL Server Stored Procedure snap has 2 outputs, one for output parameters and another for result set. I am only interested in the resultset, how do I make sure the “output parameter” view is closed? We don’t want to have multiple open outputs in the pipeline. Thanks, Ignatius Re: Data Validator Snap - date - required validation Thanks. We wanted to take advantage of the data validator snap’s error output ability. We ended up adding a mapper in front of the data validator snap to convert them to boolean strings (“true”/“false”) and using the pattern matching on data validator. It would be good to have some clarity on how “Required” works. According to the documentation “Required” should work for all data types. We also tried to validate the date using “Type” validation for “date”, that didn’t work too. The validator appears to be working good only for string types. Data Validator Snap - date - required validation Hod do you validate if a date field is not null in data validator snap. I have tried setting the field as “Required” and the constraint value to “True” it does not work Re: Data Validator Snap - Source Path in Error reason Never mind, if we uncheck the “Standardize error output” box the path is part of the error output Data Validator Snap - Source Path in Error reason Is there a way to get the source path value in the error output when using data validator snap. The reason comes out as “The maximum allowed value is 1”, but I have no idea from the output which source path failed. Exception handling in pipeline Is there a way to handle exceptions across the pipeline. If we have 100 records streaming, we want to route any record that failed to a log file, and still process all the remaining records. Handling error in each snap looks very tedious, and I wanted to check if there was anything we could do to handle exceptions across the pipeline and route it to an error view.