Skip to content

[CON-2958] feat: enable chargeOver read & write#2926

Open
Jkarage wants to merge 1 commit into
mainfrom
jk-chargeover-support
Open

[CON-2958] feat: enable chargeOver read & write#2926
Jkarage wants to merge 1 commit into
mainfrom
jk-chargeover-support

Conversation

@Jkarage
Copy link
Copy Markdown
Contributor

@Jkarage Jkarage commented Apr 27, 2026

Conventions

Read more: https://ampersand.slab.com/posts/deep-connectors-guide-6x4fhxne#ht0ds-reviewer-checklist

  • Connector uses internal/components
  • Metadata uses V2 metadata format
  • Read supports pagination and incremental sync
  • Raw response is returned as is for READ & METADATA, no formatting or flattening is performed.
  • Write payloads should accept what ReadResults.Fields is returning. Any unnecessary nesting around the input is removed.
  • Provider errors are mapped if non-standard (errors with 200 response code are converted to 4XX)
  • Custom fields, if not human readable names, are resolved to readable names.
  • Unit tests cover read/write/metadata logic (placed in /tests/)
  • Appropriate object names are used. Objects need to be resources, not actions (jobs and not jobs.list).
  • Modules are only being added because:
    • They share the same authentication scheme
    • The same base URL cannot be used to make a proxy call to objects in all modules
    • Different base URLs (drive.google.com vs google.com)
    • Object name collisions (same object name exists in two or more modules)

Read

For each read object:

  • Insert screenshot of metadata fields from read object installation.
Screenshot 2026-04-27 at 13 14 39 Screenshot 2026-04-27 at 13 14 45 Screenshot 2026-04-27 at 13 14 50
  • Insert screenshot of Svix destination.
Screenshot 2026-04-27 at 13 15 18 Screenshot 2026-04-27 at 13 15 30 Screenshot 2026-04-27 at 13 15 39
  • Screenshot of operations on dashboard
Screenshot 2026-04-27 at 13 48 49

Write

For each write object:

  • Insert screenshot of dashboard.
Screenshot 2026-04-27 at 13 49 27
  • Insert screenshot of HTTP call.
Screenshot 2026-04-27 at 13 23 40 Screenshot 2026-04-27 at 13 27 23 Screenshot 2026-04-27 at 13 37 54

Examples

Test data PR

@linear
Copy link
Copy Markdown

linear Bot commented Apr 27, 2026

@Jkarage Jkarage requested a review from anushat05 April 27, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant