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

SqlDefinition

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

Definition of a SQL Data Preparation

interface SqlDefinition {
errorTable?: ErrorTable;
load?: LoadConfig;
query?: string;
}

§Properties

§
errorTable?: ErrorTable
[src]

Error table configuration,

§

Load configuration.

§
query?: string
[src]

The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement.