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.
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.