Skip to content

Commit 59e0143

Browse files
authored
whitelist duckdb (#2134)
## Changes whitelist duckdb ### Linked issues Progresses #1901 ### Functionality None ### Tests - [x] manually tested --------- Co-authored-by: Eric Vergnaud <[email protected]>
1 parent 8681b6f commit 59e0143

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

src/databricks/labs/ucx/source_code/known.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3187,6 +3187,48 @@
31873187
"dockerpycreds.utils": [],
31883188
"dockerpycreds.version": []
31893189
},
3190+
"duckdb": {
3191+
"adbc_driver_duckdb": [],
3192+
"adbc_driver_duckdb.dbapi": [],
3193+
"duckdb": [],
3194+
"duckdb.bytes_io_wrapper": [],
3195+
"duckdb.experimental": [],
3196+
"duckdb.experimental.spark": [],
3197+
"duckdb.experimental.spark._globals": [],
3198+
"duckdb.experimental.spark._typing": [],
3199+
"duckdb.experimental.spark.conf": [],
3200+
"duckdb.experimental.spark.context": [],
3201+
"duckdb.experimental.spark.errors": [],
3202+
"duckdb.experimental.spark.errors.error_classes": [],
3203+
"duckdb.experimental.spark.errors.exceptions": [],
3204+
"duckdb.experimental.spark.errors.exceptions.base": [],
3205+
"duckdb.experimental.spark.errors.utils": [],
3206+
"duckdb.experimental.spark.exception": [],
3207+
"duckdb.experimental.spark.sql": [],
3208+
"duckdb.experimental.spark.sql._typing": [],
3209+
"duckdb.experimental.spark.sql.catalog": [],
3210+
"duckdb.experimental.spark.sql.column": [],
3211+
"duckdb.experimental.spark.sql.conf": [],
3212+
"duckdb.experimental.spark.sql.dataframe": [],
3213+
"duckdb.experimental.spark.sql.functions": [],
3214+
"duckdb.experimental.spark.sql.group": [],
3215+
"duckdb.experimental.spark.sql.readwriter": [],
3216+
"duckdb.experimental.spark.sql.session": [
3217+
{
3218+
"code": "table-migrate",
3219+
"message": "The default format changed in Databricks Runtime 8.0, from Parquet to Delta"
3220+
}
3221+
],
3222+
"duckdb.experimental.spark.sql.streaming": [],
3223+
"duckdb.experimental.spark.sql.type_utils": [],
3224+
"duckdb.experimental.spark.sql.types": [],
3225+
"duckdb.experimental.spark.sql.udf": [],
3226+
"duckdb.filesystem": [],
3227+
"duckdb.functional": [],
3228+
"duckdb.typing": [],
3229+
"duckdb.udf": [],
3230+
"duckdb.value.constant": []
3231+
},
31903232
"docstring-to-markdown": {
31913233
"docstring_to_markdown": [],
31923234
"docstring_to_markdown._utils": [],

0 commit comments

Comments
 (0)