Aditya Hegde
Aditya Hegde
closes #707 Fixes dashboard flicker because of switch from all time calculated time grain to default time range and grain. Also makes the default entity be the explorer when clicking...
This is a POC for duckdb golang driver. Has local copy of the driver library until Interval support PR is merged. (Job will fail since we are not installing and...
closes #605
We have a mix of esm and commonjs in our code right now. Nodejs code transpiles to commonjs. This leads to issues with shared package.json. With nodejs on esm we...
Added a new component ConfigProvider. Currently takes a config object or an explore url. It creates a RootConfig object with explore url if provided else uses the config object override.
Currently leaderboards supports only include filters. There will be a use case where the user wants to check data by excluding certain dimension values. We need to add exclude filter...