I am syncing a table using the “Incremental | Dedu...
# replication-troubleshooting
h
I am syncing a table using the “Incremental | Deduped History approach” using Basic Normalization. The final deduped table is partitioned by _airbyte_emitted_at. Is there a way to partition it by a timestamp available in the source table instead of this field?
c
h
Yep, thanks, Chris. It’s nice it can be done, but seems like it’s too many steps to accomplish a simple task like that. I kinda understand the philosophy behind it, but guess it would really be cool to have this option available in the interface when setting up a connection.