<?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: Save as Delta file in catalog in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/save-as-delta-file-in-catalog/m-p/134522#M50149</link>
    <description>&lt;P&gt;When writing delta using UC (Volumes are part of UC) it expects a table.&lt;BR /&gt;So in your case you mix the two, you want to use Volumes to write files but UC expect a table when using delta.&lt;BR /&gt;Either save as a table or as a file (but not in delta format or outside of UC).&lt;BR /&gt;Exactly what you have tried already.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Oct 2025 09:42:12 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2025-10-10T09:42:12Z</dc:date>
    <item>
      <title>Save as Delta file in catalog</title>
      <link>https://community.databricks.com/t5/data-engineering/save-as-delta-file-in-catalog/m-p/134484#M50142</link>
      <description>&lt;P&gt;Hello, I have created data frame on csv file when I try to write it as:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;df_op_clean.write.&lt;/SPAN&gt;&lt;SPAN&gt;format&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"delta"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;save&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"/Volumes/optimisation/trial"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I get this error :&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Cannot access the UC Volume path from this location. Path was /Volumes/optimisation/trial/_delta_log&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I am able to save as table on the same location.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Oct 2025 06:46:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/save-as-delta-file-in-catalog/m-p/134484#M50142</guid>
      <dc:creator>Hritik_Moon</dc:creator>
      <dc:date>2025-10-10T06:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Save as Delta file in catalog</title>
      <link>https://community.databricks.com/t5/data-engineering/save-as-delta-file-in-catalog/m-p/134522#M50149</link>
      <description>&lt;P&gt;When writing delta using UC (Volumes are part of UC) it expects a table.&lt;BR /&gt;So in your case you mix the two, you want to use Volumes to write files but UC expect a table when using delta.&lt;BR /&gt;Either save as a table or as a file (but not in delta format or outside of UC).&lt;BR /&gt;Exactly what you have tried already.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 09:42:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/save-as-delta-file-in-catalog/m-p/134522#M50149</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2025-10-10T09:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Save as Delta file in catalog</title>
      <link>https://community.databricks.com/t5/data-engineering/save-as-delta-file-in-catalog/m-p/134523#M50150</link>
      <description>&lt;P&gt;Also to add on this:&lt;BR /&gt;avoid overlap between tables and Volumes.&lt;BR /&gt;Create a separate folder for tables and files.&lt;BR /&gt;Unity catalog does this too if you use managed tables/volumes.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 09:49:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/save-as-delta-file-in-catalog/m-p/134523#M50150</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2025-10-10T09:49:12Z</dc:date>
    </item>
  </channel>
</rss>

