Feathery source
Overview
The Feathery source connector lets you connect to the Feathery API using an API key.
Status
This connector is currently in development.
- Connection (credential validation) is supported.
- Catalog discovery currently returns an empty catalog.
- Data extraction is not yet available and will fail with an “in development” error.
Setup
Prerequisites
- A Feathery account
- A Feathery API key
Create an API key
Generate an API key in Feathery (in your Feathery workspace settings). Keep it secure—this key grants API access to your account.
Authentication
Feathery uses token-based authentication.
The connector sends requests with:
- Header:
Authorization: Token <api_key>
During credential validation, the connector calls:
GET https://api.feathery.io/api/account/
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Feathery API key. |
Streams
No streams are currently available.
- Catalog: empty
- Extraction: not implemented yet
When extraction is attempted, the connector returns an error indicating Feathery extraction is still in development.