chore: complete migration of pandas-gbq#16707
Conversation
Removed skip_generate and regenerated with Librarian.
There was a problem hiding this comment.
Code Review
This pull request enables generation for the pandas-gbq library by removing the skip_generate flag in librarian.yaml and updates the .repo-metadata.json file with alphabetically sorted keys. Feedback indicates that the codeowner_team field was removed during the metadata update and should be restored to maintain automation for PR assignments.
| "client_documentation": "https://googleapis.dev/python/pandas-gbq/latest/", | ||
| "distribution_name": "pandas-gbq", |
There was a problem hiding this comment.
The codeowner_team field was removed during the regeneration process. This field is important for identifying the teams responsible for this package and is used by automation for PR assignments. Please restore it while maintaining the alphabetical order of the keys.
| "client_documentation": "https://googleapis.dev/python/pandas-gbq/latest/", | |
| "distribution_name": "pandas-gbq", | |
| "client_documentation": "https://googleapis.dev/python/pandas-gbq/latest/", | |
| "codeowner_team": "@googleapis/cloud-sdk-python-team @googleapis/bigquery-dataframe-team", | |
| "distribution_name": "pandas-gbq", |
|
@jskeet I don't yet know what the cause is, but for the life of me, I could not get the I looked at your logs for |
Removed skip_generate and regenerated with Librarian.