From 10860b9ae307f14a2939468f59e8e1188c435c53 Mon Sep 17 00:00:00 2001 From: Sakthivel Nachimuthu <17950332+dcnsakthi@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:51:32 +0800 Subject: [PATCH] Add note about workspace-level private links support Updated the limitations table to include Workspace-level private links, highlighting that Lakehouses with schemas are currently unsupported. --- docs/data-engineering/lakehouse-schemas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/data-engineering/lakehouse-schemas.md b/docs/data-engineering/lakehouse-schemas.md index 9900c7ac86..ef6e95370b 100644 --- a/docs/data-engineering/lakehouse-schemas.md +++ b/docs/data-engineering/lakehouse-schemas.md @@ -89,6 +89,7 @@ Below listed unsupported features/functionalities are for current release of pub | Spark.catalog API | Not supported. Use Spark SQL instead. | | `USE ` | Doesn't work cross workspaces, but supported within same workspace. | | Migration | Migration of existing non-schema Lakehouses to schema-based Lakehouses isn't supported. | +| Workspace-level private links | Not supported. | ## Related content