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 163d964 commit 73fa77cCopy full SHA for 73fa77c
bigquery-reservation/snippets/reservation_create.py
@@ -67,7 +67,9 @@ def create_reservation(
67
68
parent = reservation_client.common_location_path(project_id, location)
69
70
- reservation = reservation_types.Reservation(slot_capacity=slot_capacity)
+ reservation = reservation_types.Reservation(
71
+ slot_capacity=slot_capacity, edition=reservation_types.Edition.ENTERPRISE
72
+ )
73
reservation = reservation_client.create_reservation(
74
parent=parent,
75
reservation=reservation,
0 commit comments