Firebolt
Firebolt
The recommended connector library for Firebolt is firebolt-sqlalchemy.
Ferris has been tested on firebolt-sqlalchemy>=0.0.1
.
The recommended connection string is:
firebolt://{username}:{password}@{database}
or
firebolt://{username}:{password}@{database}/{engine_name}
Here’s a connection string example of Ferris connecting to a Firebolt database:
firebolt://email@domain:password@sample_database
or
firebolt://email@domain:password@sample_database/sample_engine
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified November 13, 2023: init (cb2a58c)