feat(data-analytics): add stitch-data Stitch Connect connector#275
Open
andrei-hasna wants to merge 1 commit into
Open
Conversation
andrei-hasna
force-pushed
the
station02-claude/open-connectors/7639b5b6-05af-4d93-8682-cb05d696294c-d1573caa
branch
from
July 7, 2026 00:47
ee175f3 to
842d7d4
Compare
Contributor
Author
|
Worker update for routed merge-review task Updated PR head to linear commit Fixes applied after adversarial review:
Validation:
Merge blocker: latest GitHub reviews are still empty, so this PR still needs a non-author approval before merge. Attempted to request selected reviewer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
@hasna/connect-stitch-data, a first-class open-connectors package for Stitch built on the public Stitch Connect API (v4). Rebuilt from upstream API docs and existing open-connectors patterns — noplatform-alumiacode copied.What's included
src/api/client.ts): Bearer auth, URL/query building, JSON parsing, retry-with-backoff on 429 and 5xx,StitchApiError.src/cli/index.ts): Commander with--api-key/--client-id/--base-url/--format/--verbose/--profile, multi-profile credential storage..env.example,README.md,CLAUDE.md.stitch-dataentry under Data & Analytics.src/api/client.test.ts(URL build, Bearer header, JSON parse, 204, 429/5xx retry, error handling).Validation
bun run typecheck✅bun run build✅bun test(connector) ✅ 14 passapi.stitchdata.comreturns a parsed401 Not Authorizedwith a bad token, confirming end-to-end request/auth/error handling.platform-alumiareferences, nobrowser-usedependency,.env.exampleplaceholders only.🤖 Generated with Claude Code