Hi everyone, I plan to run 1-2 simple pipelines on...
# getting-started
k
Hi everyone, I plan to run 1-2 simple pipelines on production. No specific requirements, just to load some data. Will meltano work well on Google Cloud Run? (I mean just to run a docker container on Cloud Run and schedule via Cloud Scheduler). Are there any issues with this approach?
v
should work! For simple pipelines I like to ask what tool you're using for your git repos. If it's github / gitlab I'd just use gitlab CI / github CI, and then maybe a private runner if that matters and depending on the data sources/targets.
k
@visch thank you, will try to deploy tomorrow!