Connecting Airbyte and Firebolt.
http://localhost:8000
to access the Airbyte UI.
airbyte
and the password is password
. Before you deploy Airbyte in production make sure to change the password.
_airbyte_ab_id
: a UUID assigned by Airbyte to each processed event. The column type is TEXT.
_airbyte_emitted_at
: a TIMESTAMP indicating when the event was pulled from the source._airbyte_data
: a JSON blob representing event data, stored as TEXT, but can be parsed using JSON functions.