Firebolt
Last updated
Last updated
IP RESTRICTIONS
Make sure to allow traffic from one of the Paradime IPs in your firewall depending on the data location selected.
👉 See also: Paradime IP addresses.
You will be prompted to add a Development connection during the onboarding, or you can add more connections by going to account settings > connections, select Development Environment and enter the required fields.
Below are list of fields and example to create a connection.
🏢 Workspace level
fields are set by the the workspace Admin
and not configurable for by user
👥 User level
fields are set by each user (Admin
/Developer
) when setting the Development connection.
Profile Name
The profile name set in your dbt_project.yaml
. See more here.
dbt-firebolt
Host Name
The host name of the connection. For all customers it is api.app.firebolt.io
api.app.firebolt.io
Account Name
Specifies the account name (not the account ID) under which the specified database
exists
acme
Engine Name
The name of your Firebolt dev database.
analytics_gp
Database
The name of your Firebolt dev database.
analytics
Username
A Firebolt username with adequate permissions to access the specified engine_name
user_name@acme.io
Password
The password set for the user created in Firebolt.
password_xyz
Schema
Recommended. A string to add as a prefix to the names of generated tables when using the custom schemas workaround.
dbt_john
Threads
Must be set to 1
. Multi-threading is not currently supported in Firebolt.
1