<?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: AnalysisException: is not a Delta table. but that table is Delta table in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88265#M37524</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;schema_table variable contains the schema and table&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://docs.delta.io/latest/api/python/spark/index.html#delta.tables.DeltaTable.forName" target="_blank"&gt;forName&lt;/A&gt; doesn't expect a schema, of course only a table path.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2024 10:10:35 GMT</pubDate>
    <dc:creator>Witold</dc:creator>
    <dc:date>2024-09-04T10:10:35Z</dc:date>
    <item>
      <title>AnalysisException: is not a Delta table. but that table is Delta table</title>
      <link>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88246#M37514</link>
      <description>&lt;P&gt;When running a Databricks notebook,&lt;BR /&gt;an error occurs stating that SOME_TABLE is not a Delta table.&lt;BR /&gt;&lt;BR /&gt;However, after executing the describe detail command and checking the format,&lt;BR /&gt;the table is shown as Delta.&lt;/P&gt;&lt;P&gt;Without taking any specific actions, re-running the notebook resolves the issue,&lt;BR /&gt;and the notebook operates normally.&lt;/P&gt;&lt;P&gt;Executed cluster:&lt;BR /&gt;DBR 13.3 LTS&lt;BR /&gt;Spark 3.4.1&lt;BR /&gt;Scala 2.12&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Has anyone experienced this issue before?&lt;BR /&gt;If you have a fundamental solution to the problem, please share it.&lt;BR /&gt;&lt;BR /&gt;Thank you guys in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 09:03:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88246#M37514</guid>
      <dc:creator>modest2va</dc:creator>
      <dc:date>2024-09-04T09:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: AnalysisException: is not a Delta table. but that table is Delta table</title>
      <link>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88253#M37515</link>
      <description>&lt;P&gt;Can you share some code and error messages with us?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 09:41:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88253#M37515</guid>
      <dc:creator>Witold</dc:creator>
      <dc:date>2024-09-04T09:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: AnalysisException: is not a Delta table. but that table is Delta table</title>
      <link>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88262#M37521</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 10:02:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88262#M37521</guid>
      <dc:creator>modest2va</dc:creator>
      <dc:date>2024-09-04T10:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: AnalysisException: is not a Delta table. but that table is Delta table</title>
      <link>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88264#M37523</link>
      <description>&lt;P&gt;Due to security reasons, I can't share the entire code,&lt;BR /&gt;but a function, I'm trying to load and process a table using the following code:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;map_df = DeltaTable.forName(spark, schema_table).toDF()&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;The schema_table variable contains the schema and table name where the error occurs. I've confirmed that there's no typo in the schema or table name, so the issue doesn't seem to be related to that.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Error Messages ▼:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="modest2va_1-1725443971783.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10921iE823D302622F27FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="modest2va_1-1725443971783.png" alt="modest2va_1-1725443971783.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you Witold&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 10:02:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88264#M37523</guid>
      <dc:creator>modest2va</dc:creator>
      <dc:date>2024-09-04T10:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: AnalysisException: is not a Delta table. but that table is Delta table</title>
      <link>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88265#M37524</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;schema_table variable contains the schema and table&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://docs.delta.io/latest/api/python/spark/index.html#delta.tables.DeltaTable.forName" target="_blank"&gt;forName&lt;/A&gt; doesn't expect a schema, of course only a table path.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 10:10:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88265#M37524</guid>
      <dc:creator>Witold</dc:creator>
      <dc:date>2024-09-04T10:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: AnalysisException: is not a Delta table. but that table is Delta table</title>
      <link>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88615#M37560</link>
      <description>&lt;P&gt;yeah I know that&lt;BR /&gt;&lt;BR /&gt;At the first time, That codes didn't work.&lt;BR /&gt;Without doing something,&amp;nbsp; I just run again&lt;BR /&gt;&lt;BR /&gt;then That forName worked.&lt;/P&gt;&lt;P&gt;It's so curious&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 00:56:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88615#M37560</guid>
      <dc:creator>modest2va</dc:creator>
      <dc:date>2024-09-05T00:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: AnalysisException: is not a Delta table. but that table is Delta table</title>
      <link>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88659#M37564</link>
      <description>&lt;P&gt;Another thing you could check is how the underlying data looks like. Maybe the actual writer of the data, messed it up.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 06:55:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/analysisexception-is-not-a-delta-table-but-that-table-is-delta/m-p/88659#M37564</guid>
      <dc:creator>Witold</dc:creator>
      <dc:date>2024-09-05T06:55:39Z</dc:date>
    </item>
  </channel>
</rss>

