Hello everyone. I'm just getting started on meltan...
# getting-started
a
Hello everyone. I'm just getting started on meltano. For my use case i already have airflow deployed on EKS. Is it possible to run meltano using KubernetesPodOperator?
u
@akmal yep! Check out this blog from a while back when we were deploying our own internal meltano project to kubernetes https://meltano.com/blog/deploying-meltano-for-meltano/, we've now moved to meltano cloud though. See also our project for the dag generator https://github.com/meltano/squared/tree/main/data/orchestrate/airflow (the readmes in that directory might be outdated at this point)
a
great, thanks! @pat_nadolny