Firebolt
The driver for Firebolt is supported by its vendor. Please report any issues to their Help Center (opens in a new tab).
Prerequisites
- The username/password for your Firebolt (opens in a new tab) account
Setup
Manual
Add the following to a .env
file in your Cube project:
CUBEJS_DB_NAME=firebolt_database
CUBEJS_DB_USER=firebolt_user@customer.com
CUBEJS_DB_PASS=**********
CUBEJS_FIREBOLT_ACCOUNT=cube
CUBEJS_FIREBOLT_ENGINE_NAME=engine_name
Environment Variables
Environment Variable | Description | Possible Values | Required | Supports multiple data sources? |
---|---|---|---|---|
CUBEJS_DB_NAME | The name of the database to connect to | A valid database name | ✅ | ✅ |
CUBEJS_DB_USER | The username used to connect to the database | A valid database username | ✅ | ✅ |
CUBEJS_DB_PASS | The password used to connect to the database | A valid database password | ✅ | ✅ |
CUBEJS_FIREBOLT_ACCOUNT | Account name | An account name | - | ✅ |
CUBEJS_FIREBOLT_ENGINE_NAME | Engine name to connect to | A valid engine name | ✅ | ✅ |
CUBEJS_FIREBOLT_API_ENDPOINT | Firebolt API endpoint. Used for authentication | api.dev.firebolt.io , api.staging.firebolt.io , api.app.firebolt.io | - | ✅ |
CUBEJS_CONCURRENCY | The number of concurrent connections each queue has to the database. Default is 5 | A valid number | ❌ | ❌ |
CUBEJS_DB_MAX_POOL | The maximum number of concurrent database connections to pool. Default is 20 | A valid number | ❌ | ✅ |