<?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 read delta table from the path? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-read-delta-table-from-the-path/m-p/10670#M5809</link>
    <description>&lt;P&gt;@andrew li​&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;df = spark.read.format("delta").load("/file_path")
df.printSchema()&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2023 06:56:49 GMT</pubDate>
    <dc:creator>daniel_sahal</dc:creator>
    <dc:date>2023-01-26T06:56:49Z</dc:date>
    <item>
      <title>how to read delta table from the path?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-read-delta-table-from-the-path/m-p/10669#M5808</link>
      <description>&lt;P&gt;an unmanaged delta table is dropped and the real data still there.  Now I'm trying to rebuild it, but don't know the schema. So, I tried: val myTable = DeltaTable.forPath("myPath"). But how can I get the data or schema out from myTable?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 20:59:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-read-delta-table-from-the-path/m-p/10669#M5808</guid>
      <dc:creator>andrew0117</dc:creator>
      <dc:date>2023-01-25T20:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to read delta table from the path?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-read-delta-table-from-the-path/m-p/10670#M5809</link>
      <description>&lt;P&gt;@andrew li​&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;df = spark.read.format("delta").load("/file_path")
df.printSchema()&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 06:56:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-read-delta-table-from-the-path/m-p/10670#M5809</guid>
      <dc:creator>daniel_sahal</dc:creator>
      <dc:date>2023-01-26T06:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to read delta table from the path?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-read-delta-table-from-the-path/m-p/10671#M5810</link>
      <description>&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM `delta`./mypathtodeltafolder/;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 10:29:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-read-delta-table-from-the-path/m-p/10671#M5810</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2023-01-26T10:29:21Z</dc:date>
    </item>
  </channel>
</rss>

