ashb commented on a change in pull request #9645:
URL: https://github.com/apache/airflow/pull/9645#discussion_r451462635
##########
File path: airflow/configuration.py
##########
@@ -85,6 +85,15 @@ def run_command(command):
return output
+def _get_config_value_from_secret_backend(config_key):
Review comment:
Any reason why this is a function in the module, and not a method on the
AirflowConfiguration class?
----------------------------------------------------------------
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]