Data factory pipeline shows success when copying csv to sql azure but data does not appear in the table

Robert Anderson 116 Reputation points
2020-11-12T20:57:46.097+00:00

When running a data factory pipeline to copy a csv file to sql azure, the job shows as a success and confirms that the proper amount of rows were copied but when querying the table in the database, the data does not show.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,188 questions
0 comments No comments
{count} votes

Accepted answer
  1. HimanshuSinha-msft 19,386 Reputation points Microsoft Employee
    2020-11-13T22:00:21.707+00:00

    Hello anonymous userAnderson-0098

    Thanks for the ask and also using the Microsoft Q&A.

    It appears like the the pipeline just run fine and we are not sure as to if the data was copied to SQL .

    Quick pointers

    1. Check the eyeglass as shown in the below animation .

    39821-44.gif

    1. will start with the SINK dataset and then check the linked service . The link services will give the DB name , are you checking in
      the correct database ?

    39811-22.png

    Also check the table option if its Autocreate

    39812-11.png

    3.One other place to look for is if the fault tolernce option is set , if it is then for non-compatible rowes it will be write to a
    blog , without reporting an error .

    39813-33.png

    Thanks Himanshu
    Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.


0 additional answers

Sort by: Most helpful