lib/google/cloud/spanner.rb in google-cloud-spanner-2.12.0 vs lib/google/cloud/spanner.rb in google-cloud-spanner-2.12.1
- old
+ new
@@ -118,10 +118,10 @@
project_id = project_id.to_s # Always cast to a string
raise ArgumentError, "project_id is missing" if project_id.empty?
Spanner::Project.new(
Spanner::Service.new(
- project_id, credentials,
+ project_id, credentials, quota_project: configure.quota_project,
host: endpoint, timeout: timeout, lib_name: lib_name,
lib_version: lib_version
),
query_options: configure.query_options
)