We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6ecce commit 2d8a528Copy full SHA for 2d8a528
samples/samples/admin/samples.py
@@ -42,7 +42,7 @@ def create_instance(instance_id):
42
)
43
44
operation = spanner_client.instance_admin_api.create_instance(
45
- parent="projects/{}".format(spanner_client.project_name),
+ parent=spanner_client.project_name,
46
instance_id=instance_id,
47
instance=spanner_instance_admin.Instance(
48
config=config_name,
@@ -75,7 +75,7 @@ def create_instance_with_processing_units(instance_id, processing_units):
75
76
77
request = spanner_instance_admin.CreateInstanceRequest(
78
79
80
81
0 commit comments