Dev-iL commented on issue #42136: URL: https://github.com/apache/airflow/issues/42136#issuecomment-2442049335
I had this issue too, turns out I edited one of the files through vim, pasted some code, and it pasted tabs instead of spaces, so the file became an invalid python script due to `TabError: inconsistent use of tabs and spaces in indentation`. After I fixed that, it all went back to normal. Note that the problematic file was unrelated to the failing tasks. -- 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]
