googleapis / python-bigtable

Apache License 2.0
68 stars 58 forks source link

fix: use single routing metadata header #1005

Closed daniel-sanche closed 2 months ago

daniel-sanche commented 2 months ago

Fixes https://github.com/googleapis/python-bigtable/issues/1004, and adds a unit test to ensure only a single routing header is sent

A longer term fix is proposed in the gapic generator at https://github.com/googleapis/gapic-generator-python/pull/2079, but this patch will work until the upstream is updated