KevYuen opened a new pull request #13115: URL: https://github.com/apache/airflow/pull/13115
The `Blob.download_as_string` function returns a byte which cause the log result to be displayed in a single line like: b"line1\nline2" instead of line1 line2 added an isinstance check to make sure it doesn't break if it returns string in some case and not others all the logs is in a single line: <img width="959" alt="image" src="https://user-images.githubusercontent.com/4744103/102393049-daec3900-3fa5-11eb-8b37-361adac86ba4.png"> Version: 2.0.0rc3 TODO: --- - [ ] Update test to include case with byte return value instead of string ---------------------------------------------------------------- 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]
