<?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 can I convert a parquet into delta table? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-can-i-convert-a-parquet-into-delta-table/m-p/14352#M8859</link>
    <description>&lt;P&gt;how about the scenario where your table is external and partitioned with files in s3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2022 04:19:23 GMT</pubDate>
    <dc:creator>saipardhu</dc:creator>
    <dc:date>2022-08-22T04:19:23Z</dc:date>
    <item>
      <title>How can I convert a parquet into delta table?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-convert-a-parquet-into-delta-table/m-p/14348#M8855</link>
      <description>&lt;P&gt;I am looking to migrate my legacy warehouse data. How can I convert a parquet into delta table?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 05:26:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-convert-a-parquet-into-delta-table/m-p/14348#M8855</guid>
      <dc:creator>mp</dc:creator>
      <dc:date>2021-09-25T05:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I convert a parquet into delta table?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-convert-a-parquet-into-delta-table/m-p/14350#M8857</link>
      <description>&lt;P&gt;Hi mp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have two options to convert a parquet into a delta table through SQL&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONVERT TO DELTA parquet.`/data-pipeline/`
CREATE TABLE events USING DELTA LOCATION '/data-pipeline/'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CREATE TABLE events USING PARQUET OPTIONS (path '/data-pipeline/')
CONVERT TO DELTA events&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to learn about the differences between the two, there is actually a document on Databricks that explains it in detail  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/delta/porting.html" target="test_blank"&gt;https://docs.databricks.com/delta/porting.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 06:12:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-convert-a-parquet-into-delta-table/m-p/14350#M8857</guid>
      <dc:creator>spark-user</dc:creator>
      <dc:date>2021-09-25T06:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I convert a parquet into delta table?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-i-convert-a-parquet-into-delta-table/m-p/14352#M8859</link>
      <description>&lt;P&gt;how about the scenario where your table is external and partitioned with files in s3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 04:19:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-i-convert-a-parquet-into-delta-table/m-p/14352#M8859</guid>
      <dc:creator>saipardhu</dc:creator>
      <dc:date>2022-08-22T04:19:23Z</dc:date>
    </item>
  </channel>
</rss>

