<?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 AWS Databricks external tables are delta tables? in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/aws-databricks-external-tables-are-delta-tables/m-p/75940#M1421</link>
    <description>&lt;P&gt;If I create an external table on AWS Databricks, will it be a Delta table? If not, is there a way to make it a Delta table, or is there no Delta capability for external tables?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2024 12:17:09 GMT</pubDate>
    <dc:creator>Akshay_Petkar</dc:creator>
    <dc:date>2024-06-27T12:17:09Z</dc:date>
    <item>
      <title>AWS Databricks external tables are delta tables?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/aws-databricks-external-tables-are-delta-tables/m-p/75940#M1421</link>
      <description>&lt;P&gt;If I create an external table on AWS Databricks, will it be a Delta table? If not, is there a way to make it a Delta table, or is there no Delta capability for external tables?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 12:17:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/aws-databricks-external-tables-are-delta-tables/m-p/75940#M1421</guid>
      <dc:creator>Akshay_Petkar</dc:creator>
      <dc:date>2024-06-27T12:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Databricks external tables are delta tables?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/aws-databricks-external-tables-are-delta-tables/m-p/119828#M2074</link>
      <description>&lt;P&gt;Hi Akshay,&lt;/P&gt;
&lt;P&gt;I believe you can try this for your use case -&amp;gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CREATE TABLE IF NOT EXISTS catalog.schema.my_external_table (
id INT,
name STRING,
age INT
)
USING delta
LOCATION '&amp;lt;location&amp;gt;'

&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;This will create a delta table.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 04:24:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/aws-databricks-external-tables-are-delta-tables/m-p/119828#M2074</guid>
      <dc:creator>Vidhi_Khaitan</dc:creator>
      <dc:date>2025-05-21T04:24:01Z</dc:date>
    </item>
  </channel>
</rss>

