If I'm using airflow meltano plugin and I want to ...
# getting-started
m
If I'm using airflow meltano plugin and I want to update to 2.7, do you think changing the numbers in the configuration would just work?
Copy code
plugins:
  utilities:
  - name: airflow
    variant: apache
    pip_url: git+<https://github.com/meltano/airflow-ext.git@main> apache-airflow==2.3.3
      --constraint <https://raw.githubusercontent.com/apache/airflow/constraints-2.3.3/constraints-no-providers-${MELTANO__PYTHON_VERSION}.txt>
      psycopg2-binary==2.9.6
I don't want to break anything, and too lazy to try on another env. melty bouncy