Google Cloud Datacatalog V1Dataplex External Table Response
data class GoogleCloudDatacatalogV1DataplexExternalTableResponse(val dataCatalogEntry: String, val fullyQualifiedName: String, val googleCloudResource: String, val system: String)
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.
Constructors
Link copied to clipboard
fun GoogleCloudDatacatalogV1DataplexExternalTableResponse(dataCatalogEntry: String, fullyQualifiedName: String, googleCloudResource: String, system: String)