<?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: How to create a lakebase table ? in Lakebase Discussions</title>
    <link>https://community.databricks.com/t5/lakebase-discussions/how-to-create-a-lakebase-table/m-p/141287#M45</link>
    <description>&lt;P&gt;Yes, it’s possible to have a Lakehouse table synced with a Delta table in Unity Catalog. You have a few options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Direct read: Register the Delta table in Unity Catalog and query it directly from your Streamlit app.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Delta Live Tables (DLT): Create a DLT pipeline that reads the Delta table and writes a managed Lakehouse table that automatically updates on changes.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Materialized view: Create a SQL materialized view on the Delta table and refresh it periodically.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For production with transformations, use a DLT pipeline; for simple dashboards, direct Delta read works. Streamlit can connect via Databricks SQL Connector or JDBC/ODBC to fetch the latest data.&lt;/P&gt;&lt;P&gt;This ensures your app always sees the updated data in near real-time.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Dec 2025 18:06:32 GMT</pubDate>
    <dc:creator>Poorva21</dc:creator>
    <dc:date>2025-12-05T18:06:32Z</dc:date>
    <item>
      <title>How to create a lakebase table ?</title>
      <link>https://community.databricks.com/t5/lakebase-discussions/how-to-create-a-lakebase-table/m-p/140812#M43</link>
      <description>&lt;P&gt;Hi databricks community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a lakebase table that is synced with the delta table . So whenever the delta table is updated the changes should be available in lakebase table.&amp;nbsp; Now I want to create a databricks streamlit application and make the app to fetch data from the lakebase table that is synced to delta table in unity catalogue. Is it possible ?&amp;nbsp; How to proceed with implementation&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 05:15:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/lakebase-discussions/how-to-create-a-lakebase-table/m-p/140812#M43</guid>
      <dc:creator>Gokkul007</dc:creator>
      <dc:date>2025-12-02T05:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lakebase table ?</title>
      <link>https://community.databricks.com/t5/lakebase-discussions/how-to-create-a-lakebase-table/m-p/140836#M44</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/199471"&gt;@Gokkul007&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Yes, it possible. Below you can find docs for lakebase. First read get started section:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/oltp/instances/" target="_blank"&gt;OLTP databases - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Next, read a section that will teach you how to sync your existing delta tables to lakebase&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1764661538010.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/22043iB897A6FAE7A81EAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1764661538010.png" alt="szymon_dybczak_0-1764661538010.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Lastly, there are plenty of resources that show you how to integrate databricks apps with lakebase:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.databricks.com/blog/how-use-lakebase-transactional-data-layer-databricks-apps" target="_blank"&gt;How to use Lakebase as a transactional data layer for Databricks Apps | Databricks Blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=ninPbwHnqkw" target="_blank"&gt;How to Build Databricks Apps with Lakebase in Minutes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/dev-tools/databricks-apps/lakebase" target="_blank"&gt;Add a Lakebase resource to a Databricks app | Databricks on AWS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 07:47:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/lakebase-discussions/how-to-create-a-lakebase-table/m-p/140836#M44</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-12-02T07:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lakebase table ?</title>
      <link>https://community.databricks.com/t5/lakebase-discussions/how-to-create-a-lakebase-table/m-p/141287#M45</link>
      <description>&lt;P&gt;Yes, it’s possible to have a Lakehouse table synced with a Delta table in Unity Catalog. You have a few options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Direct read: Register the Delta table in Unity Catalog and query it directly from your Streamlit app.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Delta Live Tables (DLT): Create a DLT pipeline that reads the Delta table and writes a managed Lakehouse table that automatically updates on changes.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Materialized view: Create a SQL materialized view on the Delta table and refresh it periodically.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For production with transformations, use a DLT pipeline; for simple dashboards, direct Delta read works. Streamlit can connect via Databricks SQL Connector or JDBC/ODBC to fetch the latest data.&lt;/P&gt;&lt;P&gt;This ensures your app always sees the updated data in near real-time.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 18:06:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/lakebase-discussions/how-to-create-a-lakebase-table/m-p/141287#M45</guid>
      <dc:creator>Poorva21</dc:creator>
      <dc:date>2025-12-05T18:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lakebase table ?</title>
      <link>https://community.databricks.com/t5/lakebase-discussions/how-to-create-a-lakebase-table/m-p/155804#M100</link>
      <description>&lt;P&gt;You can use&amp;nbsp;&lt;SPAN&gt;Lake base Autoscaling with &lt;STRONG&gt;Synced Tables.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Synced tables empower you to export high quality &amp;amp; governed data from &lt;STRONG&gt;Lakehouse&lt;/STRONG&gt; into &lt;STRONG&gt;Lake base&lt;/STRONG&gt;. Its specifically designed for downstream applications requiring extreme responsiveness (&lt;STRONG&gt;sub 10ms responses)&amp;nbsp;&lt;/STRONG&gt;along with the reliability of &lt;STRONG&gt;ACID compliant transactions&amp;nbsp;&lt;/STRONG&gt;for real time cases.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can sync gold tables from&amp;nbsp;patient_details&amp;nbsp;into a new synced table&amp;nbsp;patient_details_synced.&amp;nbsp;You can use sync modes based on needs&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Snapshot&lt;/STRONG&gt; -&amp;nbsp;&lt;SPAN&gt;One time copy of all data&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Triggered -&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;Scheduled updates that run on demand or at intervals&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Continuous -&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;Real time streaming with latency in seconds&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;You can check the resource Modern Databricks Lake base with Medical Inventory Management Apps &lt;A href="https://community.databricks.com/t5/lakebase-articles/databricks-lake-base-modern-medical-inventory-management-with/td-p/153899" target="_self"&gt;here&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 14:27:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/lakebase-discussions/how-to-create-a-lakebase-table/m-p/155804#M100</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-04-29T14:27:57Z</dc:date>
    </item>
  </channel>
</rss>

