<?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 Bug - Cannot create table The associated location is not empty and also not a Delta table. in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/bug-cannot-create-table-the-associated-location-is-not-empty-and/m-p/37335#M5451</link>
    <description>&lt;P&gt;I am getting the error:&lt;BR /&gt;&lt;EM&gt;Cannot create table ('`hive_metastore`.`MY_SCHEMA`.`MY_TABLE`'). The associated location ('dbfs:/user/hive/warehouse/my_schema.db/my_table') is not empty and also not a Delta table.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When running&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;drop&lt;/SPAN&gt; &lt;SPAN&gt;table&lt;/SPAN&gt; &lt;SPAN&gt;&lt;EM&gt;'&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;hive_metastore`.`MY_SCHEMA`.`MY_TABLE`&lt;BR /&gt;Getting&amp;nbsp;&lt;BR /&gt;[TABLE_OR_VIEW_NOT_FOUND] The table or view `hive_metastore`.`MY_SCHEMA`.`MY_TABLE` cannot be found. Verify the spelling and correctness of the schema and catalog.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;EM&gt;How Can I over that can error? I also tried "create of replace table"&amp;nbsp; but still getting the original error&lt;BR /&gt;location&amp;nbsp;is not empty&lt;/EM&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 10 Jul 2023 18:00:28 GMT</pubDate>
    <dc:creator>gilo12</dc:creator>
    <dc:date>2023-07-10T18:00:28Z</dc:date>
    <item>
      <title>Bug - Cannot create table The associated location is not empty and also not a Delta table.</title>
      <link>https://community.databricks.com/t5/get-started-discussions/bug-cannot-create-table-the-associated-location-is-not-empty-and/m-p/37335#M5451</link>
      <description>&lt;P&gt;I am getting the error:&lt;BR /&gt;&lt;EM&gt;Cannot create table ('`hive_metastore`.`MY_SCHEMA`.`MY_TABLE`'). The associated location ('dbfs:/user/hive/warehouse/my_schema.db/my_table') is not empty and also not a Delta table.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When running&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;drop&lt;/SPAN&gt; &lt;SPAN&gt;table&lt;/SPAN&gt; &lt;SPAN&gt;&lt;EM&gt;'&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;hive_metastore`.`MY_SCHEMA`.`MY_TABLE`&lt;BR /&gt;Getting&amp;nbsp;&lt;BR /&gt;[TABLE_OR_VIEW_NOT_FOUND] The table or view `hive_metastore`.`MY_SCHEMA`.`MY_TABLE` cannot be found. Verify the spelling and correctness of the schema and catalog.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;EM&gt;How Can I over that can error? I also tried "create of replace table"&amp;nbsp; but still getting the original error&lt;BR /&gt;location&amp;nbsp;is not empty&lt;/EM&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 10 Jul 2023 18:00:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/bug-cannot-create-table-the-associated-location-is-not-empty-and/m-p/37335#M5451</guid>
      <dc:creator>gilo12</dc:creator>
      <dc:date>2023-07-10T18:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bug - Cannot create table The associated location is not empty and also not a Delta table.</title>
      <link>https://community.databricks.com/t5/get-started-discussions/bug-cannot-create-table-the-associated-location-is-not-empty-and/m-p/37347#M5452</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/62965"&gt;@gilo12&lt;/a&gt;&amp;nbsp; delete the table data if not important from the above location `&lt;EM&gt;dbfs:/user/hive/warehouse/my_schema.db/my_table' and then create the table it will work.&lt;BR /&gt;For deletion use:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dbutils.fs.rm('dbfs:/user/hive/warehouse/my_schema.db/my_table',True)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 01:49:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/bug-cannot-create-table-the-associated-location-is-not-empty-and/m-p/37347#M5452</guid>
      <dc:creator>Hemant</dc:creator>
      <dc:date>2023-07-11T01:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bug - Cannot create table The associated location is not empty and also not a Delta table.</title>
      <link>https://community.databricks.com/t5/get-started-discussions/bug-cannot-create-table-the-associated-location-is-not-empty-and/m-p/37454#M5453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/62965"&gt;@gilo12&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for posting your question in our community! We are happy to assist you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers your question?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This will also help other community members who may have similar questions in the future. Thank you for your participation and let us know if you need any further assistance!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 08:48:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/bug-cannot-create-table-the-associated-location-is-not-empty-and/m-p/37454#M5453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-12T08:48:46Z</dc:date>
    </item>
  </channel>
</rss>

