More info on connector loaded vs destination flush process #41019
Replies: 2 comments
-
Digging more into it I think my question is generic about the flow of the connector loading records, and how does the destination is picking them up. I see in the connector retry "414,751 records extracted|414,706 records loaded" I presume the data is written at the end? Are there any docs? Or can I monitor in otel metrics how much data is loaded but not yet written? |
Beta Was this translation helpful? Give feedback.
-
Seems that it is using several temporary tables between these two steps https://airbyte.com/tutorials/incremental-data-synchronization#step-7 |
Beta Was this translation helpful? Give feedback.
-
Hello!
I am looking for more information on the data flow of a postgresql as a connector, or the entire connector data flow, not sure where to dig down.
When I trigger a connector with Incremental | Append + Deduped destination postgresql, the data seems to be flowing but the data is not yet available in the respective tables.
Given the scenario (postgresql in aws rds 16.3)
Even after 15h when the first 3 tables are done(according to airbyte connector), when I select * count in the destination tables I see no data.
The data only surface after few hours after the airbyte job is done.
Can someone point me to which area to dig up more, I presume this is not the intended behaviour.
Beta Was this translation helpful? Give feedback.
All reactions