Failure running unit tests since upgrading to airflow 2.0 and then downgrading to 1.10.14 #13204
-
|
I upgraded to airflow 2.0 today and then realised i would need to refactor some of my code so downgraded to version 1.10.14. This always worked and now constantly fails along with any other tests. This code has not been changed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Looks like the DAGBAG_IMPORT_TIMEOUT have been upgraded in your config files. It changed to float in airflow 2.0 so value |
Beta Was this translation helpful? Give feedback.
Looks like the DAGBAG_IMPORT_TIMEOUT have been upgraded in your config files. It changed to float in airflow 2.0 so value
30.0is acceptable but for Airlfow 1.10 it was int. You need to find the place in configuration where you set it to to30.0and set it back to30