Skip to main content
You can use the Python SDK to work with Firebolt Core.

Prerequisites

  • Python >=3.10
  • Firebolt Core running locally

Installation

Connection

The 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