Web/Copy activity getting failed due to blank response from Rest API

Prapul Kumar Dongari 116 Reputation points
2022-12-09T07:32:57.643+00:00

268891-blank-response-using-postman.png268839-adf-pipeline-issue.png268840-rest-api-empty-response-error.pngHi ,
In my Current Scenario I'm Pulling Data from Rest API to ADLS2 .when There is a empty record(no headers) in rest api my pipeline is getting failed.please sujjest me any exception in ADF

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,562 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,647 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,236 Reputation points
    2022-12-19T21:32:17.823+00:00

    oh so you just want to make it not fail the pipeline. That I can show much easier. @Prapul Kumar Dongari

    The pipeline fails when either last activity fails, or an activity with a success dependent fails.

    272261-image.png

    by adding this on-completion dependency to this isolated web activity, the pipeline no longer classifies as fail.

    0 comments No comments

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.