Skip to content

Commit 8c71f39

Browse files
authored
Promote DuckLake Catalog and Data Connector to Beta quality (spiceai#10743)
1 parent 08e56cd commit 8c71f39

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ See more demos on [YouTube](https://www.youtube.com/playlist?list=PLesJrUXEx3U9a
248248
| `cosmosdb` | Azure Cosmos DB (NoSQL) | Release Candidate | |
249249
| `git` | Git repositories | Release Candidate | |
250250
| `databricks (mode: spark_connect)` | [Databricks][databricks] | Beta | [Spark Connect][spark] |
251+
| `ducklake` | [DuckLake][ducklake] | Beta | Parquet |
251252
| `flightsql` | FlightSQL | Beta | Arrow Flight SQL |
252253
| `iceberg` | [Apache Iceberg][iceberg] (read+write) | Beta | Parquet |
253254
| `mssql` | Microsoft SQL Server | Beta | Tabular Data Stream (TDS) |
@@ -259,7 +260,6 @@ See more demos on [YouTube](https://www.youtube.com/playlist?list=PLesJrUXEx3U9a
259260
| `abfs` | Azure BlobFS | Alpha | Parquet, CSV |
260261
| `clickhouse` | ClickHouse | Alpha | |
261262
| `debezium` | Debezium CDC | Alpha | Kafka + JSON |
262-
| `ducklake` | DuckLake | Alpha | |
263263
| `elasticsearch` | Elasticsearch (BM25 + kNN + RRF) | Alpha | |
264264
| `gcs`, `gs` | [Google Cloud Storage][gcs] | Alpha | Parquet, CSV, JSON |
265265
| `kafka` | Kafka | Alpha | Kafka + JSON |
@@ -273,6 +273,7 @@ See more demos on [YouTube](https://www.youtube.com/playlist?list=PLesJrUXEx3U9a
273273
| `smb` | SMB 3.1.1 | Alpha | SMB |
274274

275275
[databricks]: https://github.com/spiceai/cookbook/blob/trunk/databricks/README.md
276+
[ducklake]: https://ducklake.select/
276277
[spark]: https://spark.apache.org/docs/latest/spark-connect-overview.html
277278
[gcs]: docs/features/gcs-connector.md
278279
[s3]: https://github.com/spiceai/cookbook/tree/trunk/s3#readme
@@ -343,6 +344,7 @@ Catalog Connectors connect to external catalog providers and make their tables a
343344
| `unity_catalog` | Unity Catalog | Stable | Delta Lake |
344345
| `databricks` | Databricks | Beta | Spark Connect, S3/Delta Lake |
345346
| `iceberg` | Apache Iceberg | Beta | Parquet |
347+
| `ducklake` | DuckLake | Beta | Parquet |
346348
| `glue` | AWS Glue | Alpha | CSV, Parquet, Iceberg |
347349

348350
## Supported Secret Stores

docs/criteria/catalogs/alpha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All criteria must be met for the Catalog to be considered Alpha. As Alpha signif
1111
| ADBC || |
1212
| Cayenne || |
1313
| Databricks || @Sevenannn |
14-
| DuckLake | | |
14+
| DuckLake | | @sgrebnov |
1515
| Glue || @kczimm |
1616
| Iceberg || @phillipleblanc |
1717
| MS SQL || |

docs/criteria/catalogs/beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All criteria must be met for the Catalog to be considered Beta, with exceptions
1111
| ADBC || |
1212
| Cayenne || |
1313
| Databricks || @Sevenannn |
14-
| DuckLake | | |
14+
| DuckLake | | @sgrebnov |
1515
| Glue || |
1616
| Iceberg || @phillipleblanc |
1717
| MS SQL || |

docs/criteria/connectors/alpha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All criteria must be met for the connector to be considered Alpha. As Alpha sign
1919
| Delta Lake || @Sevenannn |
2020
| Dremio || @Sevenannn |
2121
| DuckDB || @peasee |
22-
| DuckLake | | |
22+
| DuckLake | | @sgrebnov |
2323
| DynamoDB || @krinart |
2424
| File || @peasee |
2525
| FlightSQL || |

docs/criteria/connectors/beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All criteria must be met for the connector to be considered Beta, with exception
1919
| Delta Lake || @Sevenannn |
2020
| Dremio || @Sevenannn |
2121
| DuckDB || @peasee |
22-
| DuckLake | | |
22+
| DuckLake | | @sgrebnov |
2323
| DynamoDB || @krinart |
2424
| File || @peasee |
2525
| FlightSQL || |

0 commit comments

Comments
 (0)