Class IncompatibleDataSchema (0.1.0)

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

Action details for incompatible schemas detected by discovery.

Attributes

NameDescription
table str
The name of the table containing invalid data.
existing_schema str
The existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types.
new_schema str
The new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types.
sampled_data_locations Sequence[str]
The list of data locations sampled and used for format/schema inference.
schema_change google.cloud.dataplex_v1.types.Action.IncompatibleDataSchema.SchemaChange
Whether the action relates to a schema that is incompatible or modified.

Classes

SchemaChange

SchemaChange(value)

Whether the action relates to a schema that is incompatible or modified.