<?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: Write data from Web connector to lakehouse table in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4395958#M6941</link>
    <description>&lt;P&gt;Use dynamic content optipn from the dropdown and set&amp;nbsp;&lt;SPAN&gt;@variables('webData')&lt;/SPAN&gt;&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;</description>
    <pubDate>Wed, 05 Feb 2025 08:45:18 GMT</pubDate>
    <dc:creator>nilendraFabric</dc:creator>
    <dc:date>2025-02-05T08:45:18Z</dc:date>
    <item>
      <title>Write data from Web connector to lakehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4394837#M6927</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have one Web Connector connected to a web service.&lt;/P&gt;
&lt;P&gt;When I cerate a Web activity in a Data Pipeline and I use this connection, it retrieves me data as follows (json objects list):&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where each object should be a row in the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I try to use the same conneciton in COPY activity, I get an error in the preview of the data:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Rest call failed with client error, status code 404 NotFound, please check your activity settings.
Response: &amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;404 Not Found&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;center&amp;gt;&amp;lt;h1&amp;gt;404 Not Found&amp;lt;/h1&amp;gt;&amp;lt;/center&amp;gt;
&amp;lt;hr&amp;gt;&amp;lt;center&amp;gt;nginx&amp;lt;/center&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas of how to ingest data from web connector into lakehouse table?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 16:17:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4394837#M6927</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2025-02-04T16:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Write data from Web connector to lakehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4394961#M6928</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686932" data-lia-user-login="amaaiia" class="lia-mention lia-mention-user"&gt;amaaiia&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Save the output of the Web Activity as a variable:&lt;BR /&gt;• Use a Set Variable Activity after the Web Activity.&lt;BR /&gt;• Assign the output of the Web Activity to a variable using dynamic content, such as:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;@activity('WebActivityName').output&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In the Copy Activity settings:&lt;BR /&gt;• Source Tab:&lt;BR /&gt;• Select “Dynamic Content” as your source type.&amp;nbsp;@variables('webData')&lt;BR /&gt;&lt;BR /&gt;• Map it to the variable containing your JSON data.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 18:42:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4394961#M6928</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-04T18:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Write data from Web connector to lakehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4395796#M6939</link>
      <description>&lt;P&gt;When I set connection as variable content, it asks me in Source to select a lakehouse table. The source shouldn't be a lakehouse table but the content of the variable itself.&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;</description>
      <pubDate>Wed, 05 Feb 2025 07:28:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4395796#M6939</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2025-02-05T07:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Write data from Web connector to lakehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4395958#M6941</link>
      <description>&lt;P&gt;Use dynamic content optipn from the dropdown and set&amp;nbsp;&lt;SPAN&gt;@variables('webData')&lt;/SPAN&gt;&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;</description>
      <pubDate>Wed, 05 Feb 2025 08:45:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4395958#M6941</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-05T08:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Write data from Web connector to lakehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4395959#M6942</link>
      <description>&lt;P&gt;Use dynamic content optipn from the dropdown and set&amp;nbsp;&lt;SPAN&gt;@variables('webData')&lt;/SPAN&gt;&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;</description>
      <pubDate>Wed, 05 Feb 2025 08:45:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4395959#M6942</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-05T08:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Write data from Web connector to lakehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4396264#M6947</link>
      <description>&lt;P&gt;If you see the screenshot, this is what I've done&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 11:39:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4396264#M6947</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2025-02-05T11:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Write data from Web connector to lakehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4396266#M6948</link>
      <description>&lt;P&gt;Solved.&lt;/P&gt;
&lt;P&gt;RelativePath for Web activity starts with slash, but relative path in COPY activity doesn't start with slash. That's why it said NOT FOUND&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 11:40:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4396266#M6948</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2025-02-05T11:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Write data from Web connector to lakehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4396292#M6949</link>
      <description>&lt;P&gt;No screenshots visible&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 11:53:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Write-data-from-Web-connector-to-lakehouse-table/m-p/4396292#M6949</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-05T11:53:26Z</dc:date>
    </item>
  </channel>
</rss>

