From 44f2237948d01e7c6382fb789fe8294d1692b00e Mon Sep 17 00:00:00 2001 From: Eric Vergnaud Date: Fri, 21 Jun 2024 15:09:14 +0200 Subject: [PATCH] whitelist delta-spark --- .../labs/ucx/source_code/known.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/databricks/labs/ucx/source_code/known.json b/src/databricks/labs/ucx/source_code/known.json index bf8a6e23eb..0b9921f138 100644 --- a/src/databricks/labs/ucx/source_code/known.json +++ b/src/databricks/labs/ucx/source_code/known.json @@ -303,6 +303,23 @@ "decorator": { "decorator": [] }, + "delta-spark": { + "delta": [], + "delta._typing": [], + "delta.exceptions": [ + { + "code": "jvm-access-in-shared-clusters", + "message": "Cannot access Spark Driver JVM on UC Shared Clusters" + } + ], + "delta.pip_utils": [], + "delta.tables": [ + { + "code": "jvm-access-in-shared-clusters", + "message": "Cannot access Spark Driver JVM on UC Shared Clusters" + } + ] + }, "deprecated": { "deprecated": [], "deprecated.classic": [], @@ -2288,4 +2305,4 @@ "zipp.compat.py310": [], "zipp.glob": [] } -} +} \ No newline at end of file