vikramcse commented on issue #13638: URL: https://github.com/apache/airflow/issues/13638#issuecomment-770171692
Hi @potiuk I am able to reproduce the issue. while debugging I noticed that when the `try_number < 1` the `read` function from `FileTaskHandler` has only one return parameter which is logs, where there should be two return parameters logs and metadata. To fix this issue I have added a fix, which returns two parameters instead of one  the output of above modification is  Am I on right path? and do I have to add unit test for this scenario? thank you ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
