Anyone upgraded their Meltano projects airflow? I...
# troubleshooting
e
Anyone upgraded their Meltano projects airflow? I was told it should be using 2.x airflow, but I've glanced at the project and can see the constraint which is causing it to install 1.x is there a proper
meltano upgrade
for airflow within my project dir?
Copy code
orchestrators:
  - name: airflow
    pip_url: apache-airflow==1.10.14 --constraint <https://raw.githubusercontent.com/apache/airflow/constraints-1.10.14/constraints-3.6.txt>
I've done
meltano upgrade
already , no change to the orchestrator version yet
just did
meltano install orchestrator
, no change there either.. but not breaking anything either soo that's good 🙂
ah perhaps this is the way.. I'm a bit scared to just try it but... perhaps this is the correct way ? https://meltano.slack.com/archives/C01TCRBBJD7/p1624880500415100?thread_ts=1624877919.414900&amp;cid=C01TCRBBJD7
just now noticing... that my constraints cite python 3.6.. which is EOL.. so I best upgrade and it appears the quickest way to do this is via modifying the
pip_url
manually?