Skip to content

@sqlrooms/kepler / findKeplerTableForDatasetId

Function: findKeplerTableForDatasetId()

findKeplerTableForDatasetId(tables, datasetId, options?): DataTable | undefined

Resolve a saved Kepler dataset id back to the DuckDB table it should load.

The default resolver accepts qualified table references and bare ids inside defaultDbSchema. Tables rejected by includeTable are ignored.

Parameters

ParameterType
tablesDataTable[]
datasetIdstring
optionsKeplerTableSelectionOptions

Returns

DataTable | undefined