Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Please run down the following list and make sure you've tried the usual "quick fixes":
If you are still having issues, please be sure to include as much information as possible:
Environment details
- OS type and version: Alpine, MacOS,...
- Python version:
3.8.2
- pip version:
20.1.1
google-cloud-spanner version: Version: 1.17.1
Steps to reproduce
- Initialize a client
- Run
client.list_instances(filter_="name:something")
Code example
# example
from google.cloud import spanner
c = spanner.Client(project="my-project")
print([ i.instsance_id for i in c.list_instances(filter_="name:something") ])
print([ i.instsance_id for i in c.list_instances(filter_="labels.env:temp") ])
Stack trace
The code doesn't throw exceptions or errors, but it gives the list of all instances ignoring the filter_ parameter.
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
Thanks for stopping by to let us know something could be better!
PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.
Please run down the following list and make sure you've tried the usual "quick fixes":
If you are still having issues, please be sure to include as much information as possible:
Environment details
3.8.220.1.1google-cloud-spannerversion:Version: 1.17.1Steps to reproduce
client.list_instances(filter_="name:something")Code example
Stack trace
The code doesn't throw exceptions or errors, but it gives the list of all instances ignoring the
filter_parameter.Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!