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

MetadataIntegration

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

Specifies how metastore metadata should be integrated with external services.

interface MetadataIntegration {
dataCatalogConfig?: DataCatalogConfig;
}

§Properties

§
dataCatalogConfig?: DataCatalogConfig
[src]

Optional. The integration config for the Data Catalog service.