Class BigQueryTableSpec (3.4.3)

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

Describes a BigQuery table. .. attribute:: table_source_type

Output only. The table source type.

:type: google.cloud.datacatalog_v1beta1.types.TableSourceType

Attributes

NameDescription
view_spec google.cloud.datacatalog_v1beta1.types.ViewSpec
Table view specification. This field should only be populated if table_source_type is BIGQUERY_VIEW.
table_spec google.cloud.datacatalog_v1beta1.types.TableSpec
Spec of a BigQuery table. This field should only be populated if table_source_type is BIGQUERY_TABLE.