<?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>article You should know these 4 things about setting up Unity Catalog! in Technical Blog</title>
    <link>https://community.databricks.com/t5/technical-blog/you-should-know-these-4-things-about-setting-up-unity-catalog/ba-p/76407</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Over the past year we’ve seen huge adoption of Unity Catalog, and we've noticed certain considerations that are key to all successful deployments.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;This blog focuses on how to set up a key artifact in Unity - the catalog - and the things you should be thinking about when creating them!&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;SPAN&gt;What is a catalog?&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;Catalogs are the first layer in the data hierarchy, used to organize your data assets.&amp;nbsp; A catalog contains schemas (databases), and a schema contains tables, views, volumes, models, and functions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-01 at 11.57.44 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9122iCB1792C9AC3176F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-07-01 at 11.57.44 AM.png" alt="Screenshot 2024-07-01 at 11.57.44 AM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;FONT size="2"&gt;&lt;I&gt;&lt;SPAN&gt;You find catalogs in the Catalog Explorer UI!&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;I&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-01 at 11.59.06 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9123iCE8BAFF6E4DB9C05/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-07-01 at 11.59.06 AM.png" alt="Screenshot 2024-07-01 at 11.59.06 AM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;I&gt;&lt;SPAN&gt;Logically, catalogs contain schemas, which in turn contain your data assets such as tables and models.&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Catalogs should map to high level data domains in your organization and also be used to separate data that is used in development, test, and production environments.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Take for example a company that sells solar powered products - catalogs could be used to separate telemetry data from each of the company’s products and be specific to dev/test/prod, e.&lt;/SPAN&gt;&lt;SPAN&gt;g. solar_lights_prod, solar_lights_dev, solar_panels_prod, etc.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now that we know what a catalog is, here are 4 things you should consider when setting them up!&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;SPAN&gt;4 things to consider when creating a catalog&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;You can follow along with the below steps directly within the ‘Create Catalog’ UI, found within the Catalog Explorer.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-01 at 11.50.48 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9117iC7ABDCB85344EABB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-07-01 at 11.50.48 AM.png" alt="Screenshot 2024-07-01 at 11.50.48 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN&gt;Picking the right catalog type&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-01 at 11.55.19 AM.png" style="width: 471px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9121iB2D89547A70062C8/image-dimensions/471x399?v=v2" width="471" height="399" role="button" title="Screenshot 2024-07-01 at 11.55.19 AM.png" alt="Screenshot 2024-07-01 at 11.55.19 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The first consideration when creating a catalog is catalog ‘type’. There are 3 possible types of catalogs that can be created in UC: Standard, Foreign, and Shared.&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Standard&lt;/STRONG&gt; &lt;STRONG&gt;catalogs&lt;/STRONG&gt;&lt;SPAN&gt; are your ‘bread and butter’ catalog - used to hold tables, views, models and other data and AI assets. When creating a standard catalog, you must specify a storage location for the catalog. A storage location specifies a location in cloud object storage (S3/ADLS/GCS) for storing data for managed tables that you add to the catalog.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;You can now specify “Default storage” (currently in preview) as the managed storage location for the Standard catalog. Using default storage, you get a new catalog instantaneously with out-of-the-box security, unified data access, and cost observability without the overhead of managing cloud infrastructure. Click &lt;/SPAN&gt;&lt;A href="https://forms.gle/j144aG72uRGFvR4y9" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;here&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; to sign up for the private preview.&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;Foreign&lt;/STRONG&gt; &lt;STRONG style="font-family: inherit;"&gt;catalogs&lt;/STRONG&gt;&lt;SPAN&gt; mirror a database in an external data system such as Postgres, Redshift, Snowflake, etc. They enable users to perform read-only queries on that data system right from Databricks workspace! You can apply all of Unity’s fine grained security on top of this data, as well as track lineage of how this data is used.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Shared&lt;/STRONG&gt; &lt;STRONG&gt;catalogs&lt;/STRONG&gt;&lt;SPAN&gt; allow you to access data shared with you by other organizations. This includes any external data shared with your organization through the Delta Sharing protocol, including &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/en/marketplace/index.html" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Marketplace&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;. You can also use shared catalogs to access data between regions in your own account.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;Take the example once again of the company that sells solar-powered equipment:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;Admins could set up standard catalogs to hold telemetry data ingested into Databricks from sensors attached to their products.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;Foreign catalogs could be configured to make sales data of these products that live in an external system such as Postgres available to users in Databricks.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;SPAN&gt;Shared catalogs could be leveraged to make data from the Databricks Marketplace related to general weather measurements provided by meteorological agencies or weather services available to users.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;All these datasets are now made accessible to users in one place and can simply be joined and queried through Unity Catalog! Furthermore, admins can use a single governance model to control who has access to what data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN&gt;Configuring workspace-catalog bindings&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-01 at 11.52.19 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9120i3A77B93F60ADB23A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-07-01 at 11.52.19 AM.png" alt="Screenshot 2024-07-01 at 11.52.19 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The second consideration has to do with the Workspaces that you want the catalog to be accessed from.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As a refresher, a Workspace is the environment users enter to run their workloads. It is common to have a Workspace for development and production use cases, as well as separating per business unit.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Going back to the example of the company that sells solar-powered products, say you configured different catalogs to hold telemetry data from various products and divided it into data that should be used in development, testing, and production Workspaces. To ensure that production data held in the &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;solar_panels_prod&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt; catalog can only ever be accessed from production Workspaces, data owners can use a feature called &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/en/data-governance/unity-catalog/create-catalogs.html#workspace-catalog-binding-example" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Workspace-catalog binding&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;. This feature allows catalog owners to specify an allow-list of Workspaces from which their catalog can be accessed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note that data access is still governed by user level permissions. If a user is given access to a table &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;solar_lights_prod.weather.actuals_daily&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt;, then catalog bindings simply dictates which Workspaces the user can exercise that data access from.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MurtN_19-1719858970187.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9105iD4E5CB9549BFBE9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="MurtN_19-1719858970187.png" alt="MurtN_19-1719858970187.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;I&gt;&lt;SPAN&gt;Workspace-catalog bindings allow you to specify an allow-list of Workspaces that are trusted to access a catalog.&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN&gt;Permissioning the catalog&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-01 at 11.52.01 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9119i22EDD35BDA5DE237/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-07-01 at 11.52.01 AM.png" alt="Screenshot 2024-07-01 at 11.52.01 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The third consideration has to do with the users, groups, and service principals that have permissions to operate on the catalog.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As an admin, you will want to determine:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Who can create assets? &lt;/STRONG&gt;&lt;SPAN&gt;Usually includes data engineers and service principals who are running ETL pipelines to bring in and curate data in Databricks. Also you should consider a ‘scratch’ space for other users to write intermediate tables and results.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Who can read data?&lt;/STRONG&gt;&lt;SPAN&gt; Data scientists and analysts who are querying this data for various insights and development purposes.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="font-weight: 400;" aria-level="1"&gt;&lt;STRONG&gt;Who can view metadata?&lt;/STRONG&gt;&lt;SPAN&gt; General users who can search for/discover data to know it exists, and view lineage.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;We strongly encourage using groups instead of users for assigning access to data secured in catalogs. This helps simplify access provisioning as every individual user doesn’t need to be granted access and can simply be added to the established group that has privileges on a data product.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Groups should always be &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/en/administration-guide/users-groups/scim/index.html#sync-users-and-groups-from-your-identity-provider" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;synchronized with the system&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; they are managed in via the SCIM API (standard REST APIs for users/group synchronization). This can be accomplished using an Identity Provider (IdP), such as OKTA or Azure Active Directory.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let’s once again look at the example of the company that sells solar-powered products. A catalog has been configured called &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;solar_lights_prod&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt; to hold all the telemetry data collected from this particular line of products. An admin starts out by creating 3 schemas in this catalog called bronze, silver, and gold based on the lakehouse &lt;/SPAN&gt;&lt;A href="https://www.databricks.com/glossary/medallion-architecture" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;medallion architecture&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;. Additionally, a “sandbox schema” is created to house ad-hoc asset creation. Groups can be leveraged here to configure who can do what. See the example below of reader/writer groups being used to provision access:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MurtN_21-1719858970187.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9107iA3994DB5C5504E2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="MurtN_21-1719858970187.png" alt="MurtN_21-1719858970187.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;I&gt;&lt;SPAN&gt;Permissioning setup example using groups and medallion architecture in Unity Catalog&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We encourage as a best practice for admins to grant the &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/en/release-notes/product/2024/march.html#delegate-the-ability-to-view-an-objects-metadata-in-unity-catalog-public-preview" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;BROWSE metadata privilege&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; to all users! Granting BROWSE on a catalog allows users to see metadata for its child objects in catalog explorer, &lt;/SPAN&gt;&lt;I&gt;&lt;SPAN&gt;without&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN&gt; being able to read (SELECT) the actual data. Additionally, users can see the data lineage for these objects.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MurtN_22-1719858970189.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9108i3FDD08336D29E3F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="MurtN_22-1719858970189.png" alt="MurtN_22-1719858970189.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;I&gt;&lt;SPAN&gt;BROWSE allows users to see metadata for objects in a catalog encouraging data discovery&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MurtN_23-1719858970188.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9111iF1AFFEC3DCF4F254/image-size/large?v=v2&amp;amp;px=999" role="button" title="MurtN_23-1719858970188.png" alt="MurtN_23-1719858970188.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;I&gt;&lt;SPAN&gt;BROWSE makes data lineage accessible so users can better understand data flows&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN&gt;Enriching the catalog’s metadata&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-07-01 at 11.51.33 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9118i64E7F65807187433/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-07-01 at 11.51.33 AM.png" alt="Screenshot 2024-07-01 at 11.51.33 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The fourth and final consideration has to do with adding metadata for the catalog. Metadata includes tags and comments. Adding metadata is crucial to organize datasets in Unity and make it easier for workspace users to find the right data they are looking for. Furthermore, metadata helps provide in-product AI assistants greater context for more informed answers.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Comments&lt;/STRONG&gt;&lt;SPAN&gt; support basic markdown syntax and can be used to add descriptions and links to enable easier data documentation and discovery for users.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MurtN_25-1719858970184.png" style="width: 545px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9109i8A7EE1E774143CD2/image-dimensions/545x444?v=v2" width="545" height="444" role="button" title="MurtN_25-1719858970184.png" alt="MurtN_25-1719858970184.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;I&gt;&lt;SPAN&gt;Markdown comments can be leveraged to give users info about data stewards for questions about datasets and links for how to gain access.&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Tags&lt;/STRONG&gt;&lt;SPAN&gt; are attributes containing keys and optional values that you can apply to securable objects in Unity Catalog. Tagging is useful for organizing and categorizing different securable objects within a metastore. Using tags also simplifies search and discovery of your data assets.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MurtN_26-1719858970185.png" style="width: 562px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9112i2811CA424C330A2B/image-dimensions/562x249?v=v2" width="562" height="249" role="button" title="MurtN_26-1719858970185.png" alt="MurtN_26-1719858970185.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;I&gt;&lt;SPAN&gt;Add tags to classify data and indicate things such as data source and sensitivity level.&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MurtN_27-1719858970189.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/9113i0593CF183069F487/image-size/large?v=v2&amp;amp;px=999" role="button" title="MurtN_27-1719858970189.png" alt="MurtN_27-1719858970189.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;I&gt;&lt;SPAN&gt;Users can search by tags to quickly find relevant datasets.&lt;/SPAN&gt;&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H2&gt;&lt;SPAN&gt;Get started today!&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;In this blog, we’ve discussed the 4 main considerations when setting up a catalog object and the best practices that go along with it. Try it out yourself by &lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/en/data-governance/unity-catalog/create-catalogs.html" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;creating a catalog&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; today!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 18:35:10 GMT</pubDate>
    <dc:creator>MurtN</dc:creator>
    <dc:date>2024-07-24T18:35:10Z</dc:date>
    <item>
      <title>You should know these 4 things about setting up Unity Catalog!</title>
      <link>https://community.databricks.com/t5/technical-blog/you-should-know-these-4-things-about-setting-up-unity-catalog/ba-p/76407</link>
      <description>&lt;P&gt;This blog focuses on how to set up a key artifact in Unity - the catalog - and the things you should be thinking about when creating them!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 18:35:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/technical-blog/you-should-know-these-4-things-about-setting-up-unity-catalog/ba-p/76407</guid>
      <dc:creator>MurtN</dc:creator>
      <dc:date>2024-07-24T18:35:10Z</dc:date>
    </item>
  </channel>
</rss>

