Connecting Metabase and Firebolt.
/plugins
directory on your Metabase host system./plugins
directory is located in the same folder where the metabase.jar
file runs.
After completing these steps, the Firebolt connector will be available for configuration within Metabase.Field | Description |
---|---|
Display Name | A name to identify your database in Metabase. Use the same name as your Firebolt database for simplicity. |
Client ID | The service account ID associated with your Firebolt database. |
Client Secret | The secret for the service account associated with your Firebolt database. |
Database name | Specify the name of the Firebolt database you want to connect to. |
Account name | The name of your Firebolt account, which is required to log in and authenticate your database connection. |
Engine name | Provide the name of the Firebolt engine that will be used to run queries against the database. |
Additional JDBC options | Add any extra parameters needed for the connection, such as connection_timeout_millis=10000 . For more options, access the JDBC connection parameters guide. |