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

ColumnDescriptor

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

Describes a column.

interface ColumnDescriptor {
bigqueryPolicyTags?: string[];
description?: string;
path?: string[];
}

§Properties

§
bigqueryPolicyTags?: string[]
[src]

A list of BigQuery policy tags that will be applied to the column.

§
description?: string
[src]

A textual description of the column.

§
path?: string[]
[src]

The identifier for the column. Each entry in path represents one level of nesting.