Generate API keys
To trigger Bolt from your pipeline, generate a Paradime API key with the Bolt schedules admin capability. Generate an Account API key (aprdm_cmp_... Bearer token) and save the token, your workspace token, and the API endpoint; you will add them as CI/CD variables in the next step.
Generate API keys
Create an Azure Pipeline
Create anazure-pipelines.yml file in your dbt™ repository and enter the values required.
azure-pipelines.yml
Add the variables in Azure Pipelines
Add these as Azure Pipeline variables:PARADIME_API_SECRET— your account API key (prdm_cmp_...)PARADIME_WORKSPACE_UID— your workspace tokenPARADIME_API_ENDPOINT