slack1132
06/24/2026, 3:57 PMmeltano add --plugin-type orchestrator airflow
yields
error: Error while accessing remote requirements file: `<https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-3.14.txt>`slack1132
06/24/2026, 4:00 PMReuben (Matatika)
06/25/2026, 10:11 PMpip_url to reference the constraints-2-11 branch instead, although looks like you would have to run with Python <=3.8, <3.13. Here's how to configure the Python version for a specific plugin: https://docs.meltano.com/reference/settings/#python
Otherwise, you could try updating to apache-airflow==3.x (i.e. a version that does support Python 3.14) and therefore constraints-3-x, but there may be breaking changes that make it incompatible with the utility as-is.slack1132
06/26/2026, 7:33 AMReuben (Matatika)
06/26/2026, 7:34 AM