Table deleted

Rohit Kulkarni 691 Reputation points
2021-07-20T04:31:59.463+00:00

Hello Team,

I was transferring data from multiple tables from Source schema to Target Schema.I have achieved the correct result.

But in the source schema, these tables got truncated.I was shocked.

116152-image.png
116070-image.png

The below features(Allow data Truncation) are mentioned in the screenshot. Is it going to truncate the tables from the source schema?

Please advise.

116028-image.png

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

Accepted answer
  1. Nandan Hegde 32,421 Reputation points MVP
    2021-07-20T06:04:44.403+00:00

    Hey Rohit,
    The truncation feature doesnt truncate the source data but Allow data truncation when converting source data to sink with different type during copy, e.g. from decimal to integer, from DatetimeOffset to Datetime.

    So there might be some other reason why your data got truncated in source.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.