<?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 manage two separate projects ? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113504#M44559</link>
    <description>&lt;P&gt;There are a wide variety of needs that need to be considered such as governance, compute and storage.&amp;nbsp; This depends on the size of your projects.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 14:47:40 GMT</pubDate>
    <dc:creator>mnorland</dc:creator>
    <dc:date>2025-03-25T14:47:40Z</dc:date>
    <item>
      <title>How to manage two separate projects ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113473#M44546</link>
      <description>&lt;P&gt;Hi all, I am managing one project in Databricks, with one more coming soon. Can anyone guide me on how to use Unity Catalog or any other method for this?"&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 07:19:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113473#M44546</guid>
      <dc:creator>chexa_Wee</dc:creator>
      <dc:date>2025-03-25T07:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage two separate projects ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113486#M44552</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What do you need to know?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 09:55:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113486#M44552</guid>
      <dc:creator>MariuszK</dc:creator>
      <dc:date>2025-03-25T09:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage two separate projects ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113495#M44556</link>
      <description>&lt;P class=""&gt;Hi,I want to create separate databases for two projects, where I can organize bronze, silver, and gold layers while keeping all data separate. Could you please guide me on the best approach for this?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 11:50:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113495#M44556</guid>
      <dc:creator>chexa_Wee</dc:creator>
      <dc:date>2025-03-25T11:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage two separate projects ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113501#M44558</link>
      <description>&lt;P&gt;I don't know border context of your data and project, but you can create a separatr catalog for each project or you can create catalogs: bronze, silver, and gold and separate schema for each of projects.&lt;/P&gt;&lt;P&gt;The right design depends on a need to access data and purpose of different catalogs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 13:41:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113501#M44558</guid>
      <dc:creator>MariuszK</dc:creator>
      <dc:date>2025-03-25T13:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage two separate projects ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113504#M44559</link>
      <description>&lt;P&gt;There are a wide variety of needs that need to be considered such as governance, compute and storage.&amp;nbsp; This depends on the size of your projects.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 14:47:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113504#M44559</guid>
      <dc:creator>mnorland</dc:creator>
      <dc:date>2025-03-25T14:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage two separate projects ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113511#M44563</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/155027"&gt;@chexa_Wee&lt;/a&gt;If both projects (databricks) are in different cloud regions, you can have 2 metastores which is a straight forward implementation. Otherwise, below are the possibilities.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Easiest Approach -&lt;/STRONG&gt; You can’t have two metastores unless they are in separate cloud regions. In your case, I recommend creating a catalog for each of Bronze, Silver, and Gold, and then setting up project-specific schemas and objects within those catalogs.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Complex with more admin maintenace&lt;/STRONG&gt;&lt;BR /&gt;If you have more than one storage, then ofcourse, you can have a setup like below. However, you end up with more catalogs and lot maintenance on admin side.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Storage1&lt;/STRONG&gt;&lt;BR /&gt;Catalog11(Bronze) -- Schema -- Objects&lt;BR /&gt;&lt;SPAN&gt;Catalog12(Silver) -- Schema -- Objects&lt;BR /&gt;&lt;/SPAN&gt;Catalog13(Gold) -- Schema -- Objects&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Storage2&lt;/STRONG&gt;&lt;BR /&gt;Catalog21(Bronze) -- Schema -- Objects&lt;BR /&gt;&lt;SPAN&gt;Catalog22(Silver) -- Schema -- Objects&lt;BR /&gt;&lt;/SPAN&gt;Catalog23(Gold) -- Schema -- Objects&lt;/P&gt;&lt;P&gt;Having more catalogs and storage layers can also lead to more complex data governance and maintenance efforts. Please mark this as a solution if it addresses your question.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 16:17:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113511#M44563</guid>
      <dc:creator>MadhuB</dc:creator>
      <dc:date>2025-03-25T16:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage two separate projects ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113634#M44586</link>
      <description>&lt;P&gt;Given the complexity and increased administrative maintenance, I need to adopt the approach of creating separate storage accounts (Storage 1 and Storage 2). Could you explain how to implement this effectively? With more projects on the way, I need to set up separate databases with bronze, silver, and gold layers to ensure data cleanliness, maintain data integrity, and prevent data from getting mixed together.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 03:35:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113634#M44586</guid>
      <dc:creator>chexa_Wee</dc:creator>
      <dc:date>2025-03-26T03:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage two separate projects ?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113636#M44587</link>
      <description>&lt;P&gt;Can you explain me how to create separate catalog for each project? Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 04:06:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-manage-two-separate-projects/m-p/113636#M44587</guid>
      <dc:creator>chexa_Wee</dc:creator>
      <dc:date>2025-03-26T04:06:16Z</dc:date>
    </item>
  </channel>
</rss>

