Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cubed3-docs-cub-2416-update-semantic-snowflake-semantic-vie.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The driver for Firebolt is supported by its vendor. Please report any issues to their Help Center.

Prerequisites

Setup

Manual

Add the following to a .env file in your Cube project:
CUBEJS_DB_NAME=firebolt_database
CUBEJS_DB_USER=aaaa-bbb-3244-wwssd
CUBEJS_DB_PASS=**********
CUBEJS_FIREBOLT_ACCOUNT=cube
CUBEJS_FIREBOLT_ENGINE_NAME=engine_name

Environment Variables

Environment VariableDescriptionPossible ValuesRequired
CUBEJS_DB_NAMEThe name of the database to connect toA valid database name
CUBEJS_DB_USERA service account ID for accessing Firebolt programmaticallyA valid service id
CUBEJS_DB_PASSA service account secret for accessing Firebolt programmaticallyA valid service secret
CUBEJS_FIREBOLT_ACCOUNTAccount nameAn account name
CUBEJS_FIREBOLT_ENGINE_NAMEEngine name to connect toA valid engine name
CUBEJS_FIREBOLT_API_ENDPOINTFirebolt API endpoint. Used for authenticationapi.dev.firebolt.io, api.staging.firebolt.io, api.app.firebolt.io-
CUBEJS_DB_MAX_POOLThe maximum number of concurrent database connections to pool. Default is 20A valid number
CUBEJS_CONCURRENCYThe number of concurrent queries to the data sourceA valid number