fhoda commented on a change in pull request #11736:
URL: https://github.com/apache/airflow/pull/11736#discussion_r510553607



##########
File path: airflow/providers/hashicorp/secrets/vault.py
##########
@@ -48,7 +48,7 @@ class VaultBackend(BaseSecretsBackend, LoggingMixin):
         (default: 'connections').
     :type connections_path: str
     :param variables_path: Specifies the path of the secret to read to get 
Variables

Review comment:
       Is something like this ok?
   
   ```
       :param connections_path: Specifies the path of the secret to read to get 
Connections.
           (default: 'connections'). Note that if set to None (null), requests 
for connections will not be sent to Vault.
       :type connections_path: str
       :param variables_path: Specifies the path of the secret to read to get 
Variable.
           (default: 'variables'). Note that if set to None (null), requests 
for variables will not be sent to Vault.
       :type variables_path: str
   ```




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


Reply via email to