<?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: Is it possible to create external volume using databricks asset bundle? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-external-volume-using-databricks-asset/m-p/113860#M44664</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/109380"&gt;@hpant&lt;/a&gt;&amp;nbsp;Yes, we can create external databricks volumes as well using databricks asset bundles&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;bundle:
  name: external_volume
resources:
  volumes:
    external_volume_creation:
      catalog_name: retail_data
      name: test_volume
      schema_name: bronze
      storage_location: s3://external_location_path
      volume_type: EXTERNAL&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Regards&lt;/P&gt;</description>
    <pubDate>Fri, 28 Mar 2025 05:28:38 GMT</pubDate>
    <dc:creator>ashraf1395</dc:creator>
    <dc:date>2025-03-28T05:28:38Z</dc:date>
    <item>
      <title>Is it possible to create external volume using databricks asset bundle?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-external-volume-using-databricks-asset/m-p/113795#M44639</link>
      <description>&lt;P&gt;Is it possible to create external volume using databricks asset bundle? I have this code from databricks.yml file which is working perfectly fine for manged volume:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;resources&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;volumes&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;bronze_checkpoints_volume&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;catalog_name&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;${var.catalog}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;checkpoints&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;schema_name&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;bronze&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Is there a way to do it for external volume as well?&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Mar 2025 11:43:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-external-volume-using-databricks-asset/m-p/113795#M44639</guid>
      <dc:creator>hpant</dc:creator>
      <dc:date>2025-03-27T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create external volume using databricks asset bundle?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-external-volume-using-databricks-asset/m-p/113860#M44664</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/109380"&gt;@hpant&lt;/a&gt;&amp;nbsp;Yes, we can create external databricks volumes as well using databricks asset bundles&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;bundle:
  name: external_volume
resources:
  volumes:
    external_volume_creation:
      catalog_name: retail_data
      name: test_volume
      schema_name: bronze
      storage_location: s3://external_location_path
      volume_type: EXTERNAL&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 05:28:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-external-volume-using-databricks-asset/m-p/113860#M44664</guid>
      <dc:creator>ashraf1395</dc:creator>
      <dc:date>2025-03-28T05:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create external volume using databricks asset bundle?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-external-volume-using-databricks-asset/m-p/122003#M46621</link>
      <description>&lt;P&gt;bundle:&lt;BR /&gt;name: my_azure_volume_bundle&lt;/P&gt;&lt;P&gt;resources:&lt;BR /&gt;volumes:&lt;BR /&gt;my_external_volume:&lt;BR /&gt;catalog_name: main&lt;BR /&gt;schema_name: my_schema&lt;BR /&gt;name: my_external_volume&lt;BR /&gt;volume_type: EXTERNAL&lt;BR /&gt;storage_location: abfss://&amp;lt;container-name&amp;gt;@&amp;lt;storage-account-name&amp;gt;.dfs.core.windows.net/&amp;lt;path&amp;gt;&lt;BR /&gt;comment: "An external volume in Azure storage"&lt;BR /&gt;grants:&lt;BR /&gt;- principal: users&lt;BR /&gt;privileges:&lt;BR /&gt;- READ_VOLUME&lt;BR /&gt;- principal: my_team&lt;BR /&gt;privileges:&lt;BR /&gt;- WRITE_VOLUME&lt;BR /&gt;- READ_VOLUME&lt;/P&gt;&lt;P&gt;targets:&lt;BR /&gt;dev:&lt;BR /&gt;default: true&lt;BR /&gt;workspace:&lt;BR /&gt;host: https://&amp;lt;your-databricks-workspace-url&amp;gt;&lt;BR /&gt;mode: development&lt;BR /&gt;prod:&lt;BR /&gt;workspace:&lt;BR /&gt;host: https://&amp;lt;your-production-workspace-url&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 15:10:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-create-external-volume-using-databricks-asset/m-p/122003#M46621</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-06-17T15:10:28Z</dc:date>
    </item>
  </channel>
</rss>

