thanks. my understanding of
environment
is prod, staging, etc. so with that creds with those resources. seems the only way to do what i want is possibly re-write the .env variables under
TAP_POSTGRES_SELECT
; ideally i want one yaml with the all the jobs and i could just run
meltano ... run hello
meltano ... run world
rather than creating a separate yaml for each job; unless i'm missing something?