Error in pipeline execution :- Job failed due to reason: Not started

Anshulee Asthana 0 Reputation points
2023-08-09T07:46:28.9466667+00:00

While executing a pipeline i am getting the following final error

User's image

All stages seem successful but there are no records in the sink. What is the issue?

User's image

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

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,632 Reputation points Microsoft Employee
    2023-08-14T23:08:24.63+00:00

    @Anshulee Asthana Thanks for getting back and glad to know you were able to identify the root cause of the issue.

    I agree that the error message could have been better described in the error message. I would highly encourage you to please share feedback directly from ADF Portal as below:

    User's image

    Since the issue is only with few records and you would like to continue the process on error by skipping errored rows, then you can utilize the Error row handling settings in Mapping data flow sink transformation. Using these settings your data will copied to database and all the bad records can be skipped and logged to storage file for fixing.

    You can refer to this documentaion which has a demonstration video and in detailed information: Mapping data flow sink - Error row handling

    User's image

    In addition you can also refer to this document for additional information: Handle SQL truncation error rows in Data Factory mapping data flows

    Hope this information helps.

    Thank you

    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.