<?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: Cannot Remove Table from Delta Share in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/127201#M47889</link>
    <description>&lt;P&gt;We are using the databricks_sql python sdk:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;```python&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; databricks &lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; sql &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; databricks_sql&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;connection&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; databricks_sql&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;connect&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; server_hostname&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;server_hostname&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; http_path&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;http_path&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; access_token&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;access_token&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;with&lt;/SPAN&gt; &lt;SPAN&gt;connection&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;cursor&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt; &lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;cursor&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; cursor&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;execute&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;query&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; rows&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;cursor&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;fetchall&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;the workspace is here: &lt;A href="https://dbc-5539cbae-fdc4.cloud.databricks.com/" target="_blank"&gt;https://dbc-5539cbae-fdc4.cloud.databricks.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Pretty sure we are using warehouses.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 01 Aug 2025 18:02:14 GMT</pubDate>
    <dc:creator>nick-monda</dc:creator>
    <dc:date>2025-08-01T18:02:14Z</dc:date>
    <item>
      <title>Cannot Remove Table from Delta Share</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/126740#M47758</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have some production data pipelines using delta shares that have previously worked but broken today and I can't find a new solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I create a delta share:&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;CREATE SHARE IF NOT EXISTS `local_new_2022`&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Then, like normal, I add a table to the share with an alias:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;ADD TABLE `amplifydata_local_local`.`default`.`a3cfbc5bd7bc947eaa8526d48c77e1d39` AS `default`.`new_2022`;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I can confirm via the UI and queries that there is data in the table, and I can run `SHOW ALL IN SHARE` to confirm that this table has been added to the share.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Now, however, I cannot remove the table from the share. I have tried using the alias name, as well as the full table reference, but neither of them works.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;ALTER SHARE local_new_2022 REMOVE TABLE default.new_2022;&lt;BR /&gt;ALTER SHARE local_new_2022 REMOVE TABLE amplifydata_local_local.default.new_2022;&lt;/DIV&gt;&lt;DIV class=""&gt;ALTER SHARE local_new_2022 REMOVE TABLE amplifydata_local_local.default.a3cfbc5bd7bc947eaa8526d48c77e1d39&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;I can further confirm the share is part of the table, because when I try to drop the table, I am shown the error:&amp;nbsp;&lt;BR /&gt;2025-07-28 16:16:32 | INFO | loggers | *** databricks.sql.exc.ServerOperationError: [RequestId=cecff0fa-dad6-4804-b857-03227451e5e8 ErrorClass=INVALID_STATE] TABLE amplifydata_local_local.default.a3cfbc5bd7bc947eaa8526d48c77e1d39 cannot be deleted because it is being shared via Delta Sharing. It is shared through the following shares: local_new_2022. If you just want to update a shared view, please use ALTER VIEW instead.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I have also tried running REFRESH TABLE against the table itself. This seems to have had no effect.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I would really appreciate any help trying to figure out how to remove this table from the share.&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Jul 2025 20:18:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/126740#M47758</guid>
      <dc:creator>nick-monda</dc:creator>
      <dc:date>2025-07-28T20:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Remove Table from Delta Share</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/126926#M47803</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/177051"&gt;@nick-monda&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;You're right, if a table is being shared through Delta Sharing, you'll get that error when attempting to drop it directly. Could you share the error message you’re seeing when running the ALTER SHARE ... REMOVE TABLE command?&lt;BR /&gt;Also, try running SHOW ALL IN SHARE ... command and note exactly how the table is listed, whether by alias or original name, and use that exact format in your command.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 10:54:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/126926#M47803</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-07-30T10:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Remove Table from Delta Share</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/126935#M47807</link>
      <description>&lt;P&gt;Hello, sorry about that. Here is the error when trying to remove:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ServerOperationError("[RequestId=f9953228-bb3a-4740-89dc-253a11e1d8b4 ErrorClass=TABLE_DOES_NOT_EXIST.RESOURCE_DOES_NOT_EXIST] Table 'local_new_2022.default.new_2022' does not exist.")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 11:56:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/126935#M47807</guid>
      <dc:creator>nick-monda</dc:creator>
      <dc:date>2025-07-30T11:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Remove Table from Delta Share</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/126985#M47827</link>
      <description>&lt;P&gt;Wanted to note,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see that the path is shows on the "not found" table is&amp;nbsp;&lt;SPAN&gt;local_new_2022.default.new_2022, which looks like it is including local_new_2022 as a database?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I try something the full table path:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ALTER SHARE local_new_2022 REMOVE TABLE amplifydata_local_local.default.a3cfbc5bd7bc947eaa8526d48c77e1d39&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I get this:&amp;nbsp;&lt;BR /&gt;ServerOperationError: [RequestId=d25f1c81-092b-449e-bb4e-375921e39c28 ErrorClass=RESOURCE_DOES_NOT_EXIST.RESOURCE_DOES_NOT_EXIST] Shared Table 'default.a3cfbc5bd7bc947eaa8526d48c77e1d39' does not exist.&lt;BR /&gt;&lt;BR /&gt;Interestingly, it is not including this first reference, aka there is no database, it is only default and the table name.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 19:25:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/126985#M47827</guid>
      <dc:creator>nick-monda</dc:creator>
      <dc:date>2025-07-30T19:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Remove Table from Delta Share</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/127197#M47886</link>
      <description>&lt;P&gt;Hello Nick,&lt;/P&gt;
&lt;P&gt;According to the &lt;A href="https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-ddl-alter-share#examples" target="_self"&gt;Delta Sharing Examples page&lt;/A&gt;, you cannot use the three namespace convention. It should be:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="token-line"&gt;&lt;SPAN class="token keyword"&gt;ALTER&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;SHARE&lt;/SPAN&gt;&lt;SPAN class="token plain"&gt; some_share&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token-line"&gt;&lt;SPAN class="token plain"&gt;REMOVE &lt;/SPAN&gt;&lt;SPAN class="token keyword"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN class="token plain"&gt; shared_schema&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token plain"&gt;shared_tab&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="token-line"&gt;&lt;SPAN class="token punctuation"&gt;&lt;SPAN class="token keyword"&gt;ALTER&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;SHARE&lt;/SPAN&gt;&lt;SPAN class="token plain"&gt; some_share&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="token plain"&gt;REMOVE &lt;/SPAN&gt;&lt;SPAN class="token keyword"&gt;SCHEMA&lt;/SPAN&gt;&lt;SPAN class="token plain"&gt; some_schema&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="token-line"&gt;&lt;SPAN class="token punctuation"&gt;&lt;SPAN class="token keyword"&gt;ALTER&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;SHARE&lt;/SPAN&gt;&lt;SPAN class="token plain"&gt; some_share&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="token plain"&gt;REMOVE &lt;/SPAN&gt;&lt;SPAN class="token keyword"&gt;VIEW&lt;/SPAN&gt;&lt;SPAN class="token plain"&gt; shared_schema&lt;/SPAN&gt;.&lt;SPAN class="token plain"&gt;shared_view&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Aren't you mixing Unity Catalog assets and Delta Share assets when dropping? I think that is why you're getting "&lt;SPAN&gt;RESOURCE_DOES_NOT_EXIST" on your last example.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 17:16:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/127197#M47886</guid>
      <dc:creator>ivan_calvo</dc:creator>
      <dc:date>2025-08-01T17:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Remove Table from Delta Share</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/127199#M47887</link>
      <description>&lt;P&gt;I was showing examples of all the queries I have tried.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I add the table:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;ALTER SHARE local_new_2022 ADD TABLE `amplifydata_local_local`.`default`.`a3cfbc5bd7bc947eaa8526d48c77e1d39` AS `default`.`new_2022`;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;then I try to remove the table with the alias:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;ALTER SHARE local_new_2022 REMOVE TABLE default.new_2022;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and it does not work. However, this query has worked for months up to this week.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 17:29:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/127199#M47887</guid>
      <dc:creator>nick-monda</dc:creator>
      <dc:date>2025-08-01T17:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Remove Table from Delta Share</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/127200#M47888</link>
      <description>&lt;P&gt;Where are you running these queries?&lt;/P&gt;
&lt;P&gt;Warehouses or clusters? If clusters, what DBR version?&lt;/P&gt;
&lt;P&gt;Did you recently changed the compute type by any chance?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 18:02:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/127200#M47888</guid>
      <dc:creator>ivan_calvo</dc:creator>
      <dc:date>2025-08-01T18:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Remove Table from Delta Share</title>
      <link>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/127201#M47889</link>
      <description>&lt;P&gt;We are using the databricks_sql python sdk:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;```python&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; databricks &lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; sql &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; databricks_sql&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;connection&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; databricks_sql&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;connect&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; server_hostname&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;server_hostname&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; http_path&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;http_path&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; access_token&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;access_token&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;with&lt;/SPAN&gt; &lt;SPAN&gt;connection&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;cursor&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt; &lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;cursor&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; cursor&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;execute&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;query&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; rows&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;cursor&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;fetchall&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;the workspace is here: &lt;A href="https://dbc-5539cbae-fdc4.cloud.databricks.com/" target="_blank"&gt;https://dbc-5539cbae-fdc4.cloud.databricks.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Pretty sure we are using warehouses.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Aug 2025 18:02:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/cannot-remove-table-from-delta-share/m-p/127201#M47889</guid>
      <dc:creator>nick-monda</dc:creator>
      <dc:date>2025-08-01T18:02:14Z</dc:date>
    </item>
  </channel>
</rss>

