I'm with a problem when i try do: meltano install ...
# troubleshooting
v
I'm with a problem when i try do: meltano install orchestrator airflow the problem: 2024-07-10T001110.480929Z [info ] Installing 1 plugins 2024-07-10T001110.481778Z [info ] Installing orchestrator 'airflow' 2024-07-10T001117.249930Z [info ] Logged pip install output to /home/vinicius/code-challenge/meu_projeto/.meltano/logs/pip/orchestrators/airflow/pip.log 2024-07-10T001117.250202Z [error ] Orchestrator 'airflow' could not be installed: Failed to install plugin 'airflow'. 2024-07-10T001117.250280Z [info ] ERROR: 404 Client Error: Not Found for url: https://raw.githubusercontent.com/apache/airflow/constraints-2.1.2/constraints-3.10.txt Failed to install plugin(s)
e
Orchestrators plugins are deprecated, it's recommended now to use utilities:
Copy code
meltano install utility airflow
Did you find the
meltano install orchestrator airflow
recommended somewhere in the docs?
v
in the message error
I'm tring initialize de meltano, but it happenes:
e
You might wanna remove the orchestrator and add the utility. They have a slightly different CLI.