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 dcccbfa commit 2ea9bf3Copy full SHA for 2ea9bf3
google/cloud/sql/connector/client.py
@@ -136,6 +136,7 @@ async def _get_metadata(
136
message = ret_dict.get("error", {}).get("message")
137
if message:
138
resp.reason = message
139
+ # skip, raise_for_status will catch all errors in finally block
140
except Exception:
141
pass
142
finally:
@@ -216,6 +217,7 @@ async def _get_ephemeral(
216
217
218
219
220
221
222
223
0 commit comments