Changes
1.36.0 (2026-07-13)
Features
1.35.0 (2026-05-28)
Features
- update API sources and regenerate (#14661) (d0cd917)
1.34.0 (2026-05-07)
Features
- update API sources and regenerate (#14537) (07fe29b)
1.33.0 (2026-04-30)
1.32.0 (2026-04-13)
1.31.0 (2026-04-09)
1.30.0 (2026-04-02)
1.29.0 (2026-03-23)
Features
- add DataProductService to manage data products and underlying data assets (790bab5)
- add LookupContext to CatalogService for LLM-generated resource context (790bab5)
- add MetadataFeed to CatalogService for tracking metadata changes (790bab5)
- add SKIPPED state to DataScan catalog publishing status (790bab5)
- add UpdateEntryLink and LookupEntryLinks methods to CatalogService (790bab5)
- add debug query support to Data Quality rules (790bab5)
- add support for attaching aspects to EntryLinks (790bab5)
- allow selective generation scope for Data Documentation scans (790bab5)
- support OneTime triggers for DataScan operations (790bab5)
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. (790bab5)
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. (790bab5)
1.28.0 (2025-11-06)
Features
- A new data scan type Data documentation added. (612e608)
- A new field
data_documentation_result is added for Data Documentation Result in .google.cloud.dataplex.v1.DataScanJob (612e608) - A new field
data_documentation_result is added for Data Documentation Result to message .google.cloud.dataplex.v1.DataScan (612e608) - A new field
data_documentation_spec is added for Data Documentation Spec to message .google.cloud.dataplex.v1.DataScanJob (612e608) - A new field
data_documentation_spec is added for Data Documentation Spec to message .google.cloud.dataplex.v1.DataScan (612e608) - A new message
DataDocumentationResult is added representing Data Documentation Result (612e608) - A new message
DataDocumentationSpec is added representing Data Documentation Spec (612e608) - Add GetIamPolicy method for DataProduct resources (4a640b5)
- Allow publishing Data Profile scan results to the Dataplex Catalog (4a640b5)
Documentation
- A comment for field
resource in message .google.cloud.dataplex.v1.DataSource is changed (612e608) - A comment for message
DataScan is changed (612e608) - Update documentation for Catalog SearchEntries filter options, including
parent_entry and wildcard usage (4a640b5)
1.27.1 (2025-09-16)
Bug Fixes
- dataplex: Upgrade gRPC service registration func (617bb68)
1.27.0 (2025-09-11)
Features
- dataplex: A new field
catalog_publishing_enabled is added to message .google.cloud.dataplex.v1.DataQualitySpec (d73f912) - dataplex: A new field
catalog_publishing_status is added to message .google.cloud.dataplex.v1.DataQualityResult (d73f912) - dataplex: A new field
catalog_publishing_status is added to message .google.cloud.dataplex.v1.DataScanEvent (d73f912) - dataplex: A new field
created_entry_links is added to message .google.cloud.dataplex.v1.MetadataJob (d73f912) - dataplex: A new field
deleted_entry_links is added to message .google.cloud.dataplex.v1.MetadataJob (d73f912) - dataplex: A new field
dimensions is added to message .google.cloud.dataplex.v1.DataQualityColumnResult (d73f912) - dataplex: A new field
entry_link_types is added to message .google.cloud.dataplex.v1.MetadataJob (d73f912) - dataplex: A new field
entry_link is added to message .google.cloud.dataplex.v1.ImportItem (d73f912) - dataplex: A new field
glossaries is added to message .google.cloud.dataplex.v1.MetadataJob (d73f912) - dataplex: A new field
passed is added to message .google.cloud.dataplex.v1.DataQualityColumnResult (d73f912) - dataplex: A new field
project is added to message .google.cloud.dataplex.v1.DataDiscoverySpec (d73f912) - dataplex: A new field
referenced_entry_scopes is added to message .google.cloud.dataplex.v1.MetadataJob (d73f912) - dataplex: A new field
unchanged_entry_links is added to message .google.cloud.dataplex.v1.MetadataJob (d73f912) - dataplex: A new message
CreateEntryLinkRequest is added (d73f912) - dataplex: A new message
CreateGlossaryCategoryRequest is added (d73f912) - dataplex: A new message
CreateGlossaryRequest is added (d73f912) - dataplex: A new message
CreateGlossaryTermRequest is added (d73f912) - dataplex: A new message
DataScanCatalogPublishingStatus is added (d73f912) - dataplex: A new message
DeleteEntryLinkRequest is added (d73f912) - dataplex: A new message
DeleteGlossaryCategoryRequest is added (d73f912) - dataplex: A new message
DeleteGlossaryRequest is added (d73f912) - dataplex: A new message
DeleteGlossaryTermRequest is added (d73f912) - dataplex: A new message
EntryLink is added (d73f912) - dataplex: A new message
GetEntryLinkRequest is added (d73f912) - dataplex: A new message
GetGlossaryCategoryRequest is added (d73f912) - dataplex: A new message
GetGlossaryRequest is added (d73f912) - dataplex: A new message
GetGlossaryTermRequest is added (d73f912) - dataplex: A new message
Glossary is added (d73f912) - dataplex: A new message
GlossaryCategory is added (d73f912) - dataplex: A new message
GlossaryTerm is added (d73f912) - dataplex: A new message
ListGlossariesRequest is added (d73f912) - dataplex: A new message
ListGlossariesResponse is added (d73f912) - dataplex: A new message
ListGlossaryCategoriesRequest is added (d73f912) - dataplex: A new message
ListGlossaryCategoriesResponse is added (d73f912) - dataplex: A new message
ListGlossaryTermsRequest is added (d73f912) - dataplex: A new message
ListGlossaryTermsResponse is added (d73f912) - dataplex: A new message
UpdateGlossaryCategoryRequest is added (d73f912) - dataplex: A new message
UpdateGlossaryRequest is added (d73f912) - dataplex: A new message
UpdateGlossaryTermRequest is added (d73f912) - dataplex: A new method
CreateEntryLink is added to service CatalogService (d73f912) - dataplex: A new method
DeleteEntryLink is added to service CatalogService (d73f912) - dataplex: A new method
GetEntryLink is added to service CatalogService (d73f912) - dataplex: A new resource_definition
dataplex.googleapis.com/EntryLink is added (d73f912) - dataplex: A new resource_definition
dataplex.googleapis.com/Glossary is added (d73f912) - dataplex: A new resource_definition
dataplex.googleapis.com/GlossaryCategory is added (d73f912) - dataplex: A new resource_definition
dataplex.googleapis.com/GlossaryTerm is added (d73f912) - dataplex: A new service
BusinessGlossaryService is added (d73f912)
Documentation
- dataplex: A comment for enum value
ABORTED in enum State is changed (d73f912) - dataplex: A comment for enum value
CREATED in enum State is changed (d73f912) - dataplex: A comment for enum value
FULL in enum SyncMode is changed (d73f912) - dataplex: A comment for enum value
TASK_CONFIG in enum ExecutionTrigger is changed (d73f912) - dataplex: A comment for enum value
TASK_CONFIG in enum Trigger is changed (d73f912) - dataplex: A comment for field
alternate_use_permission in message .google.cloud.dataplex.v1.AspectType is changed (d73f912) - dataplex: A comment for field
alternate_use_permission in message .google.cloud.dataplex.v1.EntryType is changed (d73f912) - dataplex: A comment for field
aspect_keys in message .google.cloud.dataplex.v1.ImportItem is changed (d73f912) - dataplex: A comment for field
average_length in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
average in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
average in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
count in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
create_time in message .google.cloud.dataplex.v1.Entry is changed (d73f912) - dataplex: A comment for field
dimension in message .google.cloud.dataplex.v1.DataQualityRule is changed (d73f912) - dataplex: A comment for field
distinct_ratio in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
end in message .google.cloud.dataplex.v1.ScannedData is changed (d73f912) - dataplex: A comment for field
entity in message .google.cloud.dataplex.v1.DataSource is changed (d73f912) - dataplex: A comment for field
field in message .google.cloud.dataplex.v1.ScannedData is changed (d73f912) - dataplex: A comment for field
fields in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
image_version in message .google.cloud.dataplex.v1.Environment is changed (d73f912) - dataplex: A comment for field
max_length in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
max in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
max in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
min_length in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
min in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
min in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
mode in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
name in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
name in message .google.cloud.dataplex.v1.DataQualityDimension is changed (d73f912) - dataplex: A comment for field
name in message .google.cloud.dataplex.v1.DataScan is changed (d73f912) - dataplex: A comment for field
name in message .google.cloud.dataplex.v1.DataScanJob is changed (d73f912) - dataplex: A comment for field
name in message .google.cloud.dataplex.v1.DeleteDataScanRequest is changed (d73f912) - dataplex: A comment for field
name in message .google.cloud.dataplex.v1.GetDataScanJobRequest is changed (d73f912) - dataplex: A comment for field
name in message .google.cloud.dataplex.v1.GetDataScanRequest is changed (d73f912) - dataplex: A comment for field
name in message .google.cloud.dataplex.v1.RunDataScanRequest is changed (d73f912) - dataplex: A comment for field
name in message .google.cloud.dataplex.v1.SearchEntriesRequest is changed (d73f912) - dataplex: A comment for field
null_ratio in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
order_by in message .google.cloud.dataplex.v1.SearchEntriesRequest is changed (d73f912) - dataplex: A comment for field
output_path in message .google.cloud.dataplex.v1.MetadataJob is changed (d73f912) - dataplex: A comment for field
parent in message .google.cloud.dataplex.v1.CreateDataScanRequest is changed (d73f912) - dataplex: A comment for field
parent in message .google.cloud.dataplex.v1.CreateEntryGroupRequest is changed (d73f912) - dataplex: A comment for field
parent in message .google.cloud.dataplex.v1.CreateLakeRequest is changed (d73f912) - dataplex: A comment for field
parent in message .google.cloud.dataplex.v1.ListDataScanJobsRequest is changed (d73f912) - dataplex: A comment for field
parent in message .google.cloud.dataplex.v1.ListDataScansRequest is changed (d73f912) - dataplex: A comment for field
parent in message .google.cloud.dataplex.v1.ListDataTaxonomiesRequest is changed (d73f912) - dataplex: A comment for field
parent in message .google.cloud.dataplex.v1.ListLakesRequest is changed (d73f912) - dataplex: A comment for field
profile in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
profile in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
quartiles in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
quartiles in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
query in message .google.cloud.dataplex.v1.SearchEntriesRequest is changed (d73f912) - dataplex: A comment for field
ratio in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
resource in message .google.cloud.dataplex.v1.DataSource is changed (d73f912) - dataplex: A comment for field
results_table in message .google.cloud.dataplex.v1.DataProfileSpec is changed (d73f912) - dataplex: A comment for field
row_count in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
row_filter in message .google.cloud.dataplex.v1.DataProfileSpec is changed (d73f912) - dataplex: A comment for field
rule in message .google.cloud.dataplex.v1.GenerateDataQualityRulesResponse is changed (d73f912) - dataplex: A comment for field
scanned_data in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
standard_deviation in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
standard_deviation in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
start in message .google.cloud.dataplex.v1.ScannedData is changed (d73f912) - dataplex: A comment for field
top_n_values in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
type in message .google.cloud.dataplex.v1.AspectType is changed (d73f912) - dataplex: A comment for field
type in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for field
update_mask in message .google.cloud.dataplex.v1.ImportItem is changed (d73f912) - dataplex: A comment for field
update_time in message .google.cloud.dataplex.v1.Entry is changed (d73f912) - dataplex: A comment for field
user_managed in message .google.cloud.dataplex.v1.Schema is changed (d73f912) - dataplex: A comment for field
value in message .google.cloud.dataplex.v1.DataProfileResult is changed (d73f912) - dataplex: A comment for message
AspectType is changed (d73f912) - dataplex: A comment for message
DeleteAspectTypeRequest is changed (d73f912) - dataplex: A comment for message
DeleteEntryTypeRequest is changed (d73f912) - dataplex: A comment for method
CreateMetadataJob in service CatalogService is changed (d73f912) - dataplex: A comment for service
CatalogService is changed (d73f912) - dataplex: A comment for service
CmekService is changed (d73f912) - dataplex: A comment for service
ContentService is changed (d73f912)
1.26.0 (2025-07-09)
Features
- dataplex: A new field
semantic_search is added to message.google.cloud.dataplex.v1.SearchEntriesRequest (98ba6f0)
1.25.3 (2025-05-13)
Documentation
- dataplex: A comment for enum
SyncMode is changed (909dcbd) - dataplex: A comment for enum value
EXPORT in enum Type is changed (909dcbd) - dataplex: A comment for enum value
INTERNAL_ERROR in enum ErrorCode is changed (909dcbd) - dataplex: A comment for field
aspect_types in message .google.cloud.dataplex.v1.MetadataJob is changed (909dcbd) - dataplex: A comment for field
encryption_config_id in message .google.cloud.dataplex.v1.CreateEncryptionConfigRequest is changed (909dcbd) - dataplex: A comment for field
entry_groups in message .google.cloud.dataplex.v1.MetadataJob is changed (909dcbd) - dataplex: A comment for field
entry_types in message .google.cloud.dataplex.v1.MetadataJob is changed (909dcbd) - dataplex: A comment for field
error_message in message .google.cloud.dataplex.v1.MetadataJob is changed (909dcbd) - dataplex: A comment for field
exported_entries in message .google.cloud.dataplex.v1.MetadataJob is changed (909dcbd) - dataplex: A comment for field
organization_level in message .google.cloud.dataplex.v1.MetadataJob is changed (909dcbd) - dataplex: A comment for field
output_path in message .google.cloud.dataplex.v1.MetadataJob is changed (909dcbd) - dataplex: A comment for field
projects in message .google.cloud.dataplex.v1.MetadataJob is changed (909dcbd) - dataplex: A comment for field
scan_statistics in message .google.cloud.dataplex.v1.DataDiscoveryResult is changed (909dcbd) - dataplex: A comment for field
scope in message .google.cloud.dataplex.v1.MetadataJob is changed (909dcbd) - dataplex: A comment for field
source_storage_uri in message .google.cloud.dataplex.v1.MetadataJob is changed (909dcbd) - dataplex: A comment for message
DataDiscoveryResult is changed (909dcbd) - dataplex: A comment for message
MetadataJob is changed (909dcbd) - dataplex: A comment for message
MetadataJob is changed (909dcbd) - dataplex: A comment for message
MetadataJob is changed (909dcbd)
1.25.2 (2025-04-15)
Documentation
1.25.1 (2025-04-15)
Bug Fixes
- dataplex: Update google.golang.org/api to 0.229.0 (3319672)
1.25.0 (2025-04-15)
Features
- dataplex: Add Data Discovery result statistics (20f762c)
- dataplex: Add Data Discovery result statistics (#11968) (8d466c4)
- dataplex: Add EntryLinkEvent for logs (20f762c)
Documentation
- dataplex: Minor formatting changes (8d466c4)
1.24.0 (2025-03-27)
Features
1.23.1 (2025-03-13)
Bug Fixes
- dataplex: Update golang.org/x/net to 0.37.0 (1144978)
1.23.0 (2025-03-12)
Features
- dataplex: Add custom BigQuery dataset location support in Auto Discovery (484978a)
- dataplex: DataTaxonomyService is now deprecated (484978a)
Documentation
- dataplex: Update the Dataplex Catalog proto to remove the info about schema changes (484978a)
1.22.0 (2025-02-12)
Features
- dataplex: Added value
NONE to the SyncMode enum (7e10021)
Documentation
- dataplex: Modified various comments (7e10021)
1.21.0 (2025-01-02)
Features
- dataplex: A new field
force is added to message .google.cloud.dataplex.v1.DeleteDataScanRequest (8ebcc6d)
Bug Fixes
- dataplex: Update golang.org/x/net to v0.33.0 (e9b0b69)
Documentation
- dataplex: Miscellaneous doc updates (8ebcc6d)
1.20.0 (2024-11-19)
Features
- dataplex: A new enum
TableType is added (c1e936d) - dataplex: A new field
datascan_id is added to message .google.cloud.dataplex.v1.DiscoveryEvent (c1e936d) - dataplex: A new field
suspended is added to DataScans (c1e936d) - dataplex: A new field
table is added to message .google.cloud.dataplex.v1.DiscoveryEvent (c1e936d) - dataplex: A new message
TableDetails is added (c1e936d) - dataplex: Add a DATA_DISCOVERY enum type in DataScanEvent (c1e936d)
- dataplex: Add a DataDiscoveryAppliedConfigs message (c1e936d)
- dataplex: Add a TABLE_DELETED field in DiscoveryEvent (c1e936d)
- dataplex: Add a TABLE_IGNORED field in DiscoveryEvent (c1e936d)
- dataplex: Add a TABLE_PUBLISHED field in DiscoveryEvent (c1e936d)
- dataplex: Add a TABLE_UPDATED field in DiscoveryEvent (c1e936d)
- dataplex: Add an Issue field to DiscoveryEvent.ActionDetails to output the action message in Cloud Logs (c1e936d)
- dataplex: Add annotations in CreateMetadataJob, GetMetadataJob, ListMetaDataJobs and CancelMetadataJob for cloud audit logging (c1e936d)
- dataplex: Add data_version field to AspectSource (c1e936d)
- dataplex: Add new Data Discovery scan type in Datascan (c1e936d)
- dataplex: Expose create time in DataScanJobAPI (c1e936d)
- dataplex: Expose create time to customers (c1e936d)
- dataplex: Release metadata export in private preview (c1e936d)
- dataplex: Release MetadataJob APIs and related resources in GA (c1e936d)
- dataplex: Update Go Bigtable import path (c1e936d)
- dataplex: Update Go Datastore import path (c1e936d)
Documentation
- dataplex: A comment for message
DataScanEvent is changed (c1e936d) - dataplex: Add comment for field
status in message .google.cloud.dataplex.v1.MetadataJob per https (c1e936d) - dataplex: Add comment for field
type in message .google.cloud.dataplex.v1.MetadataJob per https (c1e936d) - dataplex: Add Identifier for
name in message .google.cloud.dataplex.v1.MetadataJob per https (c1e936d) - dataplex: Add info about schema changes for BigQuery metadata in Dataplex Catalog (c1e936d)
- dataplex: Add link to fully qualified names documentation (c1e936d)
- dataplex: Correct API documentation (c1e936d)
- dataplex: Correct the dimensions for data quality rules (c1e936d)
- dataplex: Dataplex Tasks do not support Dataplex Content path as a direct input anymore (c1e936d)
- dataplex: Scrub descriptions for standalone discovery scans (c1e936d)
1.19.2 (2024-10-23)
Bug Fixes
- dataplex: Update google.golang.org/api to v0.203.0 (8bb87d5)
- dataplex: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. (8bb87d5)
1.19.1 (2024-09-12)
Bug Fixes
- dataplex: Bump dependencies (2ddeb15)
1.19.0 (2024-08-20)
Features
- dataplex: Add support for Go 1.23 iterators (84461c0)
1.18.3 (2024-08-08)
Bug Fixes
- dataplex: Update google.golang.org/api to v0.191.0 (5b32644)
1.18.2 (2024-07-24)
Bug Fixes
- dataplex: Update dependencies (257c40b)
1.18.1 (2024-07-10)
Bug Fixes
1.18.0 (2024-07-01)
Features
- dataplex: Expose data scan execution create time to customers (#10438) (eec7a3b)
Bug Fixes
1.17.0 (2024-06-26)
Features
- dataplex: Exposing EntrySource.location field that contains location of a resource in the source system (d6c543c)
Bug Fixes
- dataplex: Enable new auth lib (b95805f)
Documentation
- dataplex: Scrub descriptions for GenerateDataQualityRules (d6c543c)
1.16.1 (2024-06-18)
Documentation
- dataplex: Clarify DataQualityRule.sql_assertion descriptions (abac5c6)
- dataplex: Fix links to RuleType proto references (abac5c6)
1.16.0 (2024-05-08)
Features
- dataplex: Updated client libraries for Dataplex Catalog (a4a8fbc)
1.15.1 (2024-05-01)
Bug Fixes
- dataplex: Bump x/net to v0.24.0 (ba31ed5)
1.15.0 (2024-03-19)
Features
- dataplex: Added client side library for the followings (#9592) (a3bb7c0)
1.14.3 (2024-03-14)
Bug Fixes
- dataplex: Update protobuf dep to v1.33.0 (30b038d)
1.14.2 (2024-02-06)
Documentation
- dataplex: Fix typo in comment (e60a6ba)
1.14.1 (2024-01-30)
Bug Fixes
- dataplex: Enable universe domain resolution options (fd1d569)
1.14.0 (2024-01-03)
Features
- dataplex: Added enum value EventType.GOVERNANCE_RULE_PROCESSING (902d842)
Documentation
- dataplex: Fix the comment for
ignore_null field to clarify its applicability on data quality rules (cbe96af)
1.13.0 (2023-12-07)
Features
- dataplex: Add data quality score to DataQualityResult (5132d0f)
1.12.0 (2023-11-27)
Features
- dataplex: Added DataQualityResult.score, dimension_score, column_score (2020edf)
1.11.2 (2023-11-09)
Documentation
- dataplex: Updated comments for
DataQualityResult.dimensions field (ba23673)
1.11.1 (2023-11-01)
Bug Fixes
- dataplex: Bump google.golang.org/api to v0.149.0 (8d2ab9f)
1.11.0 (2023-10-31)
Features
- dataplex: DataQualityDimension is now part of the DataQualityDimensionResult message (4d40180)
1.10.2 (2023-10-26)
Bug Fixes
- dataplex: Update grpc-go to v1.59.0 (81a97b0)
1.10.1 (2023-10-12)
Bug Fixes
- dataplex: Update golang.org/x/net to v0.17.0 (174da47)
1.10.0 (2023-10-12)
Features
- dataplex: DataQualityDimension is now part of the DataQualityDimensionResult message (#8663) (a811f4c)
1.9.1 (2023-08-08)
Bug Fixes
- dataplex: Remove unused annotation in results_table (#8382) (1390cbd)
1.9.0 (2023-07-26)
Features
- dataplex: New service DataTaxonomyService and related messages (#8320) (cdee2d9)
1.8.1 (2023-06-20)
Bug Fixes
- dataplex: REST query UpdateMask bug (df52820)
1.8.0 (2023-05-30)
Features
- dataplex: Update all direct dependencies (b340d03)
1.7.1 (2023-05-08)
Bug Fixes
- dataplex: Update grpc to v1.55.0 (1147ce0)
1.7.0 (2023-05-03)
Features
- dataplex: Added new Dataplex APIs and new features for existing APIs (e.g. DataScans) (d5d1fe9)
1.6.0 (2023-03-15)
Features
- dataplex: Update iam and longrunning deps (91a1f78)
1.5.2 (2023-02-14)
Documentation
- dataplex: Improvements to DataScan API documentation (f1c3ec7)
1.5.1 (2023-01-10)
Documentation
- dataplex: Fix minor docstring formatting (3115df4)
1.5.0 (2023-01-04)
Features
- dataplex: Add REST client (06a54a1)
1.4.0 (2022-11-03)
Features
- dataplex: rewrite signatures in terms of new location (3c4b2b3)
1.3.0 (2022-10-25)
Features
- dataplex: start generating stubs dir (de2d180)
1.2.0 (2022-10-14)
Features
- dataplex: Add support for notebook tasks (de4e16a)
1.1.0 (2022-07-19)
Features
- dataplex: Add IAM support for Explore content APIs feat: Add support for custom container for Task feat: Add support for cross project for Task feat: Add support for custom encryption key to be used for encrypt data on the PDs associated with the VMs in your Dataproc cluster for Task feat: Add support for Latest job in Task resource feat: User mode filter in Explore list sessions API feat: Support logging sampled file paths per partition to Cloud logging for Discovery event (8b17366)
1.0.0 (2022-06-29)
Features
Miscellaneous Chores
0.4.0 (2022-02-23)
Features
- dataplex: set versionClient to module version (55f0d92)
0.3.0 (2022-02-22)
Features
- dataplex: added client side library for the followings: 1. Content APIs. 2. Create|Update|Delete Metadata APIs (e.g. Entity and/or Partition). (7d6b0e5)
0.2.0 (2022-02-14)
Features
- dataplex: add file for tracking version (17b36ea)
0.1.0 (2022-01-28)
Features
v0.1.0
- feat(dataplex): start generating clients