Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

chore: remove custom routing metadata - #1036

Merged
kevkim-codes merged 4 commits into
mainfrom
remove_custom_routing_metadata
Nov 8, 2024
Merged

chore: remove custom routing metadata#1036
kevkim-codes merged 4 commits into
mainfrom
remove_custom_routing_metadata

Conversation

@daniel-sanche

Copy link
Copy Markdown
Contributor

Previously, we were manually constructing routing metadata headers for each rpc call, using _make_metadata. This is no longer needed, due to a fix in the gapic_generator (googleapis/gapic-generator-python#2133)

We can also remove some gapic customizations we added to prevent dulicate headers (closes#1004)

Currently blocked until #1026 is merged

@conventional-commit-lint-gcf

conventional-commit-lint-gcfBot commented Nov 4, 2024

Copy link
Copy Markdown

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@product-auto-labelproduct-auto-labelBot added size: m Pull request size is medium. api: bigtable Issues related to the googleapis/python-bigtable API. labels Nov 4, 2024
@product-auto-labelproduct-auto-labelBot added size: l Pull request size is large. and removed size: m Pull request size is medium. labels Nov 5, 2024
@daniel-sanchedaniel-sanche changed the title [DRAFT] chore: remove custom routing metadatachore: remove custom routing metadataNov 7, 2024
@daniel-sanche
daniel-sanche marked this pull request as ready for review November 7, 2024 23:20
@daniel-sanche
daniel-sanche requested review from a teamNovember 7, 2024 23:20
@product-auto-labelproduct-auto-labelBot added size: m Pull request size is medium. and removed size: l Pull request size is large. labels Nov 7, 2024
@kevkim-codes
kevkim-codes merged commit 0f63a74 into mainNov 8, 2024
@kevkim-codes
kevkim-codes deleted the remove_custom_routing_metadata branch November 8, 2024 17:07
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigtableIssues related to the googleapis/python-bigtable API.size: mPull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate x-goog-request-params routing header

4 participants

@daniel-sanche@cindy-peng@steveniemitz@kevkim-codes