From 3c35ae77b029e032f3cc302c9d60401d299e717c Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Mon, 15 Dec 2025 18:32:48 +0000 Subject: [PATCH 1/2] chore: update ownership/routing for repo This PR effectively moves ownership for this repo to the python language team, and removes api-bigquery as the defacto code owner. --- .github/blunderbuss.yml | 6 +++--- .repo-metadata.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 5b7383dc..ff168399 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -4,14 +4,14 @@ # Note: This file is autogenerated. To make changes to the assignee # team, please update `codeowner_team` in `.repo-metadata.json`. assign_issues: - - googleapis/api-bigquery + - googleapis/python-core-client-libraries assign_issues_by: - labels: - "samples" to: - googleapis/python-samples-reviewers - - googleapis/api-bigquery + - googleapis/python-core-client-libraries assign_prs: - - googleapis/api-bigquery + - googleapis/python-core-client-libraries diff --git a/.repo-metadata.json b/.repo-metadata.json index 741b6322..f93eb16f 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,5 +9,5 @@ "distribution_name": "sqlalchemy-bigquery", "api_id": "bigquery.googleapis.com", "default_version": "", - "codeowner_team": "@googleapis/api-bigquery" + "codeowner_team": "@googleapis/python-core-client-libraries" } From 03da0955d5890d1fc58f12facda5f2435e06eeeb Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Mon, 15 Dec 2025 18:35:22 +0000 Subject: [PATCH 2/2] update CODEOWNERS --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 193b4363..71dc7487 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ # Note: This file is autogenerated. To make changes to the codeowner team, please update .repo-metadata.json. # @googleapis/yoshi-python @googleapis/api-bigquery are the default owners for changes in this repo -* @googleapis/yoshi-python @googleapis/api-bigquery +* @googleapis/yoshi-python @googleapis/python-core-client-libraries # @googleapis/python-samples-reviewers @googleapis/api-bigquery are the default owners for samples changes -/samples/ @googleapis/python-samples-reviewers @googleapis/api-bigquery +/samples/ @googleapis/python-samples-reviewers @googleapis/python-core-client-libraries