From a12361dd9532e09fe6fa1e28e0719d3ef2d30b8b Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Thu, 29 Aug 2024 15:27:56 +0200 Subject: [PATCH] Move UC catalog entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f274e28..d0f9723 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,6 @@ Community-contributed DuckDB extensions, which can be installed via `INSTALL ⟨ - [`scrooge`](https://github.com/pdet/Scrooge-McDuck) - A set of aggregation functions and data scanners on financial data. - [`shellfs`](https://github.com/rustyconover/duckdb-shellfs-extension) - Allows shell commands to be used for input and output. - [`ulid`](https://github.com/Maxxen/duckdb_ulid) - ULID data type for DuckDB. A ULID is similar to a UUID except that it also contains a timestamp component. -- [`uc_catalog`](https://github.com/duckdb/uc_catalog) - Proof-of-concept extension combining the delta extension with Unity Catalog. ### Other Extensions @@ -217,6 +216,7 @@ Community-contributed DuckDB extensions, which can be installed via `INSTALL ⟨ - [Lance](https://github.com/eto-ai/lance/tree/main/integration/duckdb_lance) - Integrate Lance (modern columnar data format for ML implemented in Rust) with DuckDB. - [ODBC Scanner DuckDB Extension](https://github.com/rupurt/odbc-scanner-duckdb-extension) - DuckDB extension to read data directly from databases supporting the ODBC interface. - [QDuckDB](https://gitlab.com/Oslandia/qgis/qduckdb) - Plugin for reading DuckDB spatial tables in QGIS software. +- [`uc_catalog`](https://github.com/duckdb/uc_catalog) - Proof-of-concept extension combining the `delta` extension with Unity Catalog. ## Media