Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDatacatalogV1DataplexExternalTable

import type { GoogleCloudDatacatalogV1DataplexExternalTable } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";

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.

interface GoogleCloudDatacatalogV1DataplexExternalTable {
dataCatalogEntry?: string;
fullyQualifiedName?: string;
googleCloudResource?: string;
system?:
| "INTEGRATED_SYSTEM_UNSPECIFIED"
| "BIGQUERY"
| "CLOUD_PUBSUB"
| "DATAPROC_METASTORE"
| "DATAPLEX"
| "CLOUD_SPANNER"
| "CLOUD_BIGTABLE"
| "CLOUD_SQL"
| "LOOKER"
| "VERTEX_AI";
}

§Properties

§
dataCatalogEntry?: string
[src]

Name of the Data Catalog entry representing the external table.

§
fullyQualifiedName?: string
[src]

Fully qualified name (FQN) of the external table.

§
googleCloudResource?: string
[src]

Google Cloud resource name of the external table.

§
system?: "INTEGRATED_SYSTEM_UNSPECIFIED" | "BIGQUERY" | "CLOUD_PUBSUB" | "DATAPROC_METASTORE" | "DATAPLEX" | "CLOUD_SPANNER" | "CLOUD_BIGTABLE" | "CLOUD_SQL" | "LOOKER" | "VERTEX_AI"
[src]

Service in which the external table is registered.