<?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: Inconsistency issues with table in datawarehouse in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3617113#M1489</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="665240" data-lia-user-login="costinhas75" class="lia-mention lia-mention-user"&gt;costinhas75&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Glad to know your query got resolved. Please continue using Fabric Community for your further queries.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2024 06:57:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-01-05T06:57:48Z</dc:date>
    <item>
      <title>Inconsistency issues with table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3608796#M1459</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not a 100% data flow related problem, but it might been caused by the slowliness of data flow execution. Currently I have a table that seems to be inconsistent, and doesn't allow me to drop it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've checked:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;USE&lt;/SPAN&gt;&lt;SPAN&gt; Master &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GO&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt;&lt;SPAN&gt; session_id, start_time, blocking_session_id &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;SPAN&gt; sys.dm_exec_requests&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE&lt;/SPAN&gt;&lt;SPAN&gt; status = &lt;/SPAN&gt;&lt;SPAN&gt;'running';&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;and&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;USE&lt;/SPAN&gt;&lt;SPAN&gt; Master &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GO&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt;&lt;SPAN&gt; status &amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;SPAN&gt; sys.dm_exec_requests&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE&lt;/SPAN&gt;&lt;SPAN&gt; blocking_session_id &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;and found some activities running for 3 days now and I killed those.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;After that I could insert and delete rows again but I still can't drop it and it seems that is slowing all the ETL. My current DF that adds new rows to that table is running for 1 hour and it usually takes just some minutes (total rows around 60k)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Can you help?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 31 Dec 2023 13:54:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3608796#M1459</guid>
      <dc:creator>costinhas75</dc:creator>
      <dc:date>2023-12-31T13:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistency issues with table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3610287#M1460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="665240" data-lia-user-login="costinhas75" class="lia-mention lia-mention-user"&gt;costinhas75&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks for using Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;Apologies for the issue you have been facing.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This might require a deeper investigation from our engineering team and they can guide you better.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please go ahead and raise a support ticket to reach our support team:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support.fabric.microsoft.com/support" target="_blank" rel="noopener nofollow noreferrer"&gt;https://support.fabric.microsoft.com/support&lt;/A&gt;&lt;BR /&gt;Please provide the ticket number here as we can keep an eye on it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 05:59:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3610287#M1460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-02T05:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistency issues with table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3612618#M1477</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="665240" data-lia-user-login="costinhas75" class="lia-mention lia-mention-user"&gt;costinhas75&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. Did you got a chance to create a support ticket? If&amp;nbsp;you have created a support ticket , please do share the same here so that we can also keep an eye on the same.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 08:41:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3612618#M1477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-03T08:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistency issues with table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3614996#M1481</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="665240" data-lia-user-login="costinhas75" class="lia-mention lia-mention-user"&gt;costinhas75&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you got a chance to create a support ticket. In case if you have created p&lt;/SPAN&gt;&lt;SPAN&gt;lease provide the ticket number here as we can keep an eye on it.&lt;/SPAN&gt;&lt;BR /&gt;In case if you have any other question on a different issue, we request you to open a new thread . &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Gopi Krishna Chenna&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 08:43:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3614996#M1481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-04T08:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistency issues with table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3616625#M1487</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all thank you so much for your attention to this matter. I've already redirected this issue to the admins of the environment I'm working in, and I think they will open the issue, as I as a normal user don't have that type of ability, I suppose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I managed to surpass this problem by deleting all LH tables that were being used by the DF and the DF itself, and recreate a new one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also found issues when deleting constraings via stored proceduer within a pipeline. These were totally random as far we could understand and it seemed that sometimes it would repeat the same activity twice (e.g., tried to drop the same constraint twice).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your interest&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 00:18:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3616625#M1487</guid>
      <dc:creator>costinhas75</dc:creator>
      <dc:date>2024-01-05T00:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistency issues with table in datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3617113#M1489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="665240" data-lia-user-login="costinhas75" class="lia-mention lia-mention-user"&gt;costinhas75&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Glad to know your query got resolved. Please continue using Fabric Community for your further queries.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 06:57:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Inconsistency-issues-with-table-in-datawarehouse/m-p/3617113#M1489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-05T06:57:48Z</dc:date>
    </item>
  </channel>
</rss>

