- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2023 07:47 AM
Hello - I have a foreign catalog which I can access fine in SQL. However, I can't access it from from python notebook.
i.e. this works just fine if I have notebook using a Pro SQL Warehouse
%sql
USE CATALOG <my_foreign_catalog_name>;
USE SCHEMA public;
SELECT * from bookings;
spark.sql("USE SCHEMA public")
display(spark.table("bookings"))
- Labels:
-
Databricks Platform
-
Python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 12:18 AM
Hi, Are you using this in single user cluster?
Also, please tag @Debayan with your next response so that I will get notified.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 02:24 AM
thanks @Debayan
I resolved this - I has to remove this option on the cluster and it works now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2026 12:23 AM
@Debayan , could you please help us how to resolve this issue with steps.