<?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 anyone let me know, Is there anyway In which we can access different workspace delta tables in a workspace where we run the pipelines using python... in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18384#M12191</link>
    <description>&lt;P&gt;@Hemanth A​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the workspace you want data from, in warehouse tab you will find connectivity in that copy host name, http path and generate token for it, by this credentials you can access the data of this workspace in any other workspace.&lt;/P&gt;</description>
    <pubDate>Sat, 10 Dec 2022 10:07:22 GMT</pubDate>
    <dc:creator>Harish2122</dc:creator>
    <dc:date>2022-12-10T10:07:22Z</dc:date>
    <item>
      <title>Can anyone let me know, Is there anyway In which we can access different workspace delta tables in a workspace where we run the pipelines using python...</title>
      <link>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18378#M12185</link>
      <description>&lt;P&gt;Can anyone let me know, Is there anyway In which we can access different workspace delta tables in a workspace where we run the pipelines using python?​&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 11:51:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18378#M12185</guid>
      <dc:creator>Heman2</dc:creator>
      <dc:date>2022-12-06T11:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone let me know, Is there anyway In which we can access different workspace delta tables in a workspace where we run the pipelines using python...</title>
      <link>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18379#M12186</link>
      <description>&lt;P&gt;Are the other workspace delta table external tables or stored in dbfs itself ?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 11:56:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18379#M12186</guid>
      <dc:creator>UmaMahesh1</dc:creator>
      <dc:date>2022-12-06T11:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone let me know, Is there anyway In which we can access different workspace delta tables in a workspace where we run the pipelines using python...</title>
      <link>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18380#M12187</link>
      <description>&lt;P&gt;I think you can use the delta sharing option for the same or just mount the same storage to your workspace and try to access the hive table from the current workspace.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 12:00:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18380#M12187</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2022-12-06T12:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone let me know, Is there anyway In which we can access different workspace delta tables in a workspace where we run the pipelines using python...</title>
      <link>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18381#M12188</link>
      <description>&lt;P&gt;Exactly...If that's an external table, he can simply mount the storage in the workspace and proceed.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 12:05:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18381#M12188</guid>
      <dc:creator>UmaMahesh1</dc:creator>
      <dc:date>2022-12-06T12:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone let me know, Is there anyway In which we can access different workspace delta tables in a workspace where we run the pipelines using python...</title>
      <link>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18382#M12189</link>
      <description>&lt;P&gt;Yes mount of storage is the best option&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 14:39:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18382#M12189</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-12-06T14:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone let me know, Is there anyway In which we can access different workspace delta tables in a workspace where we run the pipelines using python...</title>
      <link>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18383#M12190</link>
      <description>&lt;P&gt;Hi @Hemanth A​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;there are some details missing. &lt;/P&gt;&lt;P&gt;If you are using Unity Catalog then you can create a new workspace and attach it to the existing Unity Catalog so the data will be available in both workspaces (you have to grant access to the data itself), this is one of the many benefits of using UC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also as was mentioned already create external tables to access the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are in a different region or databricks account or different cloud then you can also use delta sharing :).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Pat.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 22:48:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18383#M12190</guid>
      <dc:creator>Pat</dc:creator>
      <dc:date>2022-12-06T22:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone let me know, Is there anyway In which we can access different workspace delta tables in a workspace where we run the pipelines using python...</title>
      <link>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18384#M12191</link>
      <description>&lt;P&gt;@Hemanth A​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the workspace you want data from, in warehouse tab you will find connectivity in that copy host name, http path and generate token for it, by this credentials you can access the data of this workspace in any other workspace.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 10:07:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-anyone-let-me-know-is-there-anyway-in-which-we-can-access/m-p/18384#M12191</guid>
      <dc:creator>Harish2122</dc:creator>
      <dc:date>2022-12-10T10:07:22Z</dc:date>
    </item>
  </channel>
</rss>

