What's the best way to manage various tables ingestion from same DB while using Postgres as source ?
a) Use a new connection for each table
b) All tables in same connections
In former approach how are we handing if there is a re-sync in schema required for single table out of n tables ?