Skip to content

Conversation

@joangro
Copy link
Contributor

@joangro joangro commented Jul 31, 2019

Wrong format of 'unix_socket inside the query parameter in sqlalchemy.create_engine.
Doing:
'/cloudsql/{}/'.format(cloud_sql_connection_name)
takes the path as a direcytory, the ending slash needs to be removed:
'/cloudsql/{}'.format(cloud_sql_connection_name)

Wrong format of 'unix_socket inside the query parameter in sqlalchemy.create_engine.
Doing:
  '/cloudsql/{}/'.format(cloud_sql_connection_name)
takes the path as a direcytory, the ending slash needs to be removed:
    '/cloudsql/{}'.format(cloud_sql_connection_name)
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 31, 2019
Copy link
Contributor

@gguuss gguuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for the PR!

@gguuss gguuss merged commit ff9a856 into GoogleCloudPlatform:master Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants