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 |
|
---|---|
Name | Description |
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. |
post_scan_actions_result |
google.cloud.dataplex_v1.types.DataProfileResult.PostScanActionsResult
Output only. The result of post scan actions. |
Classes
PostScanActionsResult
PostScanActionsResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The result of post scan actions of DataProfileScan job.
Profile
Profile(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Contains name, type, mode and field type specific profile information.