Class DataProfileResult (1.5.1)

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

DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.

Attributes

NameDescription
row_count int
The count of rows scanned.
profile google.cloud.dataplex_v1.types.DataProfileResult.Profile
The profile information per field.
scanned_data google.cloud.dataplex_v1.types.ScannedData
The data scanned for this result.

Classes

Profile

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

Contains name, type, mode and field type specific profile information.