claude-memory/graph/solutions/cloudsql-python-connector-import-path-db7cb3.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

18 lines
667 B
Markdown

---
id: db7cb384-b686-4afc-956c-ff74861a11cc
type: solution
title: "CloudSQL Python Connector import path"
tags: [esb-monorepo, python, cloudsql, gcp, fix]
importance: 0.7
confidence: 0.8
created: "2025-12-10T19:55:23.611440+00:00"
updated: "2025-12-10T19:55:23.611440+00:00"
relations:
- target: 6d3dcf69-9c0c-4d8a-b1a7-27267c07da51
type: SOLVES
direction: outgoing
strength: 0.5
---
The cloud-sql-python-connector package import path is 'from google.cloud.sql.connector import Connector' (singular 'connector'), NOT 'google.cloud.sql.connectors' (plural). This is a common mistake. Package name: cloud-sql-python-connector, pip install name matches.