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

RelationDescriptor

import type { RelationDescriptor } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Describes a relation and its columns.

interface RelationDescriptor {
bigqueryLabels?: {
[key: string]: string;
}
;
columns?: ColumnDescriptor[];
description?: string;
}

§Properties

§
bigqueryLabels?: {
[key: string]: string;
}
[src]

A set of BigQuery labels that should be applied to the relation.

§

A list of descriptions of columns within the relation.

§
description?: string
[src]

A text description of the relation.