BigQueryAction
import type { BigQueryAction } from "https://googleapis.deno.dev/v1/dataform:v1.ts";Represents a workflow action that will run against BigQuery.
interface BigQueryAction {
readonly jobId?: string;
readonly sqlScript?: string;
}import type { BigQueryAction } from "https://googleapis.deno.dev/v1/dataform:v1.ts";Represents a workflow action that will run against BigQuery.