We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d9d86 commit 44ca807Copy full SHA for 44ca807
google/cloud/sql/connector/lazy.py
@@ -21,7 +21,7 @@
21
22
from google.cloud.sql.connector.client import CloudSQLClient
23
from google.cloud.sql.connector.connection_info import ConnectionInfo
24
-from google.cloud.sql.connector.connection_name import _parse_instance_connection_name
+from google.cloud.sql.connector.connection_name import ConnectionName
25
from google.cloud.sql.connector.refresh_utils import _refresh_buffer
26
27
logger = logging.getLogger(name=__name__)
@@ -38,7 +38,7 @@ class LazyRefreshCache:
38
39
def __init__(
40
self,
41
- conn_name: str,
+ conn_name: ConnectionName,
42
client: CloudSQLClient,
43
keys: asyncio.Future,
44
enable_iam_auth: bool = False,
0 commit comments