Skip to main content

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

  1. In Neon, create or locate an API key.
  2. In your workspace, create a new Neon source.
  3. Paste the API key into the connector configuration.
  4. Save and test the connection.

Configuration reference

FieldTypeRequiredDescription
api_keystringNeon 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.