<?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 Difference between creating a schema manually vs schema through SQL code externally? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/difference-between-creating-a-schema-manually-vs-schema-through/m-p/81465#M36314</link>
    <description>&lt;P&gt;I have created a bronze schema manually using catalog-&amp;gt;create schema. I have provided external location. The "details" table look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hpant_0-1722503455026.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10075iD5E42B0ADF9BE83A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="hpant_0-1722503455026.png" alt="hpant_0-1722503455026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, when I created silver schema but this time using sql script i.e.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;%sql&lt;/DIV&gt;&lt;DIV&gt;CREATE SCHEMA xyz.silver&lt;/DIV&gt;&lt;DIV&gt;MANAGED LOCATION '{location}';&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The result is same but it has an extra section which is "properties" in "Details" table (highlighted in red color below):&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hpant_1-1722503814577.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10076iB657CC529FF48371/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="hpant_1-1722503814577.png" alt="hpant_1-1722503814577.png" /&gt;&lt;/span&gt;&lt;P&gt;Can anyone help me with this please?&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 01 Aug 2024 09:19:31 GMT</pubDate>
    <dc:creator>hpant</dc:creator>
    <dc:date>2024-08-01T09:19:31Z</dc:date>
    <item>
      <title>Difference between creating a schema manually vs schema through SQL code externally?</title>
      <link>https://community.databricks.com/t5/data-engineering/difference-between-creating-a-schema-manually-vs-schema-through/m-p/81465#M36314</link>
      <description>&lt;P&gt;I have created a bronze schema manually using catalog-&amp;gt;create schema. I have provided external location. The "details" table look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hpant_0-1722503455026.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10075iD5E42B0ADF9BE83A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="hpant_0-1722503455026.png" alt="hpant_0-1722503455026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, when I created silver schema but this time using sql script i.e.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;%sql&lt;/DIV&gt;&lt;DIV&gt;CREATE SCHEMA xyz.silver&lt;/DIV&gt;&lt;DIV&gt;MANAGED LOCATION '{location}';&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The result is same but it has an extra section which is "properties" in "Details" table (highlighted in red color below):&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hpant_1-1722503814577.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10076iB657CC529FF48371/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="hpant_1-1722503814577.png" alt="hpant_1-1722503814577.png" /&gt;&lt;/span&gt;&lt;P&gt;Can anyone help me with this please?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Aug 2024 09:19:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/difference-between-creating-a-schema-manually-vs-schema-through/m-p/81465#M36314</guid>
      <dc:creator>hpant</dc:creator>
      <dc:date>2024-08-01T09:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between creating a schema manually vs schema through SQL code externally?</title>
      <link>https://community.databricks.com/t5/data-engineering/difference-between-creating-a-schema-manually-vs-schema-through/m-p/119041#M45771</link>
      <description>&lt;P&gt;When a schema is created manually via the Databricks catalog UI, ownership defaults to the user who created the schema, and ownership properties may not be explicitly recorded by default.&lt;/P&gt;&lt;P&gt;On the other hand, when creating a schema using SQL commands, Databricks assigns explicit ownership details in the "properties" section to ensure clarity on schema ownership. The "owner=root" designation signifies that the schema owner is the root account or a default administrative account.&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 10:42:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/difference-between-creating-a-schema-manually-vs-schema-through/m-p/119041#M45771</guid>
      <dc:creator>Vidhi_Khaitan</dc:creator>
      <dc:date>2025-05-13T10:42:23Z</dc:date>
    </item>
  </channel>
</rss>

