IncompatibleDataSchema(mapping=None, *, ignore_unknown_fields=False, **kwargs)Action details for incompatible schemas detected by discovery.
| Attributes | |
|---|---|
| Name | Description | 
| table | strThe name of the table containing invalid data. | 
| existing_schema | strThe existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types. | 
| new_schema | strThe new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types. | 
| sampled_data_locations | MutableSequence[str]The list of data locations sampled and used for format/schema inference. | 
| schema_change | google.cloud.dataplex_v1.types.Action.IncompatibleDataSchema.SchemaChangeWhether 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.