You can use the Python SDK to work with Firebolt Core.Documentation Index
Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Python >=3.10
- 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.