chore: modernize post-processing for 10 libraries#13815
Conversation
Remove legacy owlbot.py scripts and migrate configurations to librarian.yaml for the following libraries: - bigquerydatatransfer - bigquerystorage - bigtable - containeranalysis - datastore - dialogflow - dlp - errorreporting - firestore - grafeas For googleapis/librarian#6900
There was a problem hiding this comment.
Code Review
This pull request migrates post-processing steps from legacy Python synthesis scripts to the librarian.yaml configuration across multiple Java libraries, alongside updating README files with Gradle dependencies and billing prerequisites. The code review highlights several critical omissions and errors in the newly added librarian.yaml configurations, including a regex pattern in java-bigtable missing multiline flags, a missing test file replacement in java-dialogflow, a missing import statement addition in java-errorreporting, and missing OAuth scope removals in java-grafeas.
blakeli0
left a comment
There was a problem hiding this comment.
The Java changes LGTM. Deferring to @JoeWang1127 regarding the librarian.yaml changes.
JoeWang1127
left a comment
There was a problem hiding this comment.
librarian.yaml looks fine.
Remove legacy owlbot.py scripts and migrate configurations to librarian.yaml for the following libraries:
For googleapis/librarian#6900