Hello, I am Currently syncing multiple postgres sources to a single bigquery destination. I want to add some kind of sourceID to the table to distinguish the data. I am open for all advices and tips.
j
Jayesh Asrani
04/04/2022, 7:34 AM
Adding Database Name along with each record should do the trick in my opinion
s
Shubham Pinjwani
04/04/2022, 9:55 AM
You mean adding sourceID to the name for the database or table?