Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <[email protected]>
  • Loading branch information
igorDykhta committed Feb 6, 2025
1 parent 24cbbed commit 707c5c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/demo-app/src/reducers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ import {generateHashId} from '../utils/strings';

// initialize kepler demo-app with duckdb plugin
initApplicationConfig({
// Custom UI for DuckDB
plugins: [keplerGlDuckdbPlugin],
// async data ingestion to DuckDb
table: KeplerGlDuckDbTable,
// progressive loading is sync, doesn't wait properly for a dataset to be created in DuckDB
useArrowProgressiveLoading: false,
showReleaseBanner: false
});
Expand Down

0 comments on commit 707c5c8

Please sign in to comment.