Glauber Costa
05/02/2023, 1:07 AMkapa.ai
05/02/2023, 1:07 AMkapa.ai
05/02/2023, 1:07 AM{
"make": "alfa romeo",
"model": "4C coupe",
"horsepower": "247"
}
Basic normalization would create a table like this: CREATE TABLE "cars" ( "_airbyte_ab_id" VARCHAR, "_airbyte_emitted_at" TIMESTAMP_WITH_TIMEZONE, "_airbyte_cars_hashid" VARCHAR, "_airbyte_normalized_at" TIMESTAMP_WITH_TIMEZONE, -- data from source "make" VARCHAR, "model" VARCHAR, "horsepower" INTEGER );
[source](https://docs.airbyte.com/understanding-airbyte/basic-normalization#example) Regarding SQLite, it's not mentioned in the list of destinations that support basic normalization [source](https://docs.airbyte.com/understanding-airbyte/basic-normalization#destinations-that-support-basic-normalization). One possible reason could be that SQLite doesn't support the WITH
keyword or other features required for basic normalization. However, the exact reason is not provided in the information extracts.Glauber Costa
05/02/2023, 1:23 AMGlauber Costa
05/02/2023, 1:27 AMnormalizationIntegrationType
but I don't see SQLite as a possible dialect. Would love to hear from a human airbyter about the possibility of adding it!