Matt Menzenski
12/12/2022, 3:21 PMmeltano run tap-spreadsheets-anywhere target-postgres dbt-postgres:run
to pull data from AWS S3 and put it into postgres
• meltano run tap-postgres target-redshift dbt-redshift:run
to pull from postgres and put it into redshift
Is this the use case for job
? https://docs.meltano.com/reference/command-line-interface#job
I think that I would like to have one single meltano repository and build one Docker image from it, and have it be able to run each of the processes that I need.magnus_avitsland
01/26/2023, 7:04 PM