Build a custom Airbyte source connector with the low-code Connector Builder YAML manifest

domain: data-engineering · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Start from the manifest's top-level structure: version, definitions, streams, check, and spec.
  2. Define each API resource as a stream in the streams list, backed by a DeclarativeStream whose retriever (typically a SimpleRetriever) fetches records.
  3. Configure the retriever's requester (an HttpRequester) with the base URL, path, HTTP method, and auth — this is what actually issues each HTTP request.
  4. Add a record selector to the retriever to pull the list of records out of the raw HTTP response body, and a paginator if the API returns multiple pages.
  5. Use a partition router on the retriever if the stream needs to fan out over a list of parent values (e.g. one request per account ID) rather than a single flat request.
  6. Validate the manifest with the connector's check block before wiring it into a real connection, so auth/config errors surface early instead of failing mid-sync.

Known gotchas

Related routes

Configure Airbyte connections with custom normalization and dbt transformations using Airbyte's dbt runner integration
docs.airbyte.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans