Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the .repo-metadata.json files across several packages, primarily reordering keys, adjusting indentation, and removing fields like codeowner_team and default_version. Feedback highlights a potential regression in the release_level for bigquery-magics and suggests reverting an escaped character in an issue tracker URL for better readability.
| "name": "bigquery-magics", | ||
| "name_pretty": "Google BigQuery connector for Jupyter and IPython", | ||
| "product_documentation": "https://cloud.google.com/bigquery", | ||
| "release_level": "preview", |
Contributor
| "client_documentation": "https://googleapis.dev/python/google-ads-admanager/latest", | ||
| "default_version": "v1", | ||
| "distribution_name": "google-ads-admanager", | ||
| "issue_tracker": "https://issuetracker.google.com/issues/new?component=1265187\u0026template=1787490", |
Contributor
There was a problem hiding this comment.
The & character in the issue_tracker URL has been escaped to \u0026. While technically valid JSON, it reduces the readability of the URL. It is recommended to use the literal & character.
Suggested change
| "issue_tracker": "https://issuetracker.google.com/issues/new?component=1265187\u0026template=1787490", | |
| "issue_tracker": "https://issuetracker.google.com/issues/new?component=1265187&template=1787490", |
parthea
approved these changes
Apr 15, 2026
chalmerlowe
pushed a commit
that referenced
this pull request
Apr 15, 2026
Libraries regenerated: - bigquery-magics - db-dtypes - gcp-sphinx-docfx-yaml - google-ads-admanager - google-ads-datamanager - google-ads-marketingplatform-admin - google-ai-generativelanguage - google-analytics-admin - google-analytics-data - google-api-core
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Libraries regenerated: