alexander_rougellis
09/21/2022, 5:58 PMAdded orchestrator 'airflow' to your Meltano project
Variant: apache (default)
Repository: <https://github.com/apache/airflow>
Documentation: <https://docs.meltano.com/guide/orchestration>
Installing orchestrator '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>
Failed to install plugin(s)
What is the best course of acton from here?Will Da Silva (Arch)
09/21/2022, 6:02 PMWill Da Silva (Arch)
09/21/2022, 6:05 PMWill Da Silva (Arch)
09/21/2022, 6:08 PM.meltano/orchestrators/airflow/venv/bin/pip list installed | grep airflow I see
apache-airflow 2.1.2
apache-airflow-providers-ftp 2.0.0
apache-airflow-providers-imap 2.0.0
apache-airflow-providers-sqlite 2.0.0
When using Python 3.9. I'll try 3.10 in a second.Will Da Silva (Arch)
09/21/2022, 6:10 PMWill Da Silva (Arch)
09/21/2022, 6:20 PMapache-airflow==2.1.2 instead of some other version?edgar_ramirez_mondragon
09/21/2022, 6:35 PMpip_url though.Will Da Silva (Arch)
09/21/2022, 6:37 PMedgar_ramirez_mondragon
09/21/2022, 6:45 PMWill Da Silva (Arch)
09/21/2022, 8:12 PMfarid
02/24/2023, 3:44 PMcd .meltano/orchestrators/airflow
source venv/bin/activate
AIRFLOW_VERSION=2.5.1
PYTHON_VERSION="$(python --version | cut -d " " -f 2 | cut -d "." -f 1-2)"
CONSTRAINT_URL="<https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt>"
pip install "apache-airflow[async,postgres,google]==${AIRFLOW_VERSION}" --constraint "${CONSTRAINT_URL}"