Firebolt
Overview
The Firebolt connector is a destination connector. It currently supports credential validation against Firebolt’s API. Loading data into Firebolt is still in development and is not yet available.
Setup
Before configuring the connector, gather the following from Firebolt:
- API endpoint for your Firebolt account/region (used to call Firebolt’s API).
- Client ID and Client Secret for an API credential.
Authentication
This connector authenticates using HTTP Basic Auth:
- Username:
client_id - Password:
client_secret
During credential validation, the connector sends a request to:
POST {endpoint}/auth/v2/login
If the request fails, the connector reports a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
endpoint | string | ✅ | Base URL for the Firebolt API endpoint (for example, your account/region endpoint). |
client_id | string | ✅ | Firebolt API client ID. |
client_secret | string | ✅ | Firebolt API client secret. |
Data loading status
Data loading for the Firebolt destination is not yet implemented. Runs configured to load data will fail with a message indicating that destination loading is still in development.
Hashing and normalization
This destination connector does not currently expose field-level hashing.
Data contract
Not yet available. The Firebolt destination does not currently load data, so there is no published table/field mapping or schema contract at this time.