Not sure but looks like deduped history doesn't wo...
# contributing-to-airbyte
e
Not sure but looks like deduped history doesn't work as expected when using custom normalizations. My undestanding is that the deduplications gets overwritten by my custom dbt? source - MongoDB, destination - BQ
u
Are you using only custom transformations or did you keep the Basic Normalization on?
e
raw data + custom transformation
figured I didn't need Basic Normalization since it provided unsatisfactory results
Should I turn it on for the deduplication to work?
u
Did you export the dbt module built by Airbyte and changed it? Because the Basic Normalization using incremental + dedup do the work you need
e
nope. Created my own from scratch. Where can I find it?
e
does it require access to the server itself to explort the normalization models used? We have our instance installed on our own server but I have no access to the backend.
u
Yes, you need to have access to the backend.
e
BTW, is there an option to use dbt models from a private github repository? I am afraid a public repository can expose sensitive data
u
Yes there is a guide in our docs