Hi everyone, I'm a new user of Airbyte and I didn'...
# ask-community-for-troubleshooting
c
Hi everyone, I'm a new user of Airbyte and I didn't achieve to find an answer to this question : Does anyone know if is it possible to replicate data with Incremental Sync - Deduped History between two Snowflake account. I ask this because when i look at the Snowflake source documentation it is mentioned that Incremental - Append Sync is available and not the Deduped History but in the Snowflake destination documentation the Incremental Deduped history is mentioned. So i would like to know which, the source or the destination, is "restricting" the use of the Incremental Sync Deduped history. Thanks a lot 🙏
a
Hey @Clément Bidan! The deduplication happens on the destination side using our built-in DBT normalization, this is why it's only mentioned as supported on the destination side. In other words, you should be able to use
Incremental Sync Deduped
if you set a Snowflake to Snowflake connection. If you need further assistance please post on our troubleshooting forum. We are running most of our community support from there.
🙏 2
c
Awesome! Thanks a lot 🙂