<?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: Ingest data in a lakehouse's table with the metadata activity output in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-in-a-lakehouse-s-table-with-the-metadata-activity/m-p/4335913#M6672</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="794211" data-lia-user-login="Toi69___" class="lia-mention lia-mention-user"&gt;Toi69___&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the data pipeline, add a new Copy Data activity.&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;Get Metadata&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Copy data&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;Run&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;You can get the newmetadata table in lakehouse.&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;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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2024 02:07:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-12-19T02:07:47Z</dc:date>
    <item>
      <title>Ingest data in a lakehouse's table with the metadata activity output</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-in-a-lakehouse-s-table-with-the-metadata-activity/m-p/4335386#M6669</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a get metadata activty wicth return this metadata :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "lastModified": "2024-12-17T09:10:43Z", "itemName": "Ventes_allemagne.csv", "executionDuration": 1 } &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to make a table in my lakehouse with two columns : itemName and lastModified with the values from my metadata.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How should i do this ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 16:10:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-in-a-lakehouse-s-table-with-the-metadata-activity/m-p/4335386#M6669</guid>
      <dc:creator>Toi69___</dc:creator>
      <dc:date>2024-12-18T16:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data in a lakehouse's table with the metadata activity output</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-in-a-lakehouse-s-table-with-the-metadata-activity/m-p/4335836#M6671</link>
      <description>&lt;P&gt;Possibly not the wisest option but assuming your Get Metadata is returning a single object (which I think it has to to return 'last modified')&lt;BR /&gt;1 - Create a notebook that accepts a couple of parameters - item name and last modified - into variables&lt;BR /&gt;2 - Set the pipeline to pass these two fields from the Get metadata step into parameters of a Notebook activity&lt;BR /&gt;3 - Create a dataframe containing these two variables&lt;BR /&gt;4 - Write to a table in Append mode.&lt;BR /&gt;&lt;BR /&gt;The code I used to test - first cell is a parameter cell&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;EM&gt;If&lt;/EM&gt; this post &lt;EM&gt;helps&lt;/EM&gt;, then &lt;EM&gt;please consider Accept&lt;/EM&gt; it as the &lt;EM&gt;solution&lt;/EM&gt; to &lt;EM&gt;help&lt;/EM&gt; the other members find it more quickly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 01:35:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-in-a-lakehouse-s-table-with-the-metadata-activity/m-p/4335836#M6671</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2024-12-19T01:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data in a lakehouse's table with the metadata activity output</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-in-a-lakehouse-s-table-with-the-metadata-activity/m-p/4335913#M6672</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="794211" data-lia-user-login="Toi69___" class="lia-mention lia-mention-user"&gt;Toi69___&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the data pipeline, add a new Copy Data activity.&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;Get Metadata&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Copy data&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;Run&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;You can get the newmetadata table in lakehouse.&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;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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 02:07:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-in-a-lakehouse-s-table-with-the-metadata-activity/m-p/4335913#M6672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-19T02:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data in a lakehouse's table with the metadata activity output</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-in-a-lakehouse-s-table-with-the-metadata-activity/m-p/4336456#M6677</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great example but in my case i am looking for the metadata from a csv file, not a table.&lt;/P&gt;&lt;P&gt;Do you think you could modified your answer in this case ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank so much&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 08:14:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-in-a-lakehouse-s-table-with-the-metadata-activity/m-p/4336456#M6677</guid>
      <dc:creator>BenLyon</dc:creator>
      <dc:date>2024-12-19T08:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data in a lakehouse's table with the metadata activity output</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-in-a-lakehouse-s-table-with-the-metadata-activity/m-p/4340044#M6700</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="824869" data-lia-user-login="BenLyon" class="lia-mention lia-mention-user"&gt;BenLyon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can import the CSV file into Lakehouse, convert it into a table, and then use the above method.&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;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>Mon, 23 Dec 2024 02:44:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-in-a-lakehouse-s-table-with-the-metadata-activity/m-p/4340044#M6700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-23T02:44:08Z</dc:date>
    </item>
  </channel>
</rss>

