docs: reflect recently added connectors in ingestion diagram and README (#333)

* docs(diagram): show recently added connectors in ingestion flow

Add Amazon Athena and MongoDB (plus a "& more" chip), Sigma, and Google
Drive to the ingestion diagram source cards so it reflects the current
connector set. Trim the Databases card body to one line so the added
chips fit the fixed-height card without clipping.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* docs(readme): list newly added connectors in the "Works with" summary

Include DuckDB, Amazon Athena, MongoDB, Sigma, and Google Drive so the
README matches the integrations reference pages.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Luca Martial 2026-07-02 22:07:22 -07:00 committed by GitHub
parent f310391da5
commit 66768fe009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View file

@ -68,14 +68,14 @@ const EDGE_STROKE = "#94a3b8";
const sourceData: SourceNodeData[] = [
{
title: "Databases",
body: "Schemas, columns, keys, row counts, and query history.",
items: ["PostgreSQL", "Snowflake", "BigQuery", "SQLite"],
body: "Schemas, keys, row counts, query history.",
items: ["PostgreSQL", "Snowflake", "BigQuery", "Athena", "MongoDB", "& more"],
accent: "#3b82f6",
},
{
title: "BI tools",
body: "Dashboards, questions, explores, usage, and trusted examples.",
items: ["Metabase", "Looker"],
items: ["Metabase", "Looker", "Sigma"],
accent: "#f97316",
},
{
@ -87,7 +87,7 @@ const sourceData: SourceNodeData[] = [
{
title: "Docs and notes",
body: "Policies, caveats, team definitions, and analyst context.",
items: ["Notion", "Any text"],
items: ["Notion", "Google Drive", "Any text"],
accent: "#10b981",
},
];