Hello, could someone help me with my understanding...
# getting-started
m
Hello, could someone help me with my understanding. I have around 10 instances of Postgres all with a target of one single big query instance. Would I set up ~10 projects each with a different tap instance and all the same destination to achieve this?
j
Hi Matt, you can use plugin inheritance to create multiple taps for your different instances. Relevant thread: https://meltano.slack.com/archives/C01TCRBBJD7/p1621510668030300
t
What Jules said! 馃檪
m
Thanks guys. This is what I was looking for.
a
@matt_hardner - It won鈥檛 impact functionality at all, but note for now this will cause multiple installations during
meltano install
. We have an item in our backlog to reuse a single installation for all copies: Reuse parent plugin installation directory if `pip_url` matches, to prevent unnecessary duplication (#2490) 路 Issues 路 meltano / Meltano 路 GitLab Hopefully only a minor inconvenience but since you mentioned a large degree of reuse, just wanted to let you know that鈥檚 on our radar.