binoy_shah
02/24/2022, 5:59 PMmeltano.yml
+ supporting files to existing/remote Airflow server and have it schedule something to be execute it; how does my code from github get pushed to Airflowpat_nadolny
02/25/2022, 4:10 PMpat_nadolny
02/25/2022, 4:17 PMmeltano elt tap-x target-y
. The DAGs are packaged in the Airflow image and are redeployed to the cluster on a merge to the git main branch. This way when we merge code our CICD process deploys the new Airflow DAGs, etc. and our new Meltano configurations. To assist this as well, we use a custom dag_generator (based off the original dag_generator thats added to your project with a meltano add orchestrator airflow
) that uses a yaml file to define DAGs, but you can also use the default schedule feature. Our custom dag generator allows toggling between a local bash executor and kubernetes pod operator based on the environment your running in i.e. local dev vs prod deployed