uranusjr commented on issue #17371:
URL: https://github.com/apache/airflow/issues/17371#issuecomment-976319122
Note that `open(...).read()` will leave you with an unclosed file handle.
It’s better to use `pathlib.Path("/path/to/yaml").read_text()` instead.
--
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]