We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to install the plugin, this is the result:
$ meltano add orchestrator airflow Added orchestrator 'airflow' to your project Variant: apache (default) Repository: https://github.com/apache/airflow Documentation: https://hub.meltano.com/orchestrators/airflow--apache Added required file bundle 'files-airflow' to your project Variant: meltano (default) Repository: https://github.com/meltano/files-airflow Documentation: https://hub.meltano.com/files/files-airflow--meltano 2024-05-15T14:17:31.844493Z [info ] Installing orchestrator 'airflow' 2024-05-15T14:17:31.870172Z [info ] Installing file bundle 'files-airflow' 2024-05-15T14:17:33.375277Z [info ] Logged pip install output to /private/tmp/f/.meltano/logs/pip/orchestrators/airflow/pip.log 2024-05-15T14:17:33.375597Z [error ] Orchestrator 'airflow' could not be installed: Failed to install plugin 'airflow'. 2024-05-15T14:17:33.375664Z [info ] ERROR: 404 Client Error: Not Found for url: https://raw.githubusercontent.com/apache/airflow/constraints-2.1.2/constraints-3.11.txt 2024-05-15T14:17:34.212829Z [info ] Installed file bundle 'files-airflow' 2024-05-15T14:17:34.217558Z [info ] Adding 'files-airflow' files to project... 2024-05-15T14:17:34.218625Z [info ] Created orchestrate/dags/meltano.py 2024-05-15T14:17:34.218953Z [warning ] 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)
If I do meltano add files files-airflow or meltano add utility airflow, they seem to work fine, so I'm not sure what the difference is.
meltano add files files-airflow
meltano add utility airflow
The text was updated successfully, but these errors were encountered:
meltano add utility airflow is the preferred option now and we try to recommend that (e.g. meltano/meltano#8524).
Sorry, something went wrong.
No branches or pull requests
When I try to install the plugin, this is the result:
If I do
meltano add files files-airflow
ormeltano add utility airflow
, they seem to work fine, so I'm not sure what the difference is.The text was updated successfully, but these errors were encountered: