Azure Data Factory - Ignore Errors

bert 5 Reputation points
2023-07-20T09:28:38.59+00:00

Hi

I have an ADF Pipeline that uses a delete activity to delete files from Azure File Share storage.

I provide a list of files that need deleting to the pipeline, then it deletes them.

The problem I am having is, if the list of files contains folders that don't exist the delete activity fails.

In the log file I can see that after 9 instances of the error "The specified parent path does not exist." the pipeline stops running.

In my file there will be about 200,000 file paths listed and about half of them will not exist. Is there any way I can get the pipeline to ignore these errors and continue?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,457 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.