FireboltHook

Firebolt

A client to interact with Firebolt. This hook requires the firebolt_conn_id connection. The firebolt login, password, and api_endpoint field must be setup in the connection. Other inputs can be defined in the connection or hook instantiation. :param firebolt_conn_id: Reference to

View on GitHub

Last Updated: Mar. 9, 2023

Access Instructions

Install the Firebolt provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

firebolt_conn_idstr
databaseOptional[str]name of firebolt database
engine_nameOptional[str]name of firebolt engine

Documentation

A client to interact with Firebolt. This hook requires the firebolt_conn_id connection. The firebolt login, password, and api_endpoint field must be setup in the connection. Other inputs can be defined in the connection or hook instantiation. :param firebolt_conn_id: Reference to

Firebolt connection id

Was this page helpful?