Class DataProfileResult (1.4.0)

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 all rows in the sampled data. Return 0, if zero rows.
profile google.cloud.dataplex_v1.types.DataProfileResult.Profile
This represents the profile information per field.
scanned_data google.cloud.dataplex_v1.types.ScannedData
The data scanned for this profile.

Classes

Profile

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

Profile information describing the structure and layout of the data and contains the profile info.