Skip to content

Migration: dry run of steps 6-8#16610

Draft
jskeet wants to merge 10 commits intogoogleapis:mainfrom
jskeet:dry-run-step-8
Draft

Migration: dry run of steps 6-8#16610
jskeet wants to merge 10 commits intogoogleapis:mainfrom
jskeet:dry-run-step-8

Conversation

@jskeet
Copy link
Copy Markdown
Contributor

@jskeet jskeet commented Apr 10, 2026

(This is not expected to be merged)

@jskeet jskeet added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Apr 10, 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 migrates the librarian configuration and updates repository metadata and documentation across a wide range of packages. Feedback identifies critical errors in the repo metadata for certain libraries and a Python syntax error in the django-google-spanner documentation. Additionally, several typos and grammatical mistakes were found in the README files, and a consistent lack of trailing newlines in the metadata files was noted as an area for improvement.

I am having trouble creating individual review comments. Click here to see my feedback.

packages/google-auth/.repo-metadata.json (10)

critical

The repo value seems incorrect. The google-auth library is maintained in the googleapis/google-auth-library-python repository, not googleapis/google-cloud-python. This metadata change could break tooling that relies on it.

    "repo": "googleapis/google-auth-library-python"

packages/google-resumable-media/.repo-metadata.json (9)

critical

The repo value seems incorrect. The google-resumable-media library is maintained in the googleapis/google-resumable-media-python repository, not googleapis/google-cloud-python. This metadata change could break tooling that relies on it.

    "repo": "googleapis/google-resumable-media-python"

packages/django-google-spanner/docs/README.rst (159)

high

In Python code, the boolean literal is False, not false. Using false will cause a NameError.

               'RANDOM_ID_GENERATION_ENABLED': False,

packages/bigframes/.repo-metadata.json (14)

medium

This file, along with many other .repo-metadata.json files in this PR, is missing a final newline character. It's a common convention to end files with a newline for better processing with command-line tools.

packages/bigframes/docs/README.rst (40)

medium

There's a typo here. enviroment should be environment.

   for your local development environment.

packages/django-google-spanner/docs/README.rst (118)

medium

There's a typo here. to installed should be to be installed.

Cloud Spanner database backend, the application needs to be installed and

packages/google-cloud-documentai-toolbox/docs/README.rst (24)

medium

There's a grammatical error here. Since GCS buckets is plural, contains should be contain.

But you must enable the Storage API to access GCS buckets that contain the output of ``BatchProcessDocument()``. 

packages/google-cloud-runtimeconfig/docs/README.rst (6)

medium

The description for the Google Cloud Runtime Configurator API link is missing. For consistency with other README files, please add a brief description.

`Google Cloud Runtime Configurator API`_: provides a service for storing and managing configuration data in the Google Cloud Platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Indicates a pull request not ready for merge, due to either quality or timing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants