Can multiple Meltano pipelines (running in differe...
# best-practices
d
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:
Copy code
1 DB cluster
1 Database
1 Meltano schema (therefore one set of Meltano systemdb tables)
2x Data Source Schemas
2x Instances of Meltano
?
a
Hi, @david_tout. Yes, that config should work great. 👍