gopidesupavan commented on code in PR #53437:
URL: https://github.com/apache/airflow/pull/53437#discussion_r2213825000


##########
providers/hashicorp/src/airflow/providers/hashicorp/secrets/vault.py:
##########
@@ -93,9 +93,9 @@ class VaultBackend(BaseSecretsBackend, LoggingMixin):
 
     def __init__(
         self,
-        connections_path: str = "connections",
-        variables_path: str = "variables",
-        config_path: str = "config",
+        connections_path: str | None = "connections",

Review Comment:
   does connection paths are optional i think atleast these are mandatory to 
work ?
   cc: @amoghrajesh adding as you mostly worked related to connection any 
thoughts ?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to