googleapis / python-bigtable

Apache License 2.0
68 stars 58 forks source link

fix: pass None for retry in gapic calls #881

Closed daniel-sanche closed 11 months ago

daniel-sanche commented 11 months ago

Make sure our hand-written layer disables gapic retries whenever it calls into the gapic layer. We implement retries at a higher level.

Fixes https://github.com/googleapis/python-bigtable/issues/807