Skip to content

Commit

Permalink
feat: [google-cloud-dataplex] update Go Datastore import path (#13282)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

feat: update Go Bigtable import path
BEGIN_COMMIT_OVERRIDE
feat: release MetadataJob APIs and related resources in GA
feat: expose create time in DataScanJobAPI
docs: correct API documentation
feat: release metadata export in private preview
feat: Add data_version field to AspectSource
docs: add info about schema changes for BigQuery metadata in Dataplex
Catalog
docs: Add Identifier for `name` in message
`.google.cloud.dataplex.v1.MetadataJob`
docs: Add comment for field `type` in message
`.google.cloud.dataplex.v1.MetadataJob`
docs: Add comment for field `status` in message
`.google.cloud.dataplex.v1.MetadataJob`
docs: Add link to fully qualified names documentation
feat: add annotations in CreateMetadataJob, GetMetadataJob,
ListMetaDataJobs and CancelMetadataJob for cloud audit logging
feat: Add new Data Discovery scan type in Datascan
docs: Scrub descriptions for standalone discovery scans
docs: correct the dimensions for data quality rules
feat: A new field `suspended` is added to DataScans
feat: expose create time to customers
feat: Add a TABLE_PUBLISHED field in DiscoveryEvent
feat: Add a TABLE_UPDATED field in DiscoveryEvent
feat: Add a TABLE_IGNORED field in DiscoveryEvent
feat: Add a TABLE_DELETED field in DiscoveryEvent
feat: Add a DATA_DISCOVERY enum type in DataScanEvent
feat: Add a DataDiscoveryAppliedConfigs message
docs: A comment for message `DataScanEvent` is changed
feat: Add an Issue field to DiscoveryEvent.ActionDetails to output the
action message in Cloud Logs
feat: A new enum `TableType` is added
feat: A new message `TableDetails` is added
feat: A new field `datascan_id` is added to message
`.google.cloud.dataplex.v1.DiscoveryEvent`
feat: A new field `table` is added to message
`.google.cloud.dataplex.v1.DiscoveryEvent`
docs: Dataplex Tasks do not support Dataplex Content path as a direct
input anymore

END_COMMIT_OVERRIDE


PiperOrigin-RevId: 696600248

Source-Link:
googleapis/googleapis@43e5337

Source-Link:
googleapis/googleapis-gen@1f67afb
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwbGV4Ly5Pd2xCb3QueWFtbCIsImgiOiIxZjY3YWZiNDk3MGVhNGMzZmU1MzUwMjFhNWZjOGJhMTY5NjhhMDI2In0=

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people authored Nov 15, 2024
1 parent 6e92883 commit fffe7a5
Show file tree
Hide file tree
Showing 34 changed files with 6,319 additions and 658 deletions.
20 changes: 20 additions & 0 deletions packages/google-cloud-dataplex/google/cloud/dataplex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@
Aspect,
AspectSource,
AspectType,
CancelMetadataJobRequest,
CreateAspectTypeRequest,
CreateEntryGroupRequest,
CreateEntryRequest,
CreateEntryTypeRequest,
CreateMetadataJobRequest,
DeleteAspectTypeRequest,
DeleteEntryGroupRequest,
DeleteEntryRequest,
Expand All @@ -76,6 +78,8 @@
GetEntryGroupRequest,
GetEntryRequest,
GetEntryTypeRequest,
GetMetadataJobRequest,
ImportItem,
ListAspectTypesRequest,
ListAspectTypesResponse,
ListEntriesRequest,
Expand All @@ -84,7 +88,10 @@
ListEntryGroupsResponse,
ListEntryTypesRequest,
ListEntryTypesResponse,
ListMetadataJobsRequest,
ListMetadataJobsResponse,
LookupEntryRequest,
MetadataJob,
SearchEntriesRequest,
SearchEntriesResponse,
SearchEntriesResult,
Expand All @@ -102,6 +109,10 @@
ListContentResponse,
UpdateContentRequest,
)
from google.cloud.dataplex_v1.types.data_discovery import (
DataDiscoveryResult,
DataDiscoverySpec,
)
from google.cloud.dataplex_v1.types.data_profile import (
DataProfileResult,
DataProfileSpec,
Expand Down Expand Up @@ -259,10 +270,12 @@
"Aspect",
"AspectSource",
"AspectType",
"CancelMetadataJobRequest",
"CreateAspectTypeRequest",
"CreateEntryGroupRequest",
"CreateEntryRequest",
"CreateEntryTypeRequest",
"CreateMetadataJobRequest",
"DeleteAspectTypeRequest",
"DeleteEntryGroupRequest",
"DeleteEntryRequest",
Expand All @@ -275,6 +288,8 @@
"GetEntryGroupRequest",
"GetEntryRequest",
"GetEntryTypeRequest",
"GetMetadataJobRequest",
"ImportItem",
"ListAspectTypesRequest",
"ListAspectTypesResponse",
"ListEntriesRequest",
Expand All @@ -283,7 +298,10 @@
"ListEntryGroupsResponse",
"ListEntryTypesRequest",
"ListEntryTypesResponse",
"ListMetadataJobsRequest",
"ListMetadataJobsResponse",
"LookupEntryRequest",
"MetadataJob",
"SearchEntriesRequest",
"SearchEntriesResponse",
"SearchEntriesResult",
Expand All @@ -299,6 +317,8 @@
"ListContentRequest",
"ListContentResponse",
"UpdateContentRequest",
"DataDiscoveryResult",
"DataDiscoverySpec",
"DataProfileResult",
"DataProfileSpec",
"DataQualityColumnResult",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.3.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@
Aspect,
AspectSource,
AspectType,
CancelMetadataJobRequest,
CreateAspectTypeRequest,
CreateEntryGroupRequest,
CreateEntryRequest,
CreateEntryTypeRequest,
CreateMetadataJobRequest,
DeleteAspectTypeRequest,
DeleteEntryGroupRequest,
DeleteEntryRequest,
Expand All @@ -52,6 +54,8 @@
GetEntryGroupRequest,
GetEntryRequest,
GetEntryTypeRequest,
GetMetadataJobRequest,
ImportItem,
ListAspectTypesRequest,
ListAspectTypesResponse,
ListEntriesRequest,
Expand All @@ -60,7 +64,10 @@
ListEntryGroupsResponse,
ListEntryTypesRequest,
ListEntryTypesResponse,
ListMetadataJobsRequest,
ListMetadataJobsResponse,
LookupEntryRequest,
MetadataJob,
SearchEntriesRequest,
SearchEntriesResponse,
SearchEntriesResult,
Expand All @@ -78,6 +85,7 @@
ListContentResponse,
UpdateContentRequest,
)
from .types.data_discovery import DataDiscoveryResult, DataDiscoverySpec
from .types.data_profile import DataProfileResult, DataProfileSpec
from .types.data_quality import (
DataQualityColumnResult,
Expand Down Expand Up @@ -220,6 +228,7 @@
"Asset",
"AssetStatus",
"CancelJobRequest",
"CancelMetadataJobRequest",
"CatalogServiceClient",
"Content",
"ContentServiceClient",
Expand All @@ -236,12 +245,15 @@
"CreateEntryTypeRequest",
"CreateEnvironmentRequest",
"CreateLakeRequest",
"CreateMetadataJobRequest",
"CreatePartitionRequest",
"CreateTaskRequest",
"CreateZoneRequest",
"DataAccessSpec",
"DataAttribute",
"DataAttributeBinding",
"DataDiscoveryResult",
"DataDiscoverySpec",
"DataProfileResult",
"DataProfileSpec",
"DataQualityColumnResult",
Expand Down Expand Up @@ -302,10 +314,12 @@
"GetEnvironmentRequest",
"GetJobRequest",
"GetLakeRequest",
"GetMetadataJobRequest",
"GetPartitionRequest",
"GetTaskRequest",
"GetZoneRequest",
"GovernanceEvent",
"ImportItem",
"Job",
"JobEvent",
"Lake",
Expand Down Expand Up @@ -342,6 +356,8 @@
"ListLakeActionsRequest",
"ListLakesRequest",
"ListLakesResponse",
"ListMetadataJobsRequest",
"ListMetadataJobsResponse",
"ListPartitionsRequest",
"ListPartitionsResponse",
"ListSessionsRequest",
Expand All @@ -352,6 +368,7 @@
"ListZonesRequest",
"ListZonesResponse",
"LookupEntryRequest",
"MetadataJob",
"MetadataServiceClient",
"OperationMetadata",
"Partition",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"grpc": {
"libraryClient": "CatalogServiceClient",
"rpcs": {
"CancelMetadataJob": {
"methods": [
"cancel_metadata_job"
]
},
"CreateAspectType": {
"methods": [
"create_aspect_type"
Expand All @@ -30,6 +35,11 @@
"create_entry_type"
]
},
"CreateMetadataJob": {
"methods": [
"create_metadata_job"
]
},
"DeleteAspectType": {
"methods": [
"delete_aspect_type"
Expand Down Expand Up @@ -70,6 +80,11 @@
"get_entry_type"
]
},
"GetMetadataJob": {
"methods": [
"get_metadata_job"
]
},
"ListAspectTypes": {
"methods": [
"list_aspect_types"
Expand All @@ -90,6 +105,11 @@
"list_entry_types"
]
},
"ListMetadataJobs": {
"methods": [
"list_metadata_jobs"
]
},
"LookupEntry": {
"methods": [
"lookup_entry"
Expand Down Expand Up @@ -125,6 +145,11 @@
"grpc-async": {
"libraryClient": "CatalogServiceAsyncClient",
"rpcs": {
"CancelMetadataJob": {
"methods": [
"cancel_metadata_job"
]
},
"CreateAspectType": {
"methods": [
"create_aspect_type"
Expand All @@ -145,6 +170,11 @@
"create_entry_type"
]
},
"CreateMetadataJob": {
"methods": [
"create_metadata_job"
]
},
"DeleteAspectType": {
"methods": [
"delete_aspect_type"
Expand Down Expand Up @@ -185,6 +215,11 @@
"get_entry_type"
]
},
"GetMetadataJob": {
"methods": [
"get_metadata_job"
]
},
"ListAspectTypes": {
"methods": [
"list_aspect_types"
Expand All @@ -205,6 +240,11 @@
"list_entry_types"
]
},
"ListMetadataJobs": {
"methods": [
"list_metadata_jobs"
]
},
"LookupEntry": {
"methods": [
"lookup_entry"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.3.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading

0 comments on commit fffe7a5

Please sign in to comment.