Using Azure Pipelines
Last updated
Was this helpful?
Last updated
Was this helpful?
You can build your custom Continuous Deployment jobs using Azure Pipelines and .
To start create a new Bolt schedule and make sure to add the deferred_schedule
configuration. Depending on your intended behavior you can choose to defer to another production job or defer back to the last CD run.
API keys are generate at a workspace level.
To be able to trigger Bolt using the API, you will first need to generate API keys for your workspace. Got to account settings and generate your API keys, make sure to save in your password manager:
API key
API secret
API Endpoint
You will need this later when setting up the secrete in Azure pipelines.
Now you will need to create a new azure-pipeline.yml
file in your dbt™️ repository. Copy the code block below and enter the values required.
Set the corresponding values using your credentials for the variable names:
PARADIME_API_KEY
PARADIME_API_SECRET
PARADIME_API_ENDPOINT
Finally you need to add the API key and credentials generated in the in Azure Pipelines.