⚠️ DEPRECATED: Typed connector configuration models are deprecated and will be removed in v1.1.0. Pass configuration as a plain dict with a required 'destinationType' key instead..
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
account |
str | ✔️ | Firebolt account to login. | |
client_id |
str | ✔️ | Firebolt service account ID. | bbl9qth066hmxkwyb0hy2iwk8ktez9dz |
client_secret |
str | ✔️ | Firebolt secret, corresponding to the service account ID. | |
database |
str | ✔️ | The database to connect to. | |
destination_type |
models.DestinationFireboltFirebolt | ✔️ | N/A | |
engine |
str | ✔️ | Engine name to connect to. | |
host |
Optional[str] | ➖ | The host name of your Firebolt database. | api.app.firebolt.io |
loading_method |
Optional[models.DestinationFireboltLoadingMethod] | ➖ | Loading method used to select the way data will be uploaded to Firebolt |