<?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: Why materialized views are created in __databricks_internal ? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/122767#M46861</link>
    <description>&lt;P&gt;Hi, bucket could be deleted in case AWS account is decommissioned/deleted as a result of decommissioning Databricks workspace as there are other Databricks workspaces using the same Unity catalog metastore which will replace decommissioned workspace in different AWS accounts.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jun 2025 07:00:00 GMT</pubDate>
    <dc:creator>Guntis</dc:creator>
    <dc:date>2025-06-25T07:00:00Z</dc:date>
    <item>
      <title>Why materialized views are created in __databricks_internal ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/64260#M32508</link>
      <description>&lt;P&gt;Hello, I have a question about why materialized views are created in "__databricks_internal" catalog?&lt;/P&gt;&lt;P&gt;We specified catalog and schemas in the DLT Pipeline.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 09:40:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/64260#M32508</guid>
      <dc:creator>AxelBrsn</dc:creator>
      <dc:date>2024-03-21T09:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why materialized views are created in __databricks_internal ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/105596#M42203</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/102468"&gt;@AxelBrsn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Materialized views created by Delta Live Tables (DLT) pipelines are stored in the __databricks_internal catalog for several reasons:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Isolation: The __databricks_internal catalog is used to store system-generated tables, such as materializations, to prevent polluting the user-specified target catalog. Your specific catalog will only contains user-defined tables and views.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Ownership and Access Control: The materialization schema within the __databricks_internal catalog is owned by the system rather than the pipeline owner. This way it is easier to manage and the pipeline owner doesn't have to manage access controls to the underlying tables.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Governance: By storing materializations in a dedicated internal catalog, Databricks ensures that data governance and security policies are consistently applied.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 15:09:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/105596#M42203</guid>
      <dc:creator>MathieuDB</dc:creator>
      <dc:date>2025-01-14T15:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why materialized views are created in __databricks_internal ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/122233#M46707</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/52683"&gt;@MathieuDB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have follow-up question about __databricks_internal: what will happen if for AWS based workspace S3 bucket which is used by __databricks_internal catalog is deleted. Will it be recreated elsewhere by system user?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Guntis.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 10:35:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/122233#M46707</guid>
      <dc:creator>Guntis</dc:creator>
      <dc:date>2025-06-19T10:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why materialized views are created in __databricks_internal ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/122262#M46718</link>
      <description>&lt;P&gt;Hello Guntis,&lt;/P&gt;
&lt;P data-start="117" data-end="310"&gt;This folder will not be recreated elsewhere if the bucket is deleted, as it is tied to the catalog. Could you please elaborate on the reason you'd like to delete this bucket in the first place?&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 14:35:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/122262#M46718</guid>
      <dc:creator>MathieuDB</dc:creator>
      <dc:date>2025-06-19T14:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why materialized views are created in __databricks_internal ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/122274#M46724</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Materialized views created by Delta Live Tables (DLT) are stored in the __databricks_internal catalog for a few key reasons:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Separation&lt;/STRONG&gt;: This keeps system-generated tables (like materialized views) separate from your own tables and views, so your catalog stays clean and organized.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Access Control&lt;/STRONG&gt;: These system tables are managed by Databricks, so you don’t need to worry about setting permissions or managing access.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Governance&lt;/STRONG&gt;: Keeping materialized data in a dedicated internal catalog helps Databricks apply consistent security and data governance policies automatically.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 19 Jun 2025 16:40:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/122274#M46724</guid>
      <dc:creator>Yogesh_Verma_</dc:creator>
      <dc:date>2025-06-19T16:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why materialized views are created in __databricks_internal ?</title>
      <link>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/122767#M46861</link>
      <description>&lt;P&gt;Hi, bucket could be deleted in case AWS account is decommissioned/deleted as a result of decommissioning Databricks workspace as there are other Databricks workspaces using the same Unity catalog metastore which will replace decommissioned workspace in different AWS accounts.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 07:00:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-materialized-views-are-created-in-databricks-internal/m-p/122767#M46861</guid>
      <dc:creator>Guntis</dc:creator>
      <dc:date>2025-06-25T07:00:00Z</dc:date>
    </item>
  </channel>
</rss>

