Can multiple Meltano pipelines (running in different containers) use the same System DB?
E.g.
I have two containers for two different data sources (tap-mssql -> target-postgres and tap-s3-csv -> target-postgres)
In both cases, the target DB is the same (different target schemas)
Can I use a setup like this:
1 DB cluster
1 Database
1 Meltano schema (therefore one set of Meltano systemdb tables)
2x Data Source Schemas
2x Instances of Meltano
?