DataDocumentationResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)The output of a DataDocumentation scan.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
dataset_result |
google.cloud.dataplex_v1.types.DataDocumentationResult.DatasetResult
Output only. Insights for a Dataset resource. This field is a member of oneof_ result.
|
table_result |
google.cloud.dataplex_v1.types.DataDocumentationResult.TableResult
Output only. Insights for a Table resource. This field is a member of oneof_ result.
|
Classes
DatasetResult
DatasetResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)Insights for a dataset resource.
Field
Field(mapping=None, *, ignore_unknown_fields=False, **kwargs)Column of a table with generated metadata and nested fields.
Query
Query(mapping=None, *, ignore_unknown_fields=False, **kwargs)A sample SQL query in data documentation.
Schema
Schema(mapping=None, *, ignore_unknown_fields=False, **kwargs)Schema of the table with generated metadata of columns.
SchemaRelationship
SchemaRelationship(mapping=None, *, ignore_unknown_fields=False, **kwargs)Details of the relationship between the schema of two resources.
TableResult
TableResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)Insights for a table resource.