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

GoogleCloudDatacatalogLineageV1Link

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

Links represent the data flow between source (upstream) and target (downstream) assets in transformation pipelines. Links are created when LineageEvents record data transformation between related assets.

interface GoogleCloudDatacatalogLineageV1Link {
endTime?: Date;
readonly name?: string;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

The end of the last event establishing this link.

§
readonly name?: string
[src]

Output only. Immutable. The name of the link. Format: projects/{project}/locations/{location}/links/{link}.

§

The pointer to the entity that is the source of this link.

§
startTime?: Date
[src]

The start of the first event establishing this link.

§

The pointer to the entity that is the target of this link.