Has anyone else had issues with dependencies insta...
# troubleshooting
m
Has anyone else had issues with dependencies installing Meltano on Google Cloud Composer? Would the recommended solution be for composer to call Meltano containers?
d
Yeah, I think it would be easiest to containerize your Meltano project and then having Composer call the Docker image using the DockerOperator
m
@douwe_maan Thank you for the quick reply, I will take that route.