<?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 Bronze layer tables in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/bronze-layer-tables/m-p/36420#M214</link>
    <description>&lt;P&gt;What type of tables do we use for Bronze layer. Managed or external when our raw data is in csv file&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2023 22:17:22 GMT</pubDate>
    <dc:creator>spallinti</dc:creator>
    <dc:date>2023-06-29T22:17:22Z</dc:date>
    <item>
      <title>Bronze layer tables</title>
      <link>https://community.databricks.com/t5/administration-architecture/bronze-layer-tables/m-p/36420#M214</link>
      <description>&lt;P&gt;What type of tables do we use for Bronze layer. Managed or external when our raw data is in csv file&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 22:17:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/bronze-layer-tables/m-p/36420#M214</guid>
      <dc:creator>spallinti</dc:creator>
      <dc:date>2023-06-29T22:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bronze layer tables</title>
      <link>https://community.databricks.com/t5/administration-architecture/bronze-layer-tables/m-p/36467#M215</link>
      <description>&lt;P&gt;You can create either a managed or an unmanaged (external) table in the bronze layer, depending on your preference and use case. If you choose to create a managed table, Databricks will manage both the metadata and the data for the table. If you choose to create an unmanaged table, you will manage the data yourself, and Databricks will only manage the metadata. Since the data is in CSV format, you can use the following code to create a managed table:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%sql&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CREATE TABLE bronze_table&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USING csv&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;OPTIONS (path "/path/to/csv/files")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Or, you can use the following code to create an unmanaged table:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%sql&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CREATE TABLE bronze_table&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;USING csv&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;OPTIONS (path "/path/to/csv/files")&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOCATION "/path/to/csv/files"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Note that with an unmanaged table, you must specify the LOCATION where the data is stored.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 11:27:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/bronze-layer-tables/m-p/36467#M215</guid>
      <dc:creator>Vinay_M_R</dc:creator>
      <dc:date>2023-06-30T11:27:59Z</dc:date>
    </item>
  </channel>
</rss>

