You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
The standard cloud spanner python API enables a RequestOptions parameter in requests which can be used to set request Priorities.
https://cloud.google.com/python/docs/reference/spanner/latest/google.cloud.spanner_v1.types.RequestOptions
https://cloud.google.com/python/docs/reference/spanner/latest/google.cloud.spanner_v1.types.RequestOptions.Priority
https://github.com/googleapis/python-spanner/blob/474b1b56cd11bc22d274a85664b09532a576e3d6/tests/unit/test_snapshot.py#L810
We would like to be able to set low and medium priorities on certain requests.