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

ActionSqlDefinition

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

Definition of a SQL Data Preparation

interface ActionSqlDefinition {
errorTable?: ActionErrorTable;
loadConfig?: ActionLoadConfig;
query?: string;
}

§Properties

§

Error table configuration,

§

Load configuration.

§
query?: string
[src]

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