<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: check accuracy of data load in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/check-accuracy-of-data-load/m-p/4044112#M4591</link>
    <description>&lt;P&gt;Hi, thank you for the reply, however I am looking for the fabric version.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2024 10:13:59 GMT</pubDate>
    <dc:creator>arkiboys2</dc:creator>
    <dc:date>2024-07-16T10:13:59Z</dc:date>
    <item>
      <title>check accuracy of data load</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/check-accuracy-of-data-load/m-p/4040708#M4543</link>
      <description>&lt;P&gt;how is it possible to check/compare the source to the destination?&lt;/P&gt;&lt;P&gt;for example, the data factory pipelines load data from sql server into warehouse tables and now I would like to see if the loaded data is the same as source and report if there are any differences.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2024 17:44:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/check-accuracy-of-data-load/m-p/4040708#M4543</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-07-13T17:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: check accuracy of data load</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/check-accuracy-of-data-load/m-p/4041469#M4551</link>
      <description>&lt;P&gt;Below links can help :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/60669045/azure-data-factory-how-to-fetch-source-count-and-sink-count-for-data-validation" target="_blank"&gt;https://stackoverflow.com/questions/60669045/azure-data-factory-how-to-fetch-source-count-and-sink-count-for-data-validation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/MicrosoftDocs/azure-docs/issues/64333" target="_blank"&gt;https://github.com/MicrosoftDocs/azure-docs/issues/64333&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 03:19:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/check-accuracy-of-data-load/m-p/4041469#M4551</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-07-15T03:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: check accuracy of data load</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/check-accuracy-of-data-load/m-p/4041530#M4555</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="592286" data-lia-user-login="arkiboys2" class="lia-mention lia-mention-user"&gt;arkiboys2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I think you can&amp;nbsp;&lt;SPAN&gt;join TABLE1 and TABLE2 first, then use filter to get the rows which's type isn't same. Next create a DerivedColumn to generate Type Change column. Finally, use Select transformation to remain the columns you need.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;Create Join transformation to TABLE1 and TABLE2.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;Filter the rows which's type isn't same. Expression: source2@Type != source1@Type&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;&lt;FONT&gt;Add Type Change column.&amp;nbsp;Expression:concat('from ',source1@Type,' to ', source2@Type)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;4. Use Select transformation to remain the columns you need.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Then you will see what you want.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 03:55:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/check-accuracy-of-data-load/m-p/4041530#M4555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-15T03:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: check accuracy of data load</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/check-accuracy-of-data-load/m-p/4044104#M4590</link>
      <description>hello, thank you for the details. Is it possible you provide the same but for fabric data factory/dataflow gen2 thank you</description>
      <pubDate>Tue, 16 Jul 2024 10:07:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/check-accuracy-of-data-load/m-p/4044104#M4590</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-07-16T10:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: check accuracy of data load</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/check-accuracy-of-data-load/m-p/4044112#M4591</link>
      <description>&lt;P&gt;Hi, thank you for the reply, however I am looking for the fabric version.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 10:13:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/check-accuracy-of-data-load/m-p/4044112#M4591</guid>
      <dc:creator>arkiboys2</dc:creator>
      <dc:date>2024-07-16T10:13:59Z</dc:date>
    </item>
  </channel>
</rss>

