chore: Add BigQuery Dataframes team to CODEOWNERS#16585
Conversation
Add `@googleapis/bigquery-dataframe-team` as a code owner for BigQuery packages in the repository, including connectors like `pandas-gbq`, `sqlalchemy-bigquery`, and `bigquery-magics`. Co-authored-by: tswast <247555+tswast@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
There was a problem hiding this comment.
Code Review
This pull request updates the .github/CODEOWNERS file to explicitly include various BigQuery-related packages under the ownership of the cloud-sdk-python-team, cloud-sdk-librarian-team, and bigquery-dataframe-team. The reviewer suggested consolidating the multiple google-cloud-bigquery* entries into a single wildcard pattern to improve maintainability and simplify the file structure.
.github/CODEOWNERS
Outdated
| /packages/google-cloud-bigquery/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-bigquery-analyticshub/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-bigquery-biglake/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-bigquery-connection/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-bigquery-data-exchange/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-bigquery-datapolicies/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-bigquery-datatransfer/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-bigquery-logging/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-bigquery-migration/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-bigquery-reservation/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team | ||
| /packages/google-cloud-bigquery-storage/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team |
There was a problem hiding this comment.
To improve the maintainability of this file, you can consolidate these google-cloud-bigquery* package paths into a single line using a wildcard. This will simplify the CODEOWNERS file and ensure that future packages matching this pattern are automatically assigned the same owners.
/packages/google-cloud-bigquery*/ @googleapis/cloud-sdk-python-team @googleapis/cloud-sdk-librarian-team @googleapis/bigquery-dataframe-team
Add `@googleapis/bigquery-dataframe-team` as a code owner for BigQuery packages in the repository. Consolidates `google-cloud-bigquery*` packages using a wildcard, and explicitly includes connectors like `pandas-gbq`, `sqlalchemy-bigquery`, and `bigquery-magics`. Co-authored-by: tswast <247555+tswast@users.noreply.github.com>
Updated CODEOWNERS to include bigquery-dataframe-team for bigquery-related packages.
This adds the
@googleapis/bigquery-dataframe-teamto theCODEOWNERSfile for all BigQuery-related packages under thepackages/directory, specifically ensuring that connector packages likepandas-gbq,sqlalchemy-bigquery, andbigquery-magicsare included. Existing owners (@googleapis/cloud-sdk-python-teamand@googleapis/cloud-sdk-librarian-team) have been retained for these paths.PR created automatically by Jules for task 4709133254732906551 started by @tswast