You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
The bigtable team is requesting that we always pass the app_profile_id header, even if not set. This allows them to verify that each client does support the header, even if it's not being actively used in each request.
The bigtable team is requesting that we always pass the
app_profile_idheader, even if not set. This allows them to verify that each client does support the header, even if it's not being actively used in each request.Currently, the gapic generator only accepts truthy headers:
I think we should change that to
if request.app_profile_id is not None, to accept empty string values, as is used when building the proto