@sqlrooms/kepler / getKeplerDatasetIdForTable
Function: getKeplerDatasetIdForTable()
getKeplerDatasetIdForTable(
table,options?):string
Choose the dataset id that should be written into new Kepler layer config.
By default, tables in defaultDbSchema use bare ids (places) and all other tables use qualified SQL references. Hosts can override this with getDatasetIdForTable.
Parameters
| Parameter | Type |
|---|---|
table | DataTable |
options | KeplerTableSelectionOptions |
Returns
string
