<?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: Copy activity: Disable staging? in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3349491#M446</link>
    <description>&lt;P&gt;Please submit an idea if it doesnt already exist, to support Copying from Lakehouse to Warehouse, without Staging.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 19:32:32 GMT</pubDate>
    <dc:creator>ajarora</dc:creator>
    <dc:date>2023-07-25T19:32:32Z</dc:date>
    <item>
      <title>Copy activity: Disable staging?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3346573#M433</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i try to copy data from warehouse (view) to warehouse (table). Is there a way to disable staging?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the validation error "&lt;SPAN&gt;Direct copying data to Data Warehouse using Copy command is not supported for the specified source. Please enable staging." when i disable the option.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Staging seems to slow down copying a lot...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 12:49:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3346573#M433</guid>
      <dc:creator>cw88</dc:creator>
      <dc:date>2023-07-24T12:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity: Disable staging?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3347899#M439</link>
      <description>&lt;P&gt;Direct copy without staging only applies certain scenarios, you can refer to&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-data-warehouse-copy-activity#direct-copy-by-using-copy-command" target="_blank"&gt;How to configure Data Warehouse in copy activity in Data Factory in Microsoft Fabric - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 05:33:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3347899#M439</guid>
      <dc:creator>GraceGu</dc:creator>
      <dc:date>2023-07-25T05:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity: Disable staging?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3348577#M445</link>
      <description>&lt;P&gt;Is there any chance that this will also be available for wh -&amp;gt; wh in the future?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or is there another option with copy activity for my szenario? My source is a lakehouse view (bronze layer in lh tables), destination is a warehouse table (silver layer). Using copy activity has the advantage of logging, fault tolerance etc...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 11:36:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3348577#M445</guid>
      <dc:creator>cw88</dc:creator>
      <dc:date>2023-07-25T11:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity: Disable staging?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3349491#M446</link>
      <description>&lt;P&gt;Please submit an idea if it doesnt already exist, to support Copying from Lakehouse to Warehouse, without Staging.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 19:32:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3349491#M446</guid>
      <dc:creator>ajarora</dc:creator>
      <dc:date>2023-07-25T19:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity: Disable staging?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3350541#M454</link>
      <description>&lt;P&gt;Idea is submitted:&amp;nbsp;&lt;A href="https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=0b0b7044-912b-ee11-a81c-000d3a0ec312" target="_blank"&gt;https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=0b0b7044-912b-ee11-a81c-000d3a0ec312&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 08:49:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3350541#M454</guid>
      <dc:creator>cw88</dc:creator>
      <dc:date>2023-07-26T08:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity: Disable staging?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3484120#M833</link>
      <description>&lt;P&gt;Probably my answer arrived a bit late. I have faced the same problem and the copy activity takes ages to complete.&lt;/P&gt;&lt;P&gt;My solution was to write a stored procedure that performs first a truncate and then the insert into table statement. I have inserted 220M of rows in 3 minutes using this method.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 20:04:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3484120#M833</guid>
      <dc:creator>ManuMas</dc:creator>
      <dc:date>2023-10-18T20:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity: Disable staging?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3579140#M1377</link>
      <description>&lt;P&gt;It's very difficult to swallow the sales nonsense like "Lakehouse and Warehouse are made for each other". But you can't properly use a pipeline to ingest from Lakehouse to Warehouse. But you can from external ADLS gen2????&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;T-SQL &lt;FONT face="courier new,courier"&gt;COPY INTO&lt;/FONT&gt;&amp;nbsp;actually works fine to import Lakehouse into Warehouse&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried that first with very few issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I tried a pipeline and I'm having all kinds of hassles. Like needing to use staging. And getting parquet data type mapping issues which I'm pretty sure are due to needing this staing step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Crazy thing is this is far more difficult that it ever used to be. You're going backwards people&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 07:22:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/3579140#M1377</guid>
      <dc:creator>NickMcDermaid</dc:creator>
      <dc:date>2023-12-12T07:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity: Disable staging?</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/4232481#M5813</link>
      <description>&lt;P&gt;hey there, having the same issue, how did you accomplish the stored procedure method?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 21:28:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-Disable-staging/m-p/4232481#M5813</guid>
      <dc:creator>Midway</dc:creator>
      <dc:date>2024-10-07T21:28:44Z</dc:date>
    </item>
  </channel>
</rss>

