Class BigQueryTableSpec (3.5.0)

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

Describes a BigQuery table.

Attributes

NameDescription
table_source_type google.cloud.datacatalog_v1.types.TableSourceType
Output only. The table source type.
view_spec google.cloud.datacatalog_v1.types.ViewSpec
Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.
table_spec google.cloud.datacatalog_v1.types.TableSpec
Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.