<?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: can I use volume for external table location? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/can-i-use-volume-for-external-table-location/m-p/61298#M31755</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/15779"&gt;@AmanSehgal&lt;/a&gt;&amp;nbsp;Thank you for the reply. This is exactly what I want to confirm!&lt;/P&gt;&lt;P&gt;Too bad, I hoped to avoid full path in notebooks.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 22:30:29 GMT</pubDate>
    <dc:creator>PaulineX</dc:creator>
    <dc:date>2024-02-20T22:30:29Z</dc:date>
    <item>
      <title>can I use volume for external table location?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-use-volume-for-external-table-location/m-p/61295#M31752</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a parquet file test.parquet in the volume&amp;nbsp;&lt;SPAN&gt;volume_ext_test. Tried to create an external table as below, it failed and says it "is not a valid URI".&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;create table catalog_managed.schema_test.tbl_vol as&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;select * from parquet.`/Volumes/catalog_managed/schema_test/volume_ext_test/test.parquet`&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;but I have no problem to create a managed table as below:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;create table catalog_managed.schema_test.tbl_vol as&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;select * from parquet.`/Volumes/catalog_managed/schema_test/volume_ext_test/test.parquet`&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Am I doing something wrong? Or it is the limitation?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Feb 2024 21:21:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-use-volume-for-external-table-location/m-p/61295#M31752</guid>
      <dc:creator>PaulineX</dc:creator>
      <dc:date>2024-02-20T21:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: can I use volume for external table location?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-use-volume-for-external-table-location/m-p/61296#M31753</link>
      <description>&lt;P&gt;sorry pasted the wrong statement. the external table statement is :&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CREATE&lt;/SPAN&gt; &lt;SPAN&gt;TABLE&lt;/SPAN&gt; &lt;SPAN&gt;px_catalog_managed&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;schema_test&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;test_tbl2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;USING&lt;/SPAN&gt; &lt;SPAN&gt;parquet&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;OPTIONS&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;path&lt;/SPAN&gt; &lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;/Volumes/catalog_managed/schema_test/volume_ext_test/test.parquet&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; inferSchema &lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;which gives me error&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Feb 2024 21:29:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-use-volume-for-external-table-location/m-p/61296#M31753</guid>
      <dc:creator>PaulineX</dc:creator>
      <dc:date>2024-02-20T21:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: can I use volume for external table location?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-use-volume-for-external-table-location/m-p/61297#M31754</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/100348"&gt;@PaulineX&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per the &lt;A title="Working with Volumes" href="https://learn.microsoft.com/en-us/azure/databricks/connect/unity-catalog/volumes" target="_self"&gt;documentation&lt;/A&gt;, you cannot use volume for storing table data. It's for loading, storing and accessing files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;You cannot use volumes as a location for tables. Volumes are intended for path-based data access only. Use tables for storing tabular data with Unity Catalog.&lt;/PRE&gt;&lt;P&gt;It's bit ironic here, as delta table data is stored in files as well.&lt;/P&gt;&lt;P&gt;Anyway, as per the documentation, answer to your question is no.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 22:03:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-use-volume-for-external-table-location/m-p/61297#M31754</guid>
      <dc:creator>AmanSehgal</dc:creator>
      <dc:date>2024-02-20T22:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: can I use volume for external table location?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-i-use-volume-for-external-table-location/m-p/61298#M31755</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/15779"&gt;@AmanSehgal&lt;/a&gt;&amp;nbsp;Thank you for the reply. This is exactly what I want to confirm!&lt;/P&gt;&lt;P&gt;Too bad, I hoped to avoid full path in notebooks.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 22:30:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-i-use-volume-for-external-table-location/m-p/61298#M31755</guid>
      <dc:creator>PaulineX</dc:creator>
      <dc:date>2024-02-20T22:30:29Z</dc:date>
    </item>
  </channel>
</rss>

