<?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: Best Practice for Lakehouse Table &amp;amp; View Deployments? in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Best-Practice-for-Lakehouse-Table-amp-View-Deployments/m-p/4724292#M9987</link>
    <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Hi &amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/161742"&gt;@jochenj&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution so that other community members can find it easily.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;Thank you.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Jun 2025 04:01:30 GMT</pubDate>
    <dc:creator>v-menakakota</dc:creator>
    <dc:date>2025-06-08T04:01:30Z</dc:date>
    <item>
      <title>Best Practice for Lakehouse Table &amp; View Deployments?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Best-Practice-for-Lakehouse-Table-amp-View-Deployments/m-p/4714052#M9781</link>
      <description>&lt;P&gt;i'm looking for best-practices how to track and deploy changes on LH-Managed Tables and LH-SQL-Views between workspaces.&amp;nbsp;&lt;BR /&gt;How do you handle this task dynamically and with less-maintenance efforts?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;Situation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In Fabric WH and DB the git-integrations tracks all DB Objects like Tables,VIews,Procs... with this GIT integration we can use fabric deployment piplines to transfer changes from DEV (WorkspaceA) to PROD (WorkspaceB).&lt;/P&gt;&lt;P&gt;In Lakehouses we are missing the Object-Level tracking in GIT as stated here:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-git-deployment-pipelines#git-representation" target="_blank" rel="noopener"&gt;Lakehouse deployment pipelines and git integration - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; Important
Only the Lakehouse container artifact is tracked in git in the current experience. Tables (Delta and non-Delta) and Folders in the Files section aren't tracked and versioned in git.&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;Solution Approaches:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;Manually created/maintained notebooks&lt;BR /&gt;&amp;nbsp; &amp;nbsp;script-out all LH-Tables and LH-SQL-Views (which dependant on LH-Tables). Update that notebook on every change. Deploy this notebook regualary from DEV&amp;gt;PROD and then run this notebook manually&lt;/LI&gt;&lt;LI&gt;Dynamic Notebook&lt;BR /&gt;which dynamically reads all Table and View Definition, write it to a transportable file and then executes the notebook against target environments. Extracting the View-Definition can be done with INFORMATION_SCHEMA.VIEWs and i think LH-Table definitions should also be retrievable. Maybe us &lt;A href="https://semantic-link-labs.readthedocs.io/en/0.7.1/sempy_labs.lakehouse.html#sempy_labs.lakehouse.get_lakehouse_tables" target="_self"&gt;get_lakehouse_tables&lt;/A&gt;&amp;nbsp;in &lt;STRONG&gt;sempy_labs&lt;/STRONG&gt; library for the job?! (not tried)&lt;/LI&gt;&lt;LI&gt;Leverage Azure DevOps Pipelines&lt;BR /&gt;basically the same like approach 2 but orchestrate the process with DevOps Pipeline&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone with other options and/or practical experience what works best or maybe even also a working notebook solution?&lt;BR /&gt;I shouldn't be the first with this requirement?! Spoiler: My background is SQL-Datawarehounsing and not Lakehousing, so maybe my approach from Warehousing must be adpated to Lakehouse world?! We are implementing currenlty a lakehouse solution that has hundreds of LH-Tables and VIews. The solution relies on quiete extensive SQL Endpoint Views (much hof the transformation logic is inside views, this views act as input for a Notebook MERGE to silver-layer LH-Tables). Tracking all this tables/view with a manual notebook is not really feasible and time-intensive.. Side note: We moved to LH-Approach in hope that it is more capacity-efficent as our previous approach building a DWH based on Fabric Database, because we had to found out that the DB consumptions was eating our complete F64 capacity on data loads. But now challeging how to apply a working CI/CD Concept for LH&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 12:00:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Best-Practice-for-Lakehouse-Table-amp-View-Deployments/m-p/4714052#M9781</guid>
      <dc:creator>jochenj</dc:creator>
      <dc:date>2025-05-30T12:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for Lakehouse Table &amp; View Deployments?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Best-Practice-for-Lakehouse-Table-amp-View-Deployments/m-p/4716017#M9803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/161742"&gt;@jochenj&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cosider this as a workaround and try it once.&amp;nbsp;&lt;/SPAN&gt;Create a notebook in your development workspace that automatically extracts metadata for all:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Lakehouse tables (Delta format)&lt;/LI&gt;
&lt;LI&gt;SQL views (from the Lakehouse SQL endpoint)&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;semPy library use get_lakehouse_tables() to retrieve table definitions&lt;/LI&gt;
&lt;LI&gt;SQL query SELECT * FROM INFORMATION_SCHEMA.VIEWS to get view definitions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can serialize the output (e.g., as .json or .sql files) and store them in the Files section of your Lakehouse or in a dedicated folder within OneLake. This makes the metadata portable and ready for deployment to other environments.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.  &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Best Regards,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;Menaka.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;Community Support Team&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 05:27:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Best-Practice-for-Lakehouse-Table-amp-View-Deployments/m-p/4716017#M9803</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-06-02T05:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for Lakehouse Table &amp; View Deployments?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Best-Practice-for-Lakehouse-Table-amp-View-Deployments/m-p/4720859#M9922</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Hi&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/161742"&gt;@jochenj&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Thank you.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:51:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Best-Practice-for-Lakehouse-Table-amp-View-Deployments/m-p/4720859#M9922</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-06-05T06:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for Lakehouse Table &amp; View Deployments?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Best-Practice-for-Lakehouse-Table-amp-View-Deployments/m-p/4724292#M9987</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Hi &amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/161742"&gt;@jochenj&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution so that other community members can find it easily.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;Thank you.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2025 04:01:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Best-Practice-for-Lakehouse-Table-amp-View-Deployments/m-p/4724292#M9987</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-06-08T04:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for Lakehouse Table &amp; View Deployments?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Best-Practice-for-Lakehouse-Table-amp-View-Deployments/m-p/4729553#M10085</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Hi&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/161742"&gt;@jochenj&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 06:19:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Best-Practice-for-Lakehouse-Table-amp-View-Deployments/m-p/4729553#M10085</guid>
      <dc:creator>v-menakakota</dc:creator>
      <dc:date>2025-06-12T06:19:07Z</dc:date>
    </item>
  </channel>
</rss>

