File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
cloud-sql/postgres/sqlalchemy Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ def init_unix_connection_engine(db_config):
164
164
# Equivalent URL:
165
165
# postgresql+pg8000://<db_user>:<db_pass>@/<db_name>
166
166
# ?unix_sock=<socket_path>/<cloud_sql_instance_name>/.s.PGSQL.5432
167
+ # Note: Some drivers require the `unix_sock` query parameter to use a different key.
168
+ # For example, 'psycopg2' uses the path set to `host` in order to connect successfully.
167
169
sqlalchemy .engine .url .URL .create (
168
170
drivername = "postgresql+pg8000" ,
169
171
username = db_user , # e.g. "my-database-user"
Original file line number Diff line number Diff line change 1
1
google-api-python-client == 2.33.0
2
2
google-auth == 2.3.3
3
3
google-auth-httplib2 == 0.1.0
4
- boto3 == 1.20.21
4
+ boto3 == 1.20.22
5
5
botocore == 1.23.22
Original file line number Diff line number Diff line change 1
- boto3 == 1.20.21
1
+ boto3 == 1.20.22
You can’t perform that action at this time.
0 commit comments