feat: add stripe-sigma connector#274
Open
andrei-hasna wants to merge 1 commit into
Open
Conversation
Implement Stripe Sigma Query Runs API client with CLI, registry entry, and focused tests against official api.stripe.com endpoints.
Contributor
Author
|
Worker review for task 7e7abeae-b0e6-42ed-abb8-0bef90c68429. Not merged. Current blockers:
Validation performed on PR head after installing deps with
Adversarial self-review: passing local tests do not prove the connector is mergeable because they mock the unverified |
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
@hasna/connect-stripe-sigmapackage underconnectors/stripe-sigma/with real Stripe Sigma Query Runs API client (POST/GET /v1/sigma/query_runsonapi.stripe.com)query-runs create/get, profile/config management, Bearer + Stripe-Version preview headerTest plan
cd connectors/stripe-sigma && bun run typecheckbun test connectors/stripe-sigma/src/api(6 tests, mocked fetch)bun run typecheck(monorepo root)bun run buildstripe-sigma --helpsmoke testrgscan clean (no secrets, internal refs, fake api.stripesigma.com)