Prerequisites
- Python 3.10 and up
- Firebolt Core running locally
Installation
Connection
url and database parameters are optional and can be omitted. In such case they default to http://localhost:3473 and firebolt respectively.
auth=FireboltCore() is a required parameter and tells the SDK to connect to the Core instance.
Further reading
- Firebolt Python SDK documentation
- The firebolt-python-sdk repository on GitHub
- Code examples (in Jupyter notebooks) in the SDK repository that demonstrate common data tasks with Firebolt Core.