Baserow source
Introduction
The Baserow source connector connects to the Baserow API using an API token.
At this time, the connector supports credential validation (testing that the token can access the Baserow API), but data extraction and catalog discovery are still in development.
Setup
Prerequisites
- A Baserow account (Cloud or self-hosted).
- An API token with access to your Baserow workspace.
Create an API token in Baserow
- In Baserow, create or locate an API token (sometimes referred to as a personal access token).
- Copy the token value—you’ll provide it to the connector as
api_token.
Authentication
This connector authenticates using a Baserow API token sent as an Authorization header:
- Header:
Authorization: Token <api_token>
During connection testing, the connector validates credentials by calling:
GET https://api.baserow.io/api/user/
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Baserow API token used to authenticate requests. |
Streams
No streams are currently available.
- Catalog discovery currently returns an empty catalog.
- Extraction is not yet implemented and will fail with a message indicating the connector is still in development.
Limitations
- Only Baserow Cloud’s API base URL (
https://api.baserow.io) is currently used for credential validation. - Table/database discovery and row extraction are not yet supported.