From 52f6e5625a0fc4ce8c4fdea67881eb9d63aecd20 Mon Sep 17 00:00:00 2001 From: Sevenannn Date: Mon, 30 Dec 2024 20:18:12 -0600 Subject: [PATCH] Promote file connector to RC --- spiceaidocs/docs/components/data-connectors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiceaidocs/docs/components/data-connectors/index.md b/spiceaidocs/docs/components/data-connectors/index.md index bbddedc93..a0a4117ca 100644 --- a/spiceaidocs/docs/components/data-connectors/index.md +++ b/spiceaidocs/docs/components/data-connectors/index.md @@ -20,6 +20,7 @@ Currently supported Data Connectors include: | `postgres` | PostgreSQL | Release Candidate | | `append`, `full` | Roadmap | ❌ | | `s3` | S3 | Release Candidate | Parquet, CSV | `append`, `full` | Roadmap | ✅ | | `databricks (mode: delta_lake)` | Databricks | Release Candidate | S3 / Delta Lake | `append`, `full` | Roadmap | ❌ | +| `file` | File | Release Candidate | Parquet, CSV | `append`, `full` | Roadmap | ✅ | | `databricks (mode: spark_connect)` | Databricks | Beta | Spark Connect | `append`, `full` | Roadmap | ❌ | | `file` | File | Beta | Parquet, CSV | `append`, `full` | Roadmap | ✅ | | `delta_lake` | Delta Lake | Beta | Delta Lake | `append`, `full` | Roadmap | ❌ | @@ -31,7 +32,6 @@ Currently supported Data Connectors include: | `clickhouse` | Clickhouse | Alpha | | `append`, `full` | ❌ | ❌ | | `debezium` | Debezium | Alpha | CDC, Kafka | `append`, `full`, `changes` | ❌ | ❌ | | `dremio` | Dremio | Alpha | Arrow Flight SQL | `append`, `full` | ❌ | ❌ | -| `file` | File | Alpha | Parquet, CSV | `append`, `full` | Roadmap | ✅ | | `ftp`, `sftp` | FTP/SFTP | Alpha | Parquet, CSV | `append`, `full` | ❌ | ✅ | | `http`, `https` | HTTP(s) | Alpha | Parquet, CSV | `append`, `full` | ❌ | ❌ | | `localpod` | Local dataset replication | Alpha | | `append`, `full` | ❌ | ✅ |