I have been using <Singer.io> for the past year or...
# announcements
s
I have been using Singer.io for the past year or two and have developed a custom Tap that is up and running. I have several more in the pipeline but have been exploring options for orchestration recently. I dug into Airflow, and have trialled the saas Astronomer variant. Awesome project, but missing some meta-features. Now I’m here 👍
I’m attempting to
meltano add orchestrator airflow
but ran into some issues.
My project is setup on a Mac, using a virtualenv
meltano-space
.
I receive the following error that indicates that I am missing the
pip
executable file
this
pip
file is also missing from
rmytano/.meltano/files/airflow/venv/bin/pip
was using pipenv instead of virtualenv. good to go!