DataPreparationAction
import type { DataPreparationAction } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";
Represents a workflow action that will run a Data Preparation.
interface DataPreparationAction {
contentsSql?: ActionSqlDefinition;
readonly contentsYaml?: string;
readonly generatedSql?: string;
readonly jobId?: string;
}§Properties
§
contentsSql?: ActionSqlDefinition
[src]SQL definition for a Data Preparation. Contains a SQL query and additional context information.
§
readonly contentsYaml?: string
[src]Output only. YAML representing the contents of the data preparation. Can be used to show the customer what the input was to their workflow.