Class Action (1.1.2)

Action(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Action represents an issue requiring administrator action for resolution.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
category google.cloud.dataplex_v1.types.Action.Category
The category of issue associated with the action.
issue str
Detailed description of the issue requiring action.
detect_time google.protobuf.timestamp_pb2.Timestamp
The time that the issue was detected.
name str
Output only. The relative resource name of the action, of the form: projects/{project}/locations/{location}/lakes/{lake}/actions/{action} projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/actions/{action} projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}/actions/{action}.
lake str
Output only. The relative resource name of the lake, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
zone str
Output only. The relative resource name of the zone, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
asset str
Output only. The relative resource name of the asset, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
data_locations Sequence[str]
The list of data locations associated with this action. Cloud Storage locations are represented as URI paths(E.g. gs://bucket/table1/year=2020/month=Jan/). BigQuery locations refer to resource names(E.g. bigquery.googleapis.com/projects/project-id/datasets/dataset-id).
invalid_data_format google.cloud.dataplex_v1.types.Action.InvalidDataFormat
Details for issues related to invalid or unsupported data formats. This field is a member of oneof_ details.
incompatible_data_schema google.cloud.dataplex_v1.types.Action.IncompatibleDataSchema
Details for issues related to incompatible schemas detected within data. This field is a member of oneof_ details.
invalid_data_partition google.cloud.dataplex_v1.types.Action.InvalidDataPartition
Details for issues related to invalid or unsupported data partition structure. This field is a member of oneof_ details.
missing_data google.cloud.dataplex_v1.types.Action.MissingData
Details for issues related to absence of data within managed resources. This field is a member of oneof_ details.
missing_resource google.cloud.dataplex_v1.types.Action.MissingResource
Details for issues related to absence of a managed resource. This field is a member of oneof_ details.
unauthorized_resource google.cloud.dataplex_v1.types.Action.UnauthorizedResource
Details for issues related to lack of permissions to access data resources. This field is a member of oneof_ details.
failed_security_policy_apply google.cloud.dataplex_v1.types.Action.FailedSecurityPolicyApply
Details for issues related to applying security policy. This field is a member of oneof_ details.
invalid_data_organization google.cloud.dataplex_v1.types.Action.InvalidDataOrganization
Details for issues related to invalid data arrangement. This field is a member of oneof_ details.

Inheritance

builtins.object > proto.message.Message > Action

Classes

Category

Category(value)

The category of issues.

FailedSecurityPolicyApply

FailedSecurityPolicyApply(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Failed to apply security policy to the managed resource(s) under a lake, zone or an asset. For a lake or zone resource, one or more underlying assets has a failure applying security policy to the associated managed resource.

IncompatibleDataSchema

IncompatibleDataSchema(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Action details for incompatible schemas detected by discovery.

InvalidDataFormat

InvalidDataFormat(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Action details for invalid or unsupported data files detected by discovery.

InvalidDataOrganization

InvalidDataOrganization(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Action details for invalid data arrangement.

InvalidDataPartition

InvalidDataPartition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Action details for invalid or unsupported partitions detected by discovery.

MissingData

MissingData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Action details for absence of data detected by discovery.

MissingResource

MissingResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Action details for resource references in assets that cannot be located.

UnauthorizedResource

UnauthorizedResource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Action details for unauthorized resource issues raised to indicate that the service account associated with the lake instance is not authorized to access or manage the resource associated with an asset.