<?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 How to copy file from UC volume to external location folder in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-copy-file-from-uc-volume-to-external-location-folder/m-p/109350#M43283</link>
    <description>Hi there, How to copy file from UC volume to external location folder Thanks&amp;amp;Regards, zmsoft</description>
    <pubDate>Fri, 07 Feb 2025 06:25:53 GMT</pubDate>
    <dc:creator>zmsoft</dc:creator>
    <dc:date>2025-02-07T06:25:53Z</dc:date>
    <item>
      <title>How to copy file from UC volume to external location folder</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-copy-file-from-uc-volume-to-external-location-folder/m-p/109350#M43283</link>
      <description>Hi there, How to copy file from UC volume to external location folder Thanks&amp;amp;Regards, zmsoft</description>
      <pubDate>Fri, 07 Feb 2025 06:25:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-copy-file-from-uc-volume-to-external-location-folder/m-p/109350#M43283</guid>
      <dc:creator>zmsoft</dc:creator>
      <dc:date>2025-02-07T06:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy file from UC volume to external location folder</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-copy-file-from-uc-volume-to-external-location-folder/m-p/112164#M44124</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/103629"&gt;@zmsoft&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;To copy a file from a UC volume to an external location, you can use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;dbutils.fs.cp(
"UC_volume_path",
"external_location_path"
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ensure the external location is preconfigured in Unity Catalog and you have the necessary permissions.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 13:28:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-copy-file-from-uc-volume-to-external-location-folder/m-p/112164#M44124</guid>
      <dc:creator>Advika_</dc:creator>
      <dc:date>2025-03-10T13:28:54Z</dc:date>
    </item>
  </channel>
</rss>

