BlmtConfig
import type { BlmtConfig } from "https://googleapis.deno.dev/v1/datastream:v1.ts";
The configuration for BLMT.
interface BlmtConfig {
bucket?: string;
connectionName?: string;
fileFormat?: "FILE_FORMAT_UNSPECIFIED" | "PARQUET";
rootPath?: string;
tableFormat?: "TABLE_FORMAT_UNSPECIFIED" | "ICEBERG";
}