potiuk commented on a change in pull request #19332:
URL: https://github.com/apache/airflow/pull/19332#discussion_r741682109



##########
File path: airflow/models/variable.py
##########
@@ -124,15 +125,18 @@ def get(
         key: str,
         default_var: Any = __NO_DEFAULT_SENTINEL,
         deserialize_json: bool = False,
+        skip_external_backends: bool = False,

Review comment:
       Also plural suggests that we can have more than one "external/secret" 
backend configured - which we don't have (and will not likely have), so I 
suggest to use singular form.




-- 
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]


Reply via email to