From 23a14887c90ace2200205b302fb9be2e5a40738a Mon Sep 17 00:00:00 2001 From: peasee <98815791+peasee@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:13:52 +1000 Subject: [PATCH] docs: Reorder connector table --- 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 bcb34131..bbddedc9 100644 --- a/spiceaidocs/docs/components/data-connectors/index.md +++ b/spiceaidocs/docs/components/data-connectors/index.md @@ -15,6 +15,7 @@ Currently supported Data Connectors include: | ---------------------------------- | ------------------------- | ----------------- | ------------------------- | --------------------------- | ------------------------------- | ------------------ | | `duckdb` | DuckDB | Release Candidate | | `append`, `full` | ❌ | ❌ | | `github` | GitHub | Release Candidate | GraphQL, REST | `append`, `full` | ❌ | ❌ | +| `graphql` | GraphQL | Release Candidate | GraphQL | `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 | ✅ | @@ -32,7 +33,6 @@ Currently supported Data Connectors include: | `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` | ❌ | ✅ | -| `graphql` | GraphQL | Release Candidate | GraphQL | `append`, `full` | ❌ | ❌ | | `http`, `https` | HTTP(s) | Alpha | Parquet, CSV | `append`, `full` | ❌ | ❌ | | `localpod` | Local dataset replication | Alpha | | `append`, `full` | ❌ | ✅ | | `sharepoint` | SharePoint | Alpha | | `append`, `full` | ❌ | ✅ |