<?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: Access Foreign Catalog using Python in Notebook in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/access-foreign-catalog-using-python-in-notebook/m-p/44311#M1017</link>
    <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26078"&gt;@Debayan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I resolved this - I has to remove this option on the cluster and it works now&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Enable credential passthrough for user-level data access&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 11 Sep 2023 09:24:53 GMT</pubDate>
    <dc:creator>kashy</dc:creator>
    <dc:date>2023-09-11T09:24:53Z</dc:date>
    <item>
      <title>Access Foreign Catalog using Python in Notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-foreign-catalog-using-python-in-notebook/m-p/41750#M813</link>
      <description>&lt;P&gt;Hello - I have a foreign catalog which I can access fine in SQL.&amp;nbsp; However, I can't access it from from python notebook.&lt;/P&gt;&lt;P&gt;i.e. this works just fine if I have notebook using a Pro SQL Warehouse&lt;/P&gt;&lt;P&gt;%sql&lt;BR /&gt;USE CATALOG &amp;lt;my_foreign_catalog_name&amp;gt;;&lt;BR /&gt;USE SCHEMA public;&lt;BR /&gt;SELECT * from bookings;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However, this, running on Shared Cluster&amp;nbsp;13.3 LTS (includes Apache Spark 3.4.1, Scala 2.12)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;spark.sql("USE CATALOG &amp;lt;my_foreign_catalog_name&amp;gt;")&lt;BR /&gt;spark.sql("USE SCHEMA public")&lt;BR /&gt;display(spark.table("bookings"))&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Gives me this error:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;org.apache.spark.sql.connector.catalog.CatalogNotFoundException: Catalog 'my_foreign_catalog_name' plugin class not found: spark.sql.catalog.my_foreign_catalog_name&amp;nbsp;is not defined&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If I run:&lt;/DIV&gt;&lt;DIV&gt;display(spark.sql("SHOW CATALOGS"))&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I can't see the foreign_catalogs I have created in Unity Catalog and it just shows me 'spark_catalog'&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any idea what needs tweaking?&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 26 Aug 2023 14:47:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-foreign-catalog-using-python-in-notebook/m-p/41750#M813</guid>
      <dc:creator>kashy</dc:creator>
      <dc:date>2023-08-26T14:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Access Foreign Catalog using Python in Notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-foreign-catalog-using-python-in-notebook/m-p/43923#M961</link>
      <description>&lt;P&gt;Hi, Are you using this in single user cluster?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, please tag&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26078"&gt;@Debayan&lt;/a&gt;&amp;nbsp;with your next response so that I will get notified.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 07:18:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-foreign-catalog-using-python-in-notebook/m-p/43923#M961</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-09-07T07:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Access Foreign Catalog using Python in Notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-foreign-catalog-using-python-in-notebook/m-p/44311#M1017</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26078"&gt;@Debayan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I resolved this - I has to remove this option on the cluster and it works now&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Enable credential passthrough for user-level data access&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Sep 2023 09:24:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-foreign-catalog-using-python-in-notebook/m-p/44311#M1017</guid>
      <dc:creator>kashy</dc:creator>
      <dc:date>2023-09-11T09:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Access Foreign Catalog using Python in Notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-foreign-catalog-using-python-in-notebook/m-p/152101#M11590</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26078"&gt;@Debayan&lt;/a&gt;&amp;nbsp;, could you please help us how to resolve this issue with steps.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 07:23:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-foreign-catalog-using-python-in-notebook/m-p/152101#M11590</guid>
      <dc:creator>MadhavaReddy03</dc:creator>
      <dc:date>2026-03-26T07:23:29Z</dc:date>
    </item>
  </channel>
</rss>

