Skip to content

chore: migration batch 1#16658

Merged
jskeet merged 10 commits intogoogleapis:mainfrom
jskeet:batch-1
Apr 15, 2026
Merged

chore: migration batch 1#16658
jskeet merged 10 commits intogoogleapis:mainfrom
jskeet:batch-1

Conversation

@jskeet
Copy link
Copy Markdown
Contributor

@jskeet jskeet commented 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

@jskeet jskeet requested a review from parthea April 15, 2026 14:13
@jskeet jskeet requested review from a team as code owners April 15, 2026 14:13
@jskeet jskeet requested review from GarrettWu and removed request for a team April 15, 2026 14:13
@jskeet jskeet changed the title chore: migration generation, batch 1 chore: migration batch 1 Apr 15, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The release_level for bigquery-magics has been changed from stable to preview. This appears to be a regression, as this package is established and was previously marked as stable.

Suggested change
"release_level": "preview",
"release_level": "stable",

"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",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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",

@jskeet jskeet merged commit acd8c8f into googleapis:main Apr 15, 2026
30 checks passed
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants