Class DataplexExternalTable (3.9.0)

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

External table registered by Dataplex. Dataplex publishes data discovered from an asset into multiple other systems (BigQuery, DPMS) in form of tables. We call them "external tables". External tables are also synced into the Data Catalog. This message contains pointers to those external tables (fully qualified name, resource name et cetera) within the Data Catalog.

Attributes

NameDescription
system google.cloud.datacatalog_v1.types.IntegratedSystem
Service in which the external table is registered.
fully_qualified_name str
Fully qualified name (FQN) of the external table.
google_cloud_resource str
Google Cloud resource name of the external table.
data_catalog_entry str
Name of the Data Catalog entry representing the external table.

Inheritance

builtins.object > proto.message.Message > DataplexExternalTable