vandonr-amz opened a new pull request, #33452: URL: https://github.com/apache/airflow/pull/33452
`conf.get` is insensitive (it converts section and key to lower case), but `set` is not, which can lead to surprising behavior (see the test, which is not passing without the fix). I suggest that we override set as well to fix that. Any value that was set before with upper case was unreacheable. -- 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]
