Class InvalidDataFormat (1.0.0)

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

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

Attributes

NameDescription
sampled_data_locations Sequence[str]
The list of data locations sampled and used for format/schema inference.
expected_format str
The expected data format of the entity.
new_format str
The new unexpected data format within the entity.

Inheritance

builtins.object > proto.message.Message > InvalidDataFormat