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

GoogleCloudDatacatalogV1DataplexTableSpec

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

Entry specification for a Dataplex table.

interface GoogleCloudDatacatalogV1DataplexTableSpec {
userManaged?: boolean;
}

§Properties

§

Common Dataplex fields.

§

List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.

§
userManaged?: boolean
[src]

Indicates if the table schema is managed by the user or not.