mik-laj commented on a change in pull request #8436: Add Local Filesystem
Secret Backend
URL: https://github.com/apache/airflow/pull/8436#discussion_r410733255
##########
File path: airflow/secrets/base_secrets.py
##########
@@ -43,7 +43,7 @@ def build_path(path_prefix: str, secret_id: str, sep: str =
"/") -> str:
"""
return f"{path_prefix}{sep}{secret_id}"
- def get_conn_uri(self, conn_id: str) -> Optional[str]:
+ def get_conn_uri(self, conn_id: str) -> Optional[Union[str, List[str]]]:
Review comment:
I will revert it.
----------------------------------------------------------------
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]
With regards,
Apache Git Services