Skip to content

@sqlrooms/room-shell / FileDataSource

Type Alias: FileDataSource

FileDataSource = object

Interface

Configuration for file-based data sources FileDataSource

Type Declaration

NameType
tableNamestring
type"file"
fileNamestring
loadOptions?{[key: string]: unknown; schema?: string; select?: string[]; where?: string; view?: boolean; temp?: boolean; replace?: boolean; method: "read_json" | "read_ndjson" | "read_parquet" | "read_csv" | "auto"; } | {[key: string]: unknown; schema?: string; select?: string[]; where?: string; view?: boolean; temp?: boolean; replace?: boolean; options?: string | Record<string, unknown> | string[]; method: "st_read"; }