matt_barfoot
04/25/2023, 7:25 PMInstalling 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?thomas_briggs
04/25/2023, 7:31 PMadd utility airflow
instead of add orchestrator airflow
. I think the 'orchestrators` are deprecated at this point.matt_barfoot
04/25/2023, 7:33 PM