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
§
errorTable?: ActionErrorTable
[src]Error table configuration,
§
loadConfig?: ActionLoadConfig
[src]Load configuration.