Neon
Overview
The Neon source connector is currently in development.
At this time, the connector supports:
- Authentication / credential validation (verifies your API key against the Neon API)
The connector does not yet support:
- Catalog discovery (returns an empty catalog)
- Data extraction (will fail with an “in development” error)
Requirements
- A Neon account
- A Neon API key with access to your Neon projects
Authentication
This connector authenticates using a Neon API key.
During setup, the connector validates credentials by calling:
GET https://console.neon.tech/api/v2/projects
If the request fails, the connector reports a credential validation error.
Setup
- In Neon, create or locate an API key.
- In your workspace, create a new Neon source.
- Paste the API key into the connector configuration.
- Save and test the connection.
Configuration reference
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Neon API key used to authenticate requests to the Neon Console API. |
Streams
No streams are currently available. Catalog discovery returns an empty catalog, and extraction is not yet implemented.