<?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: How can we do data copy from Databricks SQL using notebook? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11635#M6579</link>
    <description>&lt;UL&gt;&lt;LI&gt;You can also mount on both databricks workspaces the same storage folder and use COPY INTO for example,&lt;/LI&gt;&lt;LI&gt;In ADF you can use a databricks/delta connector to read from one delta and insert it into another,&lt;/LI&gt;&lt;LI&gt;If it is the one-time copy (like migration) we can copy using ADF just files between storage accounts, it is the fastest copy&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 02 Aug 2022 13:32:44 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2022-08-02T13:32:44Z</dc:date>
    <item>
      <title>How can we do data copy from Databricks SQL using notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11632#M6576</link>
      <description>&lt;P&gt;Hi Team, we have a scenario where we have to connect to the DataBricks SQL instance 1 from another DataBricks instance 2 using notebook or Azure Data Factory. Can you please help?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 10:19:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11632#M6576</guid>
      <dc:creator>Jayesh</dc:creator>
      <dc:date>2022-08-02T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can we do data copy from Databricks SQL using notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11633#M6577</link>
      <description>&lt;P&gt;Hello @Jayesh Mehta​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can using Python connector from notebook&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/dev-tools/python-sql-connector.html" target="test_blank"&gt;https://docs.databricks.com/dev-tools/python-sql-connector.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 12:08:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11633#M6577</guid>
      <dc:creator>User16764241763</dc:creator>
      <dc:date>2022-08-02T12:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can we do data copy from Databricks SQL using notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11634#M6578</link>
      <description>&lt;P&gt;Thanks a lot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 12:59:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11634#M6578</guid>
      <dc:creator>Jayesh</dc:creator>
      <dc:date>2022-08-02T12:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can we do data copy from Databricks SQL using notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11635#M6579</link>
      <description>&lt;UL&gt;&lt;LI&gt;You can also mount on both databricks workspaces the same storage folder and use COPY INTO for example,&lt;/LI&gt;&lt;LI&gt;In ADF you can use a databricks/delta connector to read from one delta and insert it into another,&lt;/LI&gt;&lt;LI&gt;If it is the one-time copy (like migration) we can copy using ADF just files between storage accounts, it is the fastest copy&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 02 Aug 2022 13:32:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11635#M6579</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-08-02T13:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can we do data copy from Databricks SQL using notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11636#M6580</link>
      <description>&lt;P&gt;Make sure that you need such an operation in principle : we have &lt;A href="https://docs.databricks.com/delta/delta-utility.html#clone-use-cases" alt="https://docs.databricks.com/delta/delta-utility.html#clone-use-cases" target="_blank"&gt;Clone use cases&lt;/A&gt; as well as &lt;A href="https://databricks.com/product/delta-sharing" alt="https://databricks.com/product/delta-sharing" target="_blank"&gt;Delta Sharing&lt;/A&gt; features that might be useful for you&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 17:01:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11636#M6580</guid>
      <dc:creator>artsheiko</dc:creator>
      <dc:date>2022-08-03T17:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can we do data copy from Databricks SQL using notebook?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11637#M6581</link>
      <description>&lt;P&gt;Thanks for jumping in to help @Arvind Ravish​&amp;nbsp;&amp;nbsp;@Hubert Dudek​&amp;nbsp;and @Artem Sheiko​&amp;nbsp;! &lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 18:07:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-can-we-do-data-copy-from-databricks-sql-using-notebook/m-p/11637#M6581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-03T18:07:58Z</dc:date>
    </item>
  </channel>
</rss>

