What's the best way to use meltano as part of existing airflow deployment? We use MWAA(on AWS) and have few pipelines existing. We want to start using meltano for a extraction and dumping to S3 . For now, i just created a bash operator and calling meltano elt
p
ptd
05/26/2022, 1:14 PM
We’re also using the bash operator for this.
k
kk
05/26/2022, 1:17 PM
So, problem with MWAA is that, it's a read only file system . So, when running tap through meltano, it keeps saying access denied.. how are you dealing with this?
p
ptd
05/26/2022, 1:21 PM
Ah, I guess we’re not using MWAA, so we don’t have that problem. I was just addressing how we run meltano in an existing airflow deployment, sorry.
k
kk
05/26/2022, 1:22 PM
Got it. Thank you
a
alexander_butler
05/26/2022, 3:55 PM
Kubernetes pod operator maybe? Connected to AKS
d
dim_hoogeveen
05/27/2022, 11:15 AM
Another alternative is to dockerize meltano and subsequently use it in combination with ECS Fargate.