<?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 enable unity catalog system tables? in Community Articles</title>
    <link>https://community.databricks.com/t5/community-articles/how-to-enable-unity-catalog-system-tables/m-p/125872#M485</link>
    <description>&lt;P&gt;It's in the Databricks CLI Unity Catalog section&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/dev-tools/cli/commands#unity-catalog-commands" target="_blank" rel="noopener"&gt;Databricks CLI commands | Databricks Documentation&lt;/A&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;metastores&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Commands to manage metastores, which are the top-level container of objects in Unity Catalog:&lt;/P&gt;&lt;P&gt;assign,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;create,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;current,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;delete,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;get,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;list,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;summary,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;unassign,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;update,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;update-assignment&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Mon, 21 Jul 2025 14:37:13 GMT</pubDate>
    <dc:creator>AlanD</dc:creator>
    <dc:date>2025-07-21T14:37:13Z</dc:date>
    <item>
      <title>How to enable unity catalog system tables?</title>
      <link>https://community.databricks.com/t5/community-articles/how-to-enable-unity-catalog-system-tables/m-p/70959#M94</link>
      <description>&lt;P&gt;Unity Catalog system tables provide lots of metadata &amp;amp; log data related to the operations of Databricks. System tables are organized into separate schemas containing one to a few tables owned and updated by Databricks. The storage and the cost of the system tables are on Databricks while the customer pays for the compute the query the system tables. To enable the system schemas, you have to be a Databricks Account Admin. A quick run down of &lt;A href="https://docs.databricks.com/en/admin/system-tables/index.html#enable" target="_self"&gt;enabling the system tables&lt;/A&gt; via command line. This article assumes you have &lt;A href="https://docs.databricks.com/en/dev-tools/cli/tutorial.html" target="_self"&gt;setup the databricks command line interface (cli)&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;First, obtain t&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;he&amp;nbsp;&lt;FONT face="courier new,courier"&gt;METASTORE_ID&lt;/FONT&gt;&amp;nbsp;with the command:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;databricks metastores current --profile&amp;nbsp;&amp;lt;DATABRICKS_CONFIG_PROFILE&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;To list the available schemas:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;databricks system-schemas list &amp;lt;METASTORE_ID&amp;gt; --profile &amp;lt;DATABRICKS_CONFIG_PROFILE&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Enable the `query` schema, containing query history, via command line:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;databricks system-schemas enable &amp;lt;METASTORE_ID&amp;gt; query --profile &amp;lt;DATABRICKS_CONFIG_PROFILE&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 18:58:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/how-to-enable-unity-catalog-system-tables/m-p/70959#M94</guid>
      <dc:creator>DouglasMoore</dc:creator>
      <dc:date>2024-05-28T18:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable unity catalog system tables?</title>
      <link>https://community.databricks.com/t5/community-articles/how-to-enable-unity-catalog-system-tables/m-p/71348#M104</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/29870"&gt;@DouglasMoore&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for sharing this. Until now I used to check the &lt;A href="https://docs.gcp.databricks.com/en/sql/language-manual/sql-ref-information-schema.html" target="_self"&gt;information schema.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I am not able to find these details in any official doc. Do you have a reference?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 04:33:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/how-to-enable-unity-catalog-system-tables/m-p/71348#M104</guid>
      <dc:creator>NandiniN</dc:creator>
      <dc:date>2024-06-02T04:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable unity catalog system tables?</title>
      <link>https://community.databricks.com/t5/community-articles/how-to-enable-unity-catalog-system-tables/m-p/125872#M485</link>
      <description>&lt;P&gt;It's in the Databricks CLI Unity Catalog section&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/dev-tools/cli/commands#unity-catalog-commands" target="_blank" rel="noopener"&gt;Databricks CLI commands | Databricks Documentation&lt;/A&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;metastores&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Commands to manage metastores, which are the top-level container of objects in Unity Catalog:&lt;/P&gt;&lt;P&gt;assign,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;create,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;current,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;delete,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;get,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;list,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;summary,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;unassign,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;update,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;update-assignment&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 21 Jul 2025 14:37:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/how-to-enable-unity-catalog-system-tables/m-p/125872#M485</guid>
      <dc:creator>AlanD</dc:creator>
      <dc:date>2025-07-21T14:37:13Z</dc:date>
    </item>
  </channel>
</rss>

