Anyone have experience with running Meltano using ...
# getting-started
h
Anyone have experience with running Meltano using Airflow via Astronomer. Just want a sense check of my approach. I've created a Meltano project, added Astro astro as a project (i.e. added a
.astro
and
packages.txt
. I have a Dockerfile that uses the astro-runtime. I've modified the astro Docker image to install Meltano (in a virtualenv) and then RUN a meltano install. Looking at the Meltano Squared project I can see that the Airflow related functionality is confined to the
orchestrate
folder of the Meltano project.
p
@hawkar_mahmod I dont personally have experiencing doing this but what you described sounds correct. I maintain the Squared project so let me know if theres anything I can help with