feat(datacatalog): generate lineage configmanagement library#16069
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the Data Lineage Config Management API as a GA library, including the generated C++ client, connection classes, decorators, and documentation. The review identified a potential issue with the ExponentialBackoffPolicy configuration in the default options, where a zero initial delay and incorrect argument count were used. Additionally, a performance improvement was suggested to move a local request object instead of copying it when listing operations, and a concern was raised regarding the removal of LRO polling examples from the documentation.
.../cloud/datacatalog/lineage/configmanagement/v1/internal/config_management_option_defaults.cc
Show resolved
Hide resolved
google/cloud/datacatalog/lineage/configmanagement/v1/config_management_client.cc
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16069 +/- ##
=======================================
Coverage 92.68% 92.68%
=======================================
Files 2343 2343
Lines 216959 216959
=======================================
+ Hits 201080 201098 +18
+ Misses 15879 15861 -18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PiperOrigin-RevId: 886640538