Lightdash
Last updated
Was this helpful?
Last updated
Was this helpful?
Lightdash instantly turns your dbt™️ project into a full-stack BI platform. Analysts write metrics and Lightdash enables self-serve for the entire business.
Paradime integrates natively with Lightdash CLI to enable you to develop Lightdash metrics in your dbt™️ project.
To see the full list of CLI options, in the Paradime Terminal use:
In Paradime, navigate to account settings > workspaces and add the Lightdash required credentials to enabled the Paradime scheduler to trigger lightdash deploy
during a run.
LIGHTDASH_API_KEY
LIGHTDASH_PROJECT
LIGHTDASH_URL
lightdash deploy
commandTo get started you will need to setup a Lightdash instance. You can choose between or .
To get started developing in the open a new terminal tab and login to authenticate with Lightdash depending on your authentication method.
Paradime support Lightdash CLI to help your develop your Lightdash metrics at scale. YAML
, to experiment with your metrics and your new metrics to Lightdash.
You can use Paradime Bolt schedules to deploy to Lightdash new changes from your dbt™️ project after a PR is merged using a or after each production run.
You should set the below credentials as for your workspace in Paradime.
LIGHTDASH_API_KEY
LIGHTDASH_PROJECT
LIGHTDASH_URL
In your , in the commands section add the lightdash deploy
step. This will trigger a lightdash deploy after your dbt™️ commands have been executed. This will ensure changes in your dbt™️ project are made available in your lightdash project.