Lightdash
Lightdash transforms your dbtβ’ project into a full-stack BI platform, enabling self-serve analytics for your entire organization. Paradime's native integration with Lightdash CLI allows you to develop and deploy Lightdash metrics directly from your development environment.
Prerequisites
Before getting started, you'll need:
A Lightdash instance (Cloud or Self-hosted)
Access to Paradime's Code IDE
Admin access for setting up credentials
Not sure which Lightdash option to choose? See the Cloud vs. Self-hosted comparison.
Development Setup
Authenticating with LightDash
In the Code IDE, open the Paradime Integrated Terminal
Follow Lightdash documentation and run authentication commands.
Follow the prompts to complete authentication
Using Lightdash CL
The Lightdash CLI in Paradime enables you to:
Autogenerate Lightdash-ready YAML files
Preview metrics before deployment
Deploy changes to your Lightdash instance
View available commands:
Deployment Setup
Enable automatic deployment of your dbtβ’ project changes to Lightdash using Paradime Bolt schedules.
1. Configure Lightdash Credentials
From any page in Paradime, Click Settings
Navigate to Workspaces > Environment Variables
In the Bolt Schedules section, click Add New
Configure each required variable:
LIGHTDASH_API_KEY: Personal access tokenLIGHTDASH_PROJECT: Project UUIDLIGHTDASH_URL: Instance URL
Finding your Lightdash credentials
LIGHTDASH_API_KEYβ
Create a new personal access token, by going to Settings > Personal Access Tokens. This is the token you'll put in for LIGHTDASH_API_KEY.

LIGHTDASH_PROJECTβ
The UUID for your project. For example, if your URL looks like https://eu1.lightdash.cloud/projects/3538ab33-dc90-aabb-bc00-e50bba3a5f69/tables, then 3538ab33-dc90-45f0-aabb-e50bba3a5f69 is your LIGHTDASH_PROJECT
LIGHTDASH_URLβ
This is either https://eu1.lightdash.cloud or https://app.lightdash.cloud (check the URL to your Lightdash project)
2. Configure Deployment Schedule
Create or edit a Bolt schedule
Add the
lightdash deploycommandThis will:
Execute after your dbtβ’ commands complete
Deploy changes to your Lightdash project
Keep metrics in sync with your dbtβ’ project
You can configure this as part of a CD schedule to deploy changes automatically after PR merges.
Last updated
Was this helpful?