<?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: Moving files from Volume to Workspace in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/moving-files-from-volume-to-workspace/m-p/140250#M51366</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/198729"&gt;@Aviraldb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please try the below way,&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;%sh&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;cp /dbfs/Volumes/workspace/default/delc/generated_scripts/*.py&amp;nbsp; /Workspace/Shared/Delc_Project/scripts/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 25 Nov 2025 04:47:49 GMT</pubDate>
    <dc:creator>Prajapathy_NKR</dc:creator>
    <dc:date>2025-11-25T04:47:49Z</dc:date>
    <item>
      <title>Moving files from Volume to Workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/moving-files-from-volume-to-workspace/m-p/140108#M51345</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I am trying to move some files from volume to&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;%sh&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;databricks fs cp dbfs:/Volumes/workspace/default/delc/generated_scripts/*.py Workspace/Shared/Delc_Project/scripts/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;I tried all ways , Please help me to move them&amp;nbsp;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/23348"&gt;@DataBricks&lt;/a&gt;&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/34815" target="_blank" rel="noopener"&gt;@Louis_Frolio&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/146924" target="_blank" rel="noopener"&gt;@BS_THE_ANALYST&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/14792" target="_blank" rel="noopener"&gt;@-werners-&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Nov 2025 11:26:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/moving-files-from-volume-to-workspace/m-p/140108#M51345</guid>
      <dc:creator>Aviraldb</dc:creator>
      <dc:date>2025-11-24T11:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files from Volume to Workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/moving-files-from-volume-to-workspace/m-p/140137#M51346</link>
      <description>&lt;P&gt;You're running into an error because the&amp;nbsp;fs cp command is to copy files between cloud storage locations (like DBFS, Volumes, or external storage) and does not support copying directly into the Databricks Workspace repos&amp;nbsp;path, which starts with /Workspace/Shared/.&lt;/P&gt;&lt;P&gt;The Workspace path is accessed via Git repositories (Repos), which use a different protocol than cloud storage.&lt;/P&gt;&lt;P&gt;You should try 'databricks workspace import'&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 11:40:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/moving-files-from-volume-to-workspace/m-p/140137#M51346</guid>
      <dc:creator>Raman_Unifeye</dc:creator>
      <dc:date>2025-11-24T11:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files from Volume to Workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/moving-files-from-volume-to-workspace/m-p/140156#M51348</link>
      <description>&lt;P&gt;Take a look to this documentation:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/files/" target="_blank"&gt;https://docs.databricks.com/aws/en/files/&lt;/A&gt;&amp;nbsp;Here are the different ways of working with files in Databricks depending on source. I would recommend to copy files from cloud storage to catalog volumes and then, process file as needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 11:58:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/moving-files-from-volume-to-workspace/m-p/140156#M51348</guid>
      <dc:creator>Coffee77</dc:creator>
      <dc:date>2025-11-24T11:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Moving files from Volume to Workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/moving-files-from-volume-to-workspace/m-p/140250#M51366</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/198729"&gt;@Aviraldb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please try the below way,&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;%sh&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;cp /dbfs/Volumes/workspace/default/delc/generated_scripts/*.py&amp;nbsp; /Workspace/Shared/Delc_Project/scripts/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Nov 2025 04:47:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/moving-files-from-volume-to-workspace/m-p/140250#M51366</guid>
      <dc:creator>Prajapathy_NKR</dc:creator>
      <dc:date>2025-11-25T04:47:49Z</dc:date>
    </item>
  </channel>
</rss>

