I'm trying to set up multiple pipelines where a bu...
# plugins-general
m
I'm trying to set up multiple pipelines where a bunch of extractors point to the same loader, but I want to have different configs for the loaders. I see pipeline-specific-configuration in the docs, and I see that you can define your environment variables within the
meltano.yml
file, but I don't want to actually store the values there and would rather have them within the
.env
file.