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

DeltaTarget

import type { DeltaTarget } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

Specifies a Delta data store to crawl one or more Delta tables.

interface DeltaTarget {
ConnectionName?: string | null;
DeltaTables?: string[] | null;
WriteManifest?: boolean | null;
}

§Properties

§
ConnectionName?: string | null
[src]

The name of the connection to use to connect to the Delta table target.

§
DeltaTables?: string[] | null
[src]

A list of the Amazon S3 paths to the Delta tables.

§
WriteManifest?: boolean | null
[src]

Specifies whether to write the manifest files to the Delta table path.