Gergely Imreh
10/17/2022, 7:28 AMtable is indeed deduped, and that’s nice
• there is a table_scd for the history, and that works fine as well, every entry has a unique _airbyte_ab_id as expected
• The normalized table (say normalizing a properties field), ends up as table_properties as expected for this example, but the content is different from what I’ve expected to some respect:
The differences and questions are:
• the contents of table_properties are normalized from table_scd (as confirmed by looking at the generated dbt code) rather than as expected from table , so end up with a loads more entries than expected. I would have expected table_properties to be deduped after the normalized just as table was before. Am I expecting something wrong?
• in table_properties there’s actually a lot more entries even than table_scd because a single entry seem to potentially (but not always) end up normalized multiple times, only the _airbyte_normalized_at field being different, while all the content fields are the same (as are the hashid fields to confirm). Looking at duplicates, I see some some entries normalized multiple times for us up to 8x even (most of the duplicates are 2-3x) on our 1/h schedule. What can cause multiple normalization like this, if the underlying table does have only a single entry?Gergely Imreh
10/17/2022, 7:28 AMAlex Marquardt (Airbyte)
10/17/2022, 7:56 AMuser
10/17/2022, 11:57 AMGergely Imreh
10/21/2022, 6:59 AM