Enable Spanner Request Priority argument in queries / sessions #248
Labels
api: spanner
Issues related to the googleapis/python-spanner-sqlalchemy API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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 text was updated successfully, but these errors were encountered: