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

FallbackReason

import type { FallbackReason } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Native SQL Execution Data

interface FallbackReason {
fallbackNode?: string;
fallbackReason?: string;
}

§Properties

§
fallbackNode?: string
[src]

Optional. Fallback node information.

§
fallbackReason?: string
[src]

Optional. Fallback to Spark reason.