googleapis / python-bigtable

Apache License 2.0
68 stars 58 forks source link

fix: improve backup name regex when listing backups #970

Closed AmitMatsil closed 4 months ago

AmitMatsil commented 4 months ago

Change the regular expression to match the format specified in the Bigtable Admin API documentation: https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/projects.instances.clusters.backups/create

Fixes #969