<?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: Default catalog created wrong on my workspace in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/108176#M42988</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/22314"&gt;@saurabh18cs&lt;/a&gt;&amp;nbsp;Ours is a new account and as I represented in the screenshots above, for new accounts databricks documents suggests we will have a new catalog created matching workspace name. However that never happened in our account and the default catalog for our workspace points to the hive_metastore catalog. I do not want to use hive_metastore catalog. I am working towards creating my own catalog for the workspace and attach it to the UN=nity metastore, but I expected a new catalog be already there as per their documentation.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2025 18:47:23 GMT</pubDate>
    <dc:creator>amarnadh-gadde</dc:creator>
    <dc:date>2025-01-31T18:47:23Z</dc:date>
    <item>
      <title>Default catalog created wrong on my workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/107905#M42944</link>
      <description>&lt;DIV&gt;We have provisioned a new databricks account and workspace on premium plan. When built out workspace using terraform, we expected to see a default catalog matching workspace name as per this documentation. However I dont see it. All I see are the 3 catalogs below and the default catalog for the workspace is pointed to the legacy hive_metastore. Can you help how to fix this.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A title="https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/unity-catalog-default" href="https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/unity-catalog-default" target="_blank" rel="noopener"&gt;https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/unity-catalog-default&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="amarnadhgadde_0-1738260452789.png" style="width: 713px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/14461i6460981ABAF5A08C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amarnadhgadde_0-1738260452789.png" alt="amarnadhgadde_0-1738260452789.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="amarnadhgadde_1-1738260467287.png" style="width: 212px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/14462i35C057640B2EB5A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amarnadhgadde_1-1738260467287.png" alt="amarnadhgadde_1-1738260467287.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="amarnadhgadde_2-1738260473392.png" style="width: 707px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/14463i95BC448056AC62D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amarnadhgadde_2-1738260473392.png" alt="amarnadhgadde_2-1738260473392.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Jan 2025 18:08:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/107905#M42944</guid>
      <dc:creator>amarnadh-gadde</dc:creator>
      <dc:date>2025-01-30T18:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Default catalog created wrong on my workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/108122#M42975</link>
      <description>&lt;P&gt;I am also able to see just these 3, I think it is meant to be "My organization"&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 16:11:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/108122#M42975</guid>
      <dc:creator>NandiniN</dc:creator>
      <dc:date>2025-01-31T16:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Default catalog created wrong on my workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/108130#M42979</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The legacy Hive metastore is maintained for backward compatibility.&amp;nbsp;&amp;nbsp;When you start using Unity Catalog compatible compute i.e. when the workspace has an assigned Unity Catalog metastore, and the cluster is in access mode 'Shared' or 'Single User', or in SQL warehouses then you to reference a fully qualified 3 level name. Catalog.Schema.table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Run the following SQL queries to check if Unity Catalog is enabled and to list the catalogs and schemas.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-- List catalogs&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SHOW&lt;/SPAN&gt; &lt;SPAN&gt;CATALOGS&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-- List schemas in a specific catalog&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SHOW SCHEMAS &lt;/SPAN&gt;&lt;SPAN&gt;IN&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;catalog_name&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 31 Jan 2025 16:30:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/108130#M42979</guid>
      <dc:creator>saurabh18cs</dc:creator>
      <dc:date>2025-01-31T16:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Default catalog created wrong on my workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/108176#M42988</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/22314"&gt;@saurabh18cs&lt;/a&gt;&amp;nbsp;Ours is a new account and as I represented in the screenshots above, for new accounts databricks documents suggests we will have a new catalog created matching workspace name. However that never happened in our account and the default catalog for our workspace points to the hive_metastore catalog. I do not want to use hive_metastore catalog. I am working towards creating my own catalog for the workspace and attach it to the UN=nity metastore, but I expected a new catalog be already there as per their documentation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 18:47:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/108176#M42988</guid>
      <dc:creator>amarnadh-gadde</dc:creator>
      <dc:date>2025-01-31T18:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Default catalog created wrong on my workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/108180#M42990</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/23233"&gt;@NandiniN&lt;/a&gt;&amp;nbsp;My organization is a grouping not a catalog. When I run SHOW CATALOGS I get below, which tells me it could be probably "system", but that is not setup as default right now. The terraform documentation I link I provided above says we should have a catalog created by default matching workspace name.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="amarnadhgadde_0-1738349830739.png" style="width: 226px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/14510i0C3516CA3A5CAFD2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="amarnadhgadde_0-1738349830739.png" alt="amarnadhgadde_0-1738349830739.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 18:58:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/108180#M42990</guid>
      <dc:creator>amarnadh-gadde</dc:creator>
      <dc:date>2025-01-31T18:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Default catalog created wrong on my workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/108548#M43078</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146991"&gt;@amarnadh-gadde&lt;/a&gt;&amp;nbsp;let me explain you again to make it more clear.&lt;/P&gt;&lt;P&gt;1) My orgaisation will act as your unity catalog catalog.&lt;/P&gt;&lt;P&gt;2) Ignore what is showing default there and ignore hive_metastore&lt;/P&gt;&lt;P&gt;3) start using unity catalog via uc enabled compute and 3 level namespace (catalog.schema.table)&lt;/P&gt;&lt;P&gt;Just try using it , I believe everything is correct at your side.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 10:32:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/108548#M43078</guid>
      <dc:creator>saurabh18cs</dc:creator>
      <dc:date>2025-02-03T10:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Default catalog created wrong on my workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/121446#M46452</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Meanwhile I try to get help on Databricks default catalog behavior, I found this topic.&lt;BR /&gt;If I can give my advice here, one reason I see for the behavior of&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146991"&gt;@amarnadh-gadde&lt;/a&gt;&amp;nbsp;is that you deployed your new workspace in a region where there is already a metastore.&lt;BR /&gt;&lt;SPAN&gt;In this case, the behavior that has been referenced previously:&lt;BR /&gt;&lt;/SPAN&gt;"A workspace catalog ... is named after your workspace"&lt;BR /&gt;Won't be effective.&lt;BR /&gt;Indeed, if you are well in the case where the metastore already exist in the region, you will have to change a setting&amp;nbsp; at metastore level in order to enable the automatic assignment of the unity catalog. See:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/manage-metastore#auto-assign" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/manage-metastore#auto-assign&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;At least, on my side, I am in this case. Each time we create a new workspace, there is no catalog with the name of the workspace that is created.&lt;BR /&gt;&lt;BR /&gt;See this anwser for a nice graph explaining what I said previously:&lt;BR /&gt;&lt;A href="https://community.databricks.com/t5/technical-blog/unity-catalog-with-automatic-enablement-part-1-azure/ba-p/117220#toc-hId-807739415" target="_blank"&gt;https://community.databricks.com/t5/technical-blog/unity-catalog-with-automatic-enablement-part-1-azure/ba-p/117220#toc-hId-807739415&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Loïc&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 09:17:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/default-catalog-created-wrong-on-my-workspace/m-p/121446#M46452</guid>
      <dc:creator>loic</dc:creator>
      <dc:date>2025-06-11T09:17:28Z</dc:date>
    </item>
  </channel>
</rss>

