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

magnificent-morning-79243

03/18/2021, 4:09 PM
This message was deleted.
1
g

great-gold-98639

03/18/2021, 4:24 PM
For the first command, it seems you might need to set the working directory inside your container. If you are following the guide it has you run
Copy code
docker run -v $(pwd):/projects \
             -w /projects \
             meltano/meltano init yourprojectname
note the
-w
to set the working directory try running:
Copy code
docker run -v $(pwd):/projects \
             -w /projects \
             meltano/meltano add orchestrator airflow
thankyou 1
👍 2
s

square-cricket-69974

03/18/2021, 4:31 PM
I'll give this a go, thanks @great-gold-98639!
👍 1