FallbackReason
import type { FallbackReason } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Native SQL Execution Data
interface FallbackReason {
fallbackNode?: string;
fallbackReason?: string;
}import type { FallbackReason } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Native SQL Execution Data