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 Apr 1, 2026. It is now read-only.
It has been reported that using the execute_query method with no app_profile_id set is causing the request to fail. This is because all execute_query rpcs require the header to be set, even if empty. But the gapic layer doesn't support empty routing headers (googleapis/gapic-generator-python#2273)
It has been reported that using the execute_query method with no app_profile_id set is causing the request to fail. This is because all
execute_queryrpcs require the header to be set, even if empty. But the gapic layer doesn't support empty routing headers (googleapis/gapic-generator-python#2273)