Hi Team, I am looking for to trigger Meltano job f...
# best-practices
r
Hi Team, I am looking for to trigger Meltano job from external airflow (mwaa). can you please suggest the way ? api or ssh or bash any possible ways?
a
Hi @rahul_patel. You can use Airflow’s BashOperator to execute commands in a Bash shell. Does this help?
r
Airflow and meltano are in different environment. Airflow is aws managed and meltano is EKS pods.
p
hey @rahul_patel - could you use the KubernetesPodOperator to spin up the Meltano container with your command? Thats what we do in our Meltano instance using a custom implementation to just prep some inputs first before calling the standard KubernetesPodOperator