Satish Chinthanippu
10/31/2022, 6:02 AMMarlon Gómez
11/07/2022, 2:02 PM_airbyte_ab_id
, _airbyte_emitted_at
and _airbyte_data
) and then add basic normalization. But in this case, I just set my destination connector with the structure the streams defineSatish Chinthanippu
11/10/2022, 9:49 AMRahul Borse
11/11/2022, 9:02 AMMarlon Gómez
11/14/2022, 3:24 PMstream
and the data
you want to store. From the configuredCatalog
you can have access to the properties of each stream. If I'm not mistaken, that's what they do here
I want to be clear that doing something like this breaks the pattern and contract that Airbyte is proposing. How bad can it get? I suppose it depends on the scenario.
In a perfect world, you should try to understand those transformation templates and create your own