Hi everyone, apologies for a trivial question but ...
# getting-started
h
Hi everyone, apologies for a trivial question but I am new to Data Engineering. Within the same
meltano.yml
file am I able to configure multiple "instances" of the same loader? I want to use the
target-postgres
loader, but configure multiple databases, i.e
meltano run tap-foo target-postgres-bar
as one command
meltaon run tap-bar target-postgres-foo
as another. I think I am missing something trivial but I tried changing the
name
property for the loader configuration but then it complains about not being able to find the loader. Any help is appreciated!
h
Thank you @Andy Carter, I kept my search specific to loaders and should have been looking more broadly at plugins, I appreciate your help! 👍