v1.29.0 (2026-03-23)
Features
-
support OneTime triggers for DataScan operations (PiperOrigin-RevId: 883306841) (790bab51)
-
add SKIPPED state to DataScan catalog publishing status (PiperOrigin-RevId: 883306841) (790bab51)
-
add LookupContext to CatalogService for LLM-generated resource context (PiperOrigin-RevId: 883306841) (790bab51)
-
add UpdateEntryLink and LookupEntryLinks methods to CatalogService (PiperOrigin-RevId: 883306841) (790bab51)
-
add MetadataFeed to CatalogService for tracking metadata changes (PiperOrigin-RevId: 883306841) (790bab51)
-
allow selective generation scope for Data Documentation scans (PiperOrigin-RevId: 883306841) (790bab51)
-
add support for attaching aspects to EntryLinks (PiperOrigin-RevId: 883306841) (790bab51)
-
add DataProductService to manage data products and underlying data assets (PiperOrigin-RevId: 883306841) (790bab51)
-
add debug query support to Data Quality rules (PiperOrigin-RevId: 883306841) (790bab51)
Bug Fixes
- remove deprecated Explore-related methods and messages from public client libraries Breaking Changes: - Removed ContentService and all associated methods (CreateContent, UpdateContent, DeleteContent, GetContent, ListContent, etc.) and request/response messages. - Removed Environment and Session management methods from DataplexService (CreateEnvironment, UpdateEnvironment, DeleteEnvironment, ListEnvironments, GetEnvironment, ListSessions) and their associated messages. (PiperOrigin-RevId: 883306841) (790bab51)
Documentation
- remove deprecated metadata change warnings in Dataplex Catalog The DataProductService provides APIs to curate and manage collections of data assets as data products, enabling more organized sharing and usage for specific business cases. MetadataFeeds allow users to monitor metadata changes (CREATE, UPDATE, DELETE) within a specified scope (organization, project, or entry group) and publish them to Pub/Sub. CatalogService now includes a LookupContext API to provide LLM-generated context for resources, and enhanced EntryLink management, including the ability to attach aspects. DataScan operations now support a OneTime trigger for single-run scans, and Data Quality rules support DebugQueries to help investigate rule failures by returning diagnostic values. (PiperOrigin-RevId: 883306841) (790bab51)