Class DatabaseViewSpec (3.19.0)

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

Specification that applies to database view.

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

NameDescription
view_type google.cloud.datacatalog_v1.types.DatabaseTableSpec.DatabaseViewSpec.ViewType
Type of this view.
base_table str
Name of a singular table this view reflects one to one. This field is a member of oneof_ source_definition.
sql_query str
SQL query used to generate this view. This field is a member of oneof_ source_definition.

Classes

ViewType

ViewType(value)

Concrete type of the view.

Values: VIEW_TYPE_UNSPECIFIED (0): Default unknown view type. STANDARD_VIEW (1): Standard view. MATERIALIZED_VIEW (2): Materialized view.