chore: complete migration of google-cloud-ndb#16702
Merged
jskeet merged 1 commit intogoogleapis:mainfrom Apr 17, 2026
Merged
Conversation
This isn't a generated API, so the .repo-metadata.json is all that will change.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the configuration for the google-cloud-ndb library by removing the skip_generate flag in librarian.yaml and reordering keys in .repo-metadata.json. Feedback indicates that the codeowner_team field was unintentionally deleted during the metadata reordering and should be restored. Additionally, the removal of skip_generate should be reconsidered as it may conflict with the manual nature of the library.
Comment on lines
+2
to
+11
| "api_shortname": "datastore", | ||
| "client_documentation": "https://googleapis.dev/python/python-ndb/latest", | ||
| "distribution_name": "google-cloud-ndb", | ||
| "issue_tracker": "https://github.com/googleapis/python-ndb/issues", | ||
| "release_level": "stable", | ||
| "language": "python", | ||
| "library_type": "GAPIC_MANUAL", | ||
| "repo": "googleapis/google-cloud-python", | ||
| "distribution_name": "google-cloud-ndb", | ||
| "default_version": "", | ||
| "codeowner_team": "@googleapis/firestore-dpe @googleapis/gcs-sdk-team", | ||
| "api_shortname": "datastore" | ||
| } | ||
| "name": "python-ndb", | ||
| "name_pretty": "NDB Client Library for Google Cloud Datastore", | ||
| "release_level": "stable", | ||
| "repo": "googleapis/google-cloud-python" |
Contributor
There was a problem hiding this comment.
The codeowner_team field was removed during the alphabetical reordering of keys. This field is required for tracking package ownership and routing issues to the correct teams. Please restore it.
"api_shortname": "datastore",
"client_documentation": "https://googleapis.dev/python/python-ndb/latest",
"codeowner_team": "@googleapis/firestore-dpe @googleapis/gcs-sdk-team",
"distribution_name": "google-cloud-ndb",
"issue_tracker": "https://github.com/googleapis/python-ndb/issues",
"language": "python",
"library_type": "GAPIC_MANUAL",
"name": "python-ndb",
"name_pretty": "NDB Client Library for Google Cloud Datastore",
"release_level": "stable",
"repo": "googleapis/google-cloud-python"| - name: google-cloud-ndb | ||
| version: 2.4.2 | ||
| skip_generate: true | ||
| python: |
Contributor
There was a problem hiding this comment.
chalmerlowe
pushed a commit
that referenced
this pull request
Apr 17, 2026
This isn't a generated API, so the .repo-metadata.json is all that will change.
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.
This isn't a generated API, so the .repo-metadata.json is all that will change.