<?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 into Lakehouse with schemas enabled in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4055200#M4669</link>
    <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="778831" data-lia-user-login="SimonDalecky" class="lia-mention lia-mention-user"&gt;SimonDalecky&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In response to your question, I ran a series of tests.&amp;nbsp;For the data source, I tried using sample data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The test results appear to be normal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the same time, I have noticed that there are others who have encountered the same problem as you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try one of the methods mentioned here: use the Azure data Factory or the Synapse pipeline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Pipelines/Copy-activity-to-lakehouse-managed-table-with-schema-Public/m-p/4039018" target="_blank" rel="noopener"&gt;Copy activity to lakehouse managed table with sche... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The public preview has some limitations that may also affect your use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-schemas#public-preview-limitations" href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-schemas#public-preview-limitations" target="_blank" rel="noreferrer noopener"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-schemas#public-preview-limitations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the function has not been officially launched, the function is not perfect, and there may be some unforeseen problems.&amp;nbsp;Please wait patiently, thank you for your understanding.&amp;nbsp;I will continue to test this problem and hope to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;
&lt;P&gt;If this &lt;STRONG&gt;&lt;EM&gt;post&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2024 05:22:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-23T05:22:07Z</dc:date>
    <item>
      <title>Copy activity into Lakehouse with schemas enabled</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4053947#M4661</link>
      <description>&lt;P&gt;Hi, I am trying to understand, if I do anything wrong, or there is a actuall issue/bug in &lt;STRONG&gt;Copy Activity&lt;/STRONG&gt; in Fabric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to copy a table where source is on-premise SQL Server 2019 and a target destination is a &lt;STRONG&gt;Fabric Lakehouse with enabled schemas (preview feature).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expected behaviour:&amp;nbsp;&lt;/STRONG&gt;In the target lakehouse and schema will get created new managed table based on name specified in copy activity.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Actual behaviour: &lt;/STRONG&gt;Schema argument is ignored by copy activity. It creates a schema based on table name and no managed table gets created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Image of copy activity setup&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Copy activity json&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "source": {
        "type": "SqlServerSource",
        "queryTimeout": "02:00:00",
        "partitionOption": "None",
        "datasetSettings": {
            "annotations": [],
            "type": "SqlServerTable",
            "schema": [],
            "typeProperties": {
                "schema": "XXXX",
                "table": "XXXX",
                "database": "XXXX"
            },
            "externalReferences": {
                "connection": "XXXX"
            }
        }
    },
    "sink": {
        "type": "LakehouseTableSink",
        "tableActionOption": "Append",
        "partitionOption": "None",
        "datasetSettings": {
            "annotations": [],
            "linkedService": {
                "name": "flhBronzeDWHgeneralSimon",
                "properties": {
                    "annotations": [],
                    "type": "Lakehouse",
                    "typeProperties": {
                        "workspaceId": "XXXX",
                        "artifactId": "XXXX",
                        "rootFolder": "Tables"
                    }
                }
            },
            "type": "LakehouseTable",
            "schema": [],
            "typeProperties": {
                "schema": "dbo",
                "table": "TestTable"
            }
        }
    },
    "enableStaging": false,
    "translator": {
        "type": "TabularTranslator",
        "typeConversion": true,
        "typeConversionSettings": {
            "allowDataTruncation": true,
            "treatBooleanAsNumber": false
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here what gets created inside the Lakehouse&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for any assitance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 12:11:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4053947#M4661</guid>
      <dc:creator>SimonDalecky</dc:creator>
      <dc:date>2024-07-22T12:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity into Lakehouse with schemas enabled</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4055200#M4669</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="778831" data-lia-user-login="SimonDalecky" class="lia-mention lia-mention-user"&gt;SimonDalecky&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In response to your question, I ran a series of tests.&amp;nbsp;For the data source, I tried using sample data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The test results appear to be normal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the same time, I have noticed that there are others who have encountered the same problem as you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try one of the methods mentioned here: use the Azure data Factory or the Synapse pipeline.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Pipelines/Copy-activity-to-lakehouse-managed-table-with-schema-Public/m-p/4039018" target="_blank" rel="noopener"&gt;Copy activity to lakehouse managed table with sche... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The public preview has some limitations that may also affect your use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-schemas#public-preview-limitations" href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-schemas#public-preview-limitations" target="_blank" rel="noreferrer noopener"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-schemas#public-preview-limitations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the function has not been officially launched, the function is not perfect, and there may be some unforeseen problems.&amp;nbsp;Please wait patiently, thank you for your understanding.&amp;nbsp;I will continue to test this problem and hope to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;
&lt;P&gt;If this &lt;STRONG&gt;&lt;EM&gt;post&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 05:22:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4055200#M4669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-23T05:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity into Lakehouse with schemas enabled</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4063622#M4736</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="778831" data-lia-user-login="SimonDalecky" class="lia-mention lia-mention-user"&gt;SimonDalecky&lt;/a&gt;&amp;nbsp;I tried this today and it seems to be working now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ref.&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Pipelines/Load-data-to-different-schema-in-Fabric-Lakehouse/m-p/4063528/highlight/true#M4732" target="_blank" rel="noopener"&gt;Re: Load data to different schema in Fabric Lakeho... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created these schemas and tables by using Copy Activity in Data Pipeline:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Perhaps it helps to only use lowercase letters in the schema name.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 10:52:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4063622#M4736</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-07-26T10:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity into Lakehouse with schemas enabled</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4071088#M4819</link>
      <description>&lt;P&gt;Hey, do you know where your capacity is located? It's not working in our fabric &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 10:08:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4071088#M4819</guid>
      <dc:creator>tkiwi</dc:creator>
      <dc:date>2024-07-31T10:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity into Lakehouse with schemas enabled</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4071146#M4821</link>
      <description>&lt;P&gt;I'm not able to check right now, but I guess North Europe or Norway.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 10:46:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4071146#M4821</guid>
      <dc:creator>frithjof_v</dc:creator>
      <dc:date>2024-07-31T10:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Copy activity into Lakehouse with schemas enabled</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4324306#M6594</link>
      <description>&lt;P&gt;I am working on a UK South Fabric Capacity and facing this issue. We also tried with the new Copy Job item (Preview) and produces the same result: table being added at the Tables root folder, completely ignoring the specified schema. Any news into a potential solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our case, we have seen that the issue is related to source. We are using a connection to an On-Prem Db; however if we copy from Db to parquet and then from parquet to Table, then it is able to properly handle the schema creation.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 16:34:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-activity-into-Lakehouse-with-schemas-enabled/m-p/4324306#M6594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-11T16:34:07Z</dc:date>
    </item>
  </channel>
</rss>

