From 25c08e52dbd1c91de83fb0b1f4c5a1a04ddeec34 Mon Sep 17 00:00:00 2001 From: Qianqian <130200611+Sevenannn@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:06:42 -0800 Subject: [PATCH] Promote S3 connector to RC quality (#617) --- 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 4a4da7cb..64a8bdfc 100644 --- a/spiceaidocs/docs/components/data-connectors/index.md +++ b/spiceaidocs/docs/components/data-connectors/index.md @@ -16,11 +16,11 @@ Currently supported Data Connectors include: | `github` | GitHub | Release Candidate | GraphQL, REST | `append`, `full` | ❌ | ❌ | | `mysql` | MySQL | Release Candidate | | `append`, `full` | Roadmap | ❌ | | `postgres` | PostgreSQL | Release Candidate | | `append`, `full` | Roadmap | ❌ | +| `s3` | S3 | Release Candidate | Parquet, CSV | `append`, `full` | Roadmap | ✅ | | `databricks` | Databricks | Beta | Spark Connect
S3 / Delta Lake | `append`, `full` | Roadmap | ❌ | | `delta_lake` | Delta Lake | Beta | Delta Lake | `append`, `full` | Roadmap | ❌ | | `flightsql` | FlightSQL | Beta | Arrow Flight SQL | `append`, `full` | ❌ | ❌ | | `odbc` | ODBC | Beta | | `append`, `full` | ❌ | ❌ | -| `s3` | S3 | Beta | Parquet, CSV | `append`, `full` | Roadmap | ✅ | | `spiceai` | Spice.ai | Beta | Arrow Flight | `append`, `full` | ✅ | ❌ | | `abfs` | Azure BlobFS | Alpha | Parquet, CSV | `append`, `full` | Roadmap | ✅ | | `clickhouse` | Clickhouse | Alpha | | `append`, `full` | ❌ | ❌ |