Can someone clarify for me whether or not airflow ...
# docker
l
Can someone clarify for me whether or not airflow comes with the meltano/meltano docker image? Or is this something that needs to be installed afterward? (I'm new to a lot of this!)
t
It does not come pre-installed https://gitlab.com/meltano/meltano/-/tree/master/docker adding it as an orchestrator installs it
l
thanks @taylor!
One more question @taylor, im trying to understand how to install dependencies into my project via docker. At root would I then run:
Copy code
docker run meltano/meltano add orchestrator airflow
Or simply:
Copy code
meltano add orchestrator airflow
Thanks!
t
I believe if you’re outside the container the first command should work. you can review the meltano.yml afterwards to validate it was added