Replies: 1 comment 4 replies
-
Likely you have different (lower) version of airlfow when you run When you pin airlfow with ==, and some of your dependencies are conflicting, you will see an error message telling which of your dependencies are conflcting and you will have to make sure to solve those conflicts - usually by making sure you remove limitations on some other dependencies and make your code compatible with newer versions of those dependencies. |
Beta Was this translation helpful? Give feedback.
-
I have been running airflow db upgrade command to upgrade database accordingly but its getting failed with error - "ERROR: You need to upgrade the database. Please run
airflow db upgrade
. Make sure the command is run using Airflow version 2.3.4."The same lines of code and everything is working well in sandbox and preprod environment but in prod its getting failed.
I did followed this document and collation also in mysql8.0 db - https://airflow.apache.org/docs/apache-airflow/stable/installation/upgrading.html but did not get any luck. Can you please let me know how to get rid of this error and what are the other possibilities.
Beta Was this translation helpful? Give feedback.
All reactions