SinkProgress
import type { SinkProgress } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface SinkProgress {
description?: string;
metrics?: {};
[key: string]: string;
numOutputRows?: bigint;
}import type { SinkProgress } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";