Hey folks! Is there a way for me to dynamically se...
# troubleshooting
a
Hey folks! Is there a way for me to dynamically set the replication method used by
target-bigquery
based on the stream? Some of my stream have PKs so I want to merge the records, others don't have a PK and I want them to get appended. Any idea what the best way to implement this would be?
c
If I understand you correctly, this is setting on the
tap
side. https://docs.meltano.com/concepts/plugins#metadata-extra
a
Thanks! I'll try that out!