Exasol
Exasol is the in-memory database built for analytics.
Sync overview
Output schema
Each Airbyte Stream becomes an Exasol table and each Airbyte Field becomes an Exasol column. Each Exasol table created by Airbyte will contain 3 columns:
_AIRBYTE_AB_ID
: a uuid assigned by Airbyte to each event that is processed. The column type in Exasol isVARCHAR(64)
._AIRBYTE_DATA
: a json blob representing with the event data. The column type in Exasol isVARCHAR(2000000)
._AIRBYTE_EMITTED_AT
: a timestamp representing when the event was pulled from the data source. The column type in Exasol isTIMESTAMP
.