Closed
Description
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)