<@U01A6TEQXRU> is there anything i can do to help ...
# contributing-to-airbyte
c
@s is there anything i can do to help on the “it works” front?
u
• Work with Artem to resolve his build issues • Write an e2e test case for a scheduled sync (right now we only have manual sync)
u
cc @Michel since you were asking about this
u
The latest on postgres is right now we don't support incremental sync in our singer taps (ifaces do but impl doesn't account for it in a few places). That's the last remaining piece in postgres which then unblocks remaining e2e tests
u
impl as in the singer impl?
u
our data type is missing a key needed by singer (replication-key) and the type conversions don't account for it
u
@charles is replication-key input anywhere in the UI when setting up incremental sync?
u
no
u
aren’t just doing full refresh and append for MVP?
u
is replication key needed for append?
u
I thought we were just doing append
u
there's at least one point in the code where append was hard coded
u
you’re probably right.
u
the operative thing here is whether you need repication-key for append.
u
yeah
u
yes
u
singer only has
FULL_REFRESH
and
INCREMENTAL
u
whelp. we have a problem then.
u
the spec at least
u
how is replication key specified in singer? in the catalog?
u
yes
u
right next to where it specifies replication method
u
do you want to zoom about this real quick