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

GoogleCloudDatacatalogLineageV1Process

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

A process is the definition of a data transformation operation.

interface GoogleCloudDatacatalogLineageV1Process {
attributes?: {
[key: string]: any;
}
;
displayName?: string;
name?: string;
}

§Properties

§
attributes?: {
[key: string]: any;
}
[src]

Optional. The attributes of the process. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the process). Up to 100 attributes are allowed.

§
displayName?: string
[src]

Optional. A human-readable name you can set to display in a user interface. Must be not longer than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.

§
name?: string
[src]

Immutable. The resource name of the lineage process. Format: projects/{project}/locations/{location}/processes/{process}. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.

§

Optional. The origin of this process and its runs and lineage events.