1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/docs/integrations/sources/firebolt.md
2023-08-23 16:49:34 -03:00

2.7 KiB

Firebolt

Overview

The Firebolt source allows you to sync your data from Firebolt. Only Full refresh is supported at the moment.

The connector is built on top of a pure Python firebolt-sdk and does not require additonal dependencies.

Resulting schema

The Firebolt source does not alter schema present in your database. Depending on the destination connected to this source, however, the result schema may be altered. See the destination's documentation for more details.

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental - Append Sync No

Getting started

Requirements

  1. An existing AWS account

Setup guide

  1. Create a Firebolt account following the guide

  2. Follow the getting started tutorial to setup a database

  3. Load data

  4. Create an Analytics (read-only) engine as described in here

You should now have the following

  1. An existing Firebolt account
  2. Connection parameters handy
    1. Username
    2. Password
    3. Account, in case of a multi-account setup (Optional)
    4. Host (Optional)
    5. Engine (Optional), preferably Analytics/read-only
  3. A running engine (if an engine is stopped or booting up you won't be able to connect to it)
  4. Your data in either Fact or Dimension tables.

You can now use the Airbyte Firebolt source.

Changelog

Version Date Pull Request Subject
1.0.0 2023-07-20 21842 PGDate, TimestampTZ, TimestampNTZ and Boolean column support
0.2.1 2022-05-10 25965 Fix DATETIME conversion to Airbyte date-time type
0.2.0 2022-09-09 16583 Reading from views
0.1.0 2022-04-28 13874 Create Firebolt source