DataDocumentationResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)The output of a DataDocumentation scan.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attribute |
|
|---|---|
| Name | Description |
table_result |
google.cloud.dataplex_v1.types.DataDocumentationResult.TableResult
Output only. Table result for insights. This field is a member of oneof_ result.
|
Classes
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.
TableResult
TableResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)Generated metadata about the table.