https://meltano.com/ logo
#announcements
Title
# announcements
a

adventurous-zebra-79088

02/19/2021, 6:56 PM
Hi all, I am working on implementing meltano. Locally I have everything working via a Dockerfile and then a docker-compose with multiple containers, metlano-ui, meltano-postgres, and the three airflow components. Currently we already have a airflow instance up running other ELT tools. What would be the easiest option to use one airflow instance, do I need to add the meltano.py dag generator file in my main instance and change the
MELTANO_PROJECT_ROOT
env_var?
r

ripe-musician-59933

02/19/2021, 6:58 PM
@adventurous-zebra-79088 Yep, that's basically it! You'll also want to make sure that the
meltano
executable is actually available from Airflow
https://meltano.com/docs/orchestration.html#using-an-existing-airflow-installation has some notes on this, but it may be incomplete (and please let me know or contribute an addition if it is)
a

adventurous-zebra-79088

02/19/2021, 7:04 PM
Great ill give it a shot, thank you.
👍 1
e

echoing-translator-92912

02/22/2021, 11:38 PM
@glamorous-cat-79875 this should help with orchestration
1