<?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: Get Metadata of All Tables in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Get-Metadata-of-All-Tables/m-p/4291011#M6412</link>
    <description>&lt;P&gt;Can you please be more clear what you are trying to achieve? Do you want to get list of all tables in lakehouse? And what do you want to do&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2024 12:21:43 GMT</pubDate>
    <dc:creator>NandanHegde</dc:creator>
    <dc:date>2024-11-19T12:21:43Z</dc:date>
    <item>
      <title>Get Metadata of All Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Get-Metadata-of-All-Tables/m-p/4280852#M6341</link>
      <description>&lt;P&gt;&lt;img /&gt;Hi everyone, I have experience taking metadata info of all Files in a folder in the Get Metadata activity but I'm not sure how I can do the same for Tables.&lt;/P&gt;&lt;P&gt;I want to take the name of all of the tables available in Get Metadata, filter for everything except certain tables in Filter and then pass them to be copied from one lakehouse to another through a For Each activity with a Copy Data activity.&lt;/P&gt;&lt;P&gt;I think I have to write a dynamic expression for this but not sure what it would be.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how to do this?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 02:56:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Get-Metadata-of-All-Tables/m-p/4280852#M6341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-13T02:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get Metadata of All Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Get-Metadata-of-All-Tables/m-p/4281466#M6348</link>
      <description>&lt;P&gt;It appears that the Get Metadata activity when set to look at tables requires there to be a table name supplied, so you can't just say 'enumerate all tables'.&lt;BR /&gt;Given that limitation, the way I'd probably handle this is a notebook that (either via API calls or via &lt;STRONG&gt;sempy-labs&lt;/STRONG&gt;) gets a list of tables and outputs them via notebookutils.notebook.exit(&amp;lt;JSON string of list of table names&amp;gt;), convert to an array and then use that list in your filter.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 09:37:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Get-Metadata-of-All-Tables/m-p/4281466#M6348</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2024-11-13T09:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get Metadata of All Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Get-Metadata-of-All-Tables/m-p/4289849#M6404</link>
      <description>&lt;P&gt;my metadata pipeline say taht my inputfile is a folder. how can i solve it&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 01:07:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Get-Metadata-of-All-Tables/m-p/4289849#M6404</guid>
      <dc:creator>ifistic</dc:creator>
      <dc:date>2024-11-19T01:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get Metadata of All Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Get-Metadata-of-All-Tables/m-p/4290820#M6410</link>
      <description>&lt;P&gt;Sounds like a different problem to the OP's one - they were after enumerating Tables.&lt;BR /&gt;If you're after enumerating Files inside Folders, then it'll depend on whether you always know the Folder it lives in or not.&lt;BR /&gt;If you know the folder, then just add that to the metadata step;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;If you don't know the folder name until runtime, then you're into a ForEach with an If condition on FileType = 'Folder', and then feed the item name (which is the folder name) into a nested Invoke Pipeline step as a Parameter.&amp;nbsp; This sub-pipeline then uses Get Metadata on the subfolder.&lt;BR /&gt;You could (and it's not necessarily a good idea) make this recursive to traverse any depth of folder structure.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 10:34:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Get-Metadata-of-All-Tables/m-p/4290820#M6410</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2024-11-19T10:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get Metadata of All Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Get-Metadata-of-All-Tables/m-p/4291011#M6412</link>
      <description>&lt;P&gt;Can you please be more clear what you are trying to achieve? Do you want to get list of all tables in lakehouse? And what do you want to do&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 12:21:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Get-Metadata-of-All-Tables/m-p/4291011#M6412</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-11-19T12:21:43Z</dc:date>
    </item>
  </channel>
</rss>

