Frank-T-Johansen commented on issue #27908: URL: https://github.com/apache/airflow/issues/27908#issuecomment-1327233455
It looks like the upgrade failed also, so I didn't need db upgrade: [airflow@<server> ~]$ /data01/airflow/.pyenv/versions/3.9.12/bin/pip install 'apache-airflow[odbc]' --constraint file:///data01/airflow/airflow/constraints.txt [lots of output that looks OK, until:] ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. apache-airflow-providers-snowflake 4.0.0 requires apache-airflow-providers-common-sql>=1.3.0, but you have apache-airflow-providers-common-sql 1.2.0 which is incompatible. apache-airflow-providers-slack 7.0.0 requires apache-airflow-providers-common-sql>=1.3.0, but you have apache-airflow-providers-common-sql 1.2.0 which is incompatible. apache-airflow-providers-oracle 3.5.0 requires apache-airflow-providers-common-sql>=1.3.0, but you have apache-airflow-providers-common-sql 1.2.0 which is incompatible. apache-airflow-providers-amazon 6.1.0 requires apache-airflow-providers-common-sql>=1.3.0, but you have apache-airflow-providers-common-sql 1.2.0 which is incompatible. Successfully installed apache-airflow-providers-common-sql-1.2.0 apache-airflow-providers-ftp-3.1.0 apache-airflow-providers-http-4.0.0 [airflow@<server> ~]$ echo $? 0 Why would it give exit value 0 (which is why I didn't discover it) [airflow@<server> ~]$ airflow version 2.4.2 And its still 2.4.2, it seems. I succeeded in upgrading dev environment to 2.4.3 using same method a week ago. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
