uranusjr opened a new pull request, #38608: URL: https://github.com/apache/airflow/pull/38608
Repeated configuration access is moved to cached functions so the string literals don't need to be written repeatedly. The path configuration is made mandatory since it more or less is; using this backend without a path configured is most likely an unintended user error. Various functions are rewritten to take advantage of early returns, and more localized try-except blocks to improve code quality. -- 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]
