Hello... I'm new here :slightly_smiling_face: . I'...
# troubleshooting
m
Hello... I'm new here 🙂 . I'm having some trouble installing airflow:
Installing orchestrator 'airflow'...
Installing file bundle 'files-airflow'...
Orchestrator 'airflow' could not be installed: failed to install plugin 'airflow'.
ERROR: 404 Client Error: Not Found for url: <https://raw.githubusercontent.com/apache/airflow/constraints-2.1.2/constraints-3.10.txt>
Installed file bundle 'files-airflow'
2023-04-25T19:14:54.340675Z [info     ] Adding 'files-airflow' files to project...
2023-04-25T19:14:54.342672Z [info     ] Created orchestrate\dags\meltano.py
Installed 1/2 plugins
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Failed to install plugin(s)
And it is quite right ... you do get a 404 if you hit that raw github url.. but not sure what I do about that?
t
Funny, I just hit that yesterday too. I think the issue is the type of plugin - IIRC I had to do
add utility airflow
instead of
add orchestrator airflow
. I think the 'orchestrators` are deprecated at this point.
m
ahh ok thanks. I will try that.