harley_thomas
06/20/2023, 6:31 AMmeltano.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!Andy Carter
06/20/2023, 7:17 AMharley_thomas
06/20/2023, 7:19 AM