Lightdash Bot
Lightdash Bot
The SDK build configuration was missing the React plugin, which is required to properly process CSS imports including Mantine 8 core styles and CSS modules used by components. This caused...
Resolves missing CSS styles in the React SDK by bundling Mantine 8 core styles into the SDK's CSS output. The SDK was importing Mantine 8 styles from node_modules, but Vite's...
This fix ensures that preview projects created via the `lightdash preview` CLI command are automatically deleted when the terminal is closed, not just when Ctrl+C is pressed. Previously, closing the...
Adds validation to detect when Databricks getColumns() returns empty metadata, which typically indicates insufficient permissions to access INFORMATION_SCHEMA.COLUMNS. When empty metadata is detected, a detailed warning message is logged that...
This fix addresses connection errors that occur when scheduled deliveries capture screenshots, particularly for deliveries with many charts and tabs or when multiple deliveries run concurrently. The primary issue was...