Hi everyone, I’ve been using the tap-postgres from...
# best-practices
k
Hi everyone, I’ve been using the tap-postgres from MeltanoLabs version for doing hourly log-based replication. I wonder is there any way to parameterized the replication slot name? Instead of hardcoded
tappostgres
can it be named something else? I might come into scenario where I must replicate the same source to two separate destination while data migration is happening. Thank you!
v
You can submit a PR, I think the easiest solution here would be a config value with a default set
e
@Krisna Aditya the tap accepts a
replication_slot_name
setting
v
Already done! 😄 nice @Edgar Ramírez (Arch.dev) I missed that as the readme wasn't updated 😓
e
Updated the readme, thanks @visch!
ty 1