Add support for GOOGLE_CLOUD_QUOTA_PROJECT
env var
#1229
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
We should add support for reading
GOOGLE_CLOUD_QUOTA_PROJECT
from the environment as an alternative way of setting the quota project to be used for Cloud SQL Admin API calls.Currently we only support quota project via the
quota_project
argument toConnector()
:cloud-sql-python-connector/google/cloud/sql/connector/connector.py
Line 64 in 144311b
Similar to
GOOGLE_CLOUD_UNIVERSE_DOMAIN
support that we added.The text was updated successfully, but these errors were encountered: