SourceProgress
import type { SourceProgress } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface SourceProgress {
description?: string;
endOffset?: string;
inputRowsPerSecond?: number;
latestOffset?: string;
metrics?: {};
[key: string]: string;
numInputRows?: bigint;
processedRowsPerSecond?: number;
startOffset?: string;
}