<?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: Are you able to create a iceberg table natively in Databricks? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/are-you-able-to-create-a-iceberg-table-natively-in-databricks/m-p/120948#M46285</link>
    <description>&lt;P&gt;Hey Petergriffin1, I don't know the exact process but your best bet is what you suggested above. Start with your AE, he/she may direct you to your SA and they will take it from there. Hope this help.&amp;nbsp; Lou.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 15:52:15 GMT</pubDate>
    <dc:creator>Louis_Frolio</dc:creator>
    <dc:date>2025-06-04T15:52:15Z</dc:date>
    <item>
      <title>Are you able to create a iceberg table natively in Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/are-you-able-to-create-a-iceberg-table-natively-in-databricks/m-p/120937#M46282</link>
      <description>&lt;P&gt;Been trying to create a iceberg table natively in databricks with the cluster being 16.4. I also have the Iceberg JAR file for 3.5.2 Spark.&lt;/P&gt;&lt;P&gt;Using a simple command such as:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%sql
CREATE OR REPLACE TABLE catalog1.default.iceberg(
    a INT
)
USING iceberg;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;is running into a error of: "&lt;SPAN&gt;Failed to find the data source: iceberg. Make sure the provider name is correct and the package is properly registered and compatible with your Spark version".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My question is can we build these iceberg tables natively in Databricks (assuming private preview is also turned on + JAR file is loaded) or do we have to use a external client to build it and then push it to Databricks somehow? Or is it just specific formats (Parquet, etc) thats allowed?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:13:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/are-you-able-to-create-a-iceberg-table-natively-in-databricks/m-p/120937#M46282</guid>
      <dc:creator>petergriffin1</dc:creator>
      <dc:date>2025-06-04T14:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Are you able to create a iceberg table natively in Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/are-you-able-to-create-a-iceberg-table-natively-in-databricks/m-p/120939#M46283</link>
      <description>&lt;DIV class="paragraph"&gt;Databricks supports creating and working with Apache Iceberg tables natively under specific conditions. Managed Iceberg tables in Unity Catalog can be created directly using Databricks Runtime 16.4 LTS or newer. The necessary setup requires enabling the Managed Iceberg private preview and adhering to specified requirements, such as enabling Unity Catalog and ensuring external schema access permissions. Once configured, users can create these tables using SQL commands like &lt;CODE&gt;CREATE OR REPLACE TABLE &amp;lt;catalog&amp;gt;.&amp;lt;schema&amp;gt;.&amp;lt;table&amp;gt;&lt;/CODE&gt; with &lt;CODE&gt;USING iceberg&lt;/CODE&gt;.&lt;/DIV&gt;
&lt;DIV class="paragraph"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paragraph"&gt;However, for external (foreign) Iceberg tables where metadata is managed outside Databricks (e.g., in Glue or Snowflake catalogs), Databricks only allows read access. Additionally, Iceberg tables written by third-party tools remain read-only in Databricks. In contrast, Managed Iceberg tables in Databricks allow writing through Databricks-specific integrations using Iceberg REST Catalog APIs, enabling interoperability with external Iceberg clients like Spark, Flink, and Trino.&lt;/DIV&gt;
&lt;DIV class="paragraph"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paragraph"&gt;For clusters running Apache Spark 3.5.2, an Iceberg JAR compatible with Spark must be loaded alongside configuration steps, including setting proper extensions and specifying Iceberg catalog details. Without proper configuration, errors like the one encountered (&lt;CODE&gt;Failed to find the data source: iceberg&lt;/CODE&gt;) may arise. For optimal compatibility and functionality, users should follow Databricks' guidelines and preview-specific configurations.&lt;/DIV&gt;
&lt;DIV class="paragraph"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paragraph"&gt;Hope this helps, Lou.&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:29:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/are-you-able-to-create-a-iceberg-table-natively-in-databricks/m-p/120939#M46283</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-06-04T14:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Are you able to create a iceberg table natively in Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/are-you-able-to-create-a-iceberg-table-natively-in-databricks/m-p/120945#M46284</link>
      <description>&lt;P&gt;Hey Lou,&lt;/P&gt;&lt;P&gt;That helps quite a bit, clears up the confusion on my end. Quick question, the managed private preview, is it enabled by Databricks (the account rep)? I'm assuming the answer is yes here, just wanted to make sure.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:57:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/are-you-able-to-create-a-iceberg-table-natively-in-databricks/m-p/120945#M46284</guid>
      <dc:creator>petergriffin1</dc:creator>
      <dc:date>2025-06-04T14:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Are you able to create a iceberg table natively in Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/are-you-able-to-create-a-iceberg-table-natively-in-databricks/m-p/120948#M46285</link>
      <description>&lt;P&gt;Hey Petergriffin1, I don't know the exact process but your best bet is what you suggested above. Start with your AE, he/she may direct you to your SA and they will take it from there. Hope this help.&amp;nbsp; Lou.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:52:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/are-you-able-to-create-a-iceberg-table-natively-in-databricks/m-p/120948#M46285</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-06-04T15:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Are you able to create a iceberg table natively in Databricks?</title>
      <link>https://community.databricks.com/t5/data-engineering/are-you-able-to-create-a-iceberg-table-natively-in-databricks/m-p/145009#M52435</link>
      <description>&lt;DIV&gt;Does Iceberg support creating external tables in the same way that Delta Lake does?&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Jan 2026 14:37:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/are-you-able-to-create-a-iceberg-table-natively-in-databricks/m-p/145009#M52435</guid>
      <dc:creator>Danish11052000</dc:creator>
      <dc:date>2026-01-23T14:37:47Z</dc:date>
    </item>
  </channel>
</rss>

