<?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: Error not a delta table for Unity Catalog table in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/error-not-a-delta-table-for-unity-catalog-table/m-p/63984#M2828</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;the attached screen was using 14.3 LTS cluster. &amp;nbsp;Thanks&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-03-18 at 7.51.14 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6688iDBB248BEF80C954C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-03-18 at 7.51.14 PM.png" alt="Screenshot 2024-03-18 at 7.51.14 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2024 11:52:24 GMT</pubDate>
    <dc:creator>Stogpon</dc:creator>
    <dc:date>2024-03-18T11:52:24Z</dc:date>
    <item>
      <title>Error not a delta table for Unity Catalog table</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-not-a-delta-table-for-unity-catalog-table/m-p/63940#M2825</link>
      <description>&lt;P&gt;Is anyone able to advise why I am getting the error not a delta table? &amp;nbsp;The table was created in Unity Catalog. &amp;nbsp;I've also tried DeltaTable.forName and also using 13.3 LTS and 14.3 LTS clusters. Any advice would be much appreciated&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-03-18 at 12.10.30 PM.png" style="width: 792px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6683i0C8A3C62E3A002CD/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-03-18 at 12.10.30 PM.png" alt="Screenshot 2024-03-18 at 12.10.30 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-03-18 at 12.14.24 PM.png" style="width: 977px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6682iCD17506F4B54A398/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-03-18 at 12.14.24 PM.png" alt="Screenshot 2024-03-18 at 12.14.24 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 04:17:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-not-a-delta-table-for-unity-catalog-table/m-p/63940#M2825</guid>
      <dc:creator>Stogpon</dc:creator>
      <dc:date>2024-03-18T04:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error not a delta table for Unity Catalog table</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-not-a-delta-table-for-unity-catalog-table/m-p/63984#M2828</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;the attached screen was using 14.3 LTS cluster. &amp;nbsp;Thanks&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-03-18 at 7.51.14 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6688iDBB248BEF80C954C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-03-18 at 7.51.14 PM.png" alt="Screenshot 2024-03-18 at 7.51.14 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 11:52:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-not-a-delta-table-for-unity-catalog-table/m-p/63984#M2828</guid>
      <dc:creator>Stogpon</dc:creator>
      <dc:date>2024-03-18T11:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error not a delta table for Unity Catalog table</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-not-a-delta-table-for-unity-catalog-table/m-p/64082#M2831</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/102422"&gt;@Stogpon&lt;/a&gt;I believe if you are using DeltaTable.forPath then you have to pass the path where the table is. You can get this path from the Catalog. It is available in the details tab of the table.&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;delta_table_path = "dbfs:/user/hive/warehouse/xyz"&lt;/P&gt;&lt;P&gt;# Read the Delta table using forPath&lt;BR /&gt;deltaTable = DeltaTable.forPath(spark, delta_table_path)&lt;/P&gt;&lt;P&gt;The other way would be to use would be DeltaTable.forName(spark, 'tablename')&lt;BR /&gt;&lt;BR /&gt;Hopefully this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 14:52:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-not-a-delta-table-for-unity-catalog-table/m-p/64082#M2831</guid>
      <dc:creator>addy</dc:creator>
      <dc:date>2024-03-19T14:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error not a delta table for Unity Catalog table</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-not-a-delta-table-for-unity-catalog-table/m-p/64087#M2832</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/35663"&gt;@addy&lt;/a&gt;&amp;nbsp;thanks for your reply. &amp;nbsp;I tried with forName and it's now working. &amp;nbsp;I had tried this both forName and forPath previously with the same error so I'm not sure why it's working now. &amp;nbsp;I can't recall what has changed since whilst I was experimenting/diagnosing. &amp;nbsp;If I experience it again I'll have to take closer notes of the steps I took to reach that step. &amp;nbsp;Anyhow thanks for your help, it's much appreciated. &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 15:22:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-not-a-delta-table-for-unity-catalog-table/m-p/64087#M2832</guid>
      <dc:creator>Stogpon</dc:creator>
      <dc:date>2024-03-19T15:22:06Z</dc:date>
    </item>
  </channel>
</rss>

