Runtime environment variables
Last updated
Was this helpful?
Last updated
Was this helpful?
Paradime Bolt allows you to use environment variables in your scheduled commands, injecting them dynamically at runtime. This feature helps you manage configurations and sensitive information securely in your dbt™ projects.
When you include environment variable placeholders (e.g., $ENV_VAR
) in your , Bolt automatically replaces them with their current values during execution.
Environment variables must be properly spaced in your commands:
✅ dbt run --select $ENV_VAR
(correct)
❌ dbt run --select$ENV_VAR
(incorrect) {% endhint %}
To use runtime variables:
From any page in Paradime, Click Settings
Navigate to Workspaces > Environment Variables
In the Bolt Schedules section, click Add New