# CI/CD

## What is Paradime's CI/CD?

Paradime's CI/CD (Continuous Integration/Continuous Deployment) is a suite of features designed to automate and streamline the process of integrating code changes and deploying them to production. This methodology is essential for maintaining high-quality data pipelines and ensuring that changes to dbt™ models are thoroughly tested before they are merged into the main branch. Paradime's CI/CD tools help you detect anomalies, create targeted alerts, and understand the downstream impact of changes, making your data development and deployment process more efficient and reliable.

## Benefits of Using Paradime's CI/CD

1. **Increased Confidence**: By running automated tests and checks on your code changes, Paradime's CI/CD ensures that your data models are consistent and high-quality, reducing the risk of errors in production.
2. **Faster Deployments**: Automating the build, test, and deployment processes allows for quicker turnaround times from development to production, improving business agility.
3. **Improved Collaboration**: With features like lineage diff analysis and automated CI checks, teams can collaborate more effectively, understanding the impact of changes and ensuring code quality.
4. **Cost Efficiency**: By catching issues early and automating repetitive tasks, Paradime's CI/CD helps reduce the overall cost of data development and deployment.

{% hint style="danger" %}
Users must have a [Paradime Bolt](https://www.paradime.io/pricing) subscription to access CI/CD features.
{% endhint %}

## Key Feature's of Paradime's CI/CD&#x20;

To provide a comprehensive understanding of Paradime's CI/CD capabilities, the documentation is divided into the following sections. Each section includes setup guides, examples, and explanations of how it works to help you get started:

### [**Lineage Diff Analysis**](https://docs.paradime.io/app-help/documentation/bolt/ci-cd/lineage-diff)

Understand the downstream impact of your changes directly within your pull requests. The lineage diff report identifies changes to columns in your dbt™ models and lists all the downstream objects impacted, including other dbt™ models and nodes in your BI layer. This feature enables you to assess the potential impact of your changes before merging them into the main branch.

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2Fnfw5KfkWBUzhKA3zq1ST%2Fimage.png?alt=media&#x26;token=1bf18483-f370-4a6c-80d4-990339106acc" alt="" width="563"><figcaption></figcaption></figure>

### [**Bolt Turbo CI**](https://docs.paradime.io/app-help/documentation/bolt/ci-cd/turbo-ci)

Turbo CI allows you to run and test code changes in your dbt™ project before merging them into the main branch. By configuring a Bolt schedule, you can trigger Turbo CI jobs that build and test models in a temporary schema, ensuring that all changes pass necessary tests. Turbo CI works with [GitHub](https://docs.paradime.io/app-help/documentation/bolt/ci-cd/turbo-ci/github), [GitLab](https://docs.paradime.io/app-help/documentation/bolt/ci-cd/turbo-ci/gitlab), and [Azure DevOps](https://docs.paradime.io/app-help/documentation/bolt/ci-cd/turbo-ci/azure-devops).

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FXmywHLrDIwQbfbH38rUB%2Fimage.png?alt=media&#x26;token=7b5605af-0c6d-46d4-9a95-5b53b20d6b3a" alt="" width="563"><figcaption></figcaption></figure>

### [**Custom CD**](https://docs.paradime.io/app-help/documentation/bolt/ci-cd/continuous-deployment-with-bolt/continuous-deployment)

Build your custom Continuous Deployment jobs using Bolt APIs and integrate them with Azure Pipelines, GitHub Actions, or GitLab Pipelines. Custom CD schedules allow for flexible deployment strategies tailored to your specific needs. Custom CD works with [GitHub Actions](https://docs.paradime.io/app-help/documentation/bolt/broken-reference), [GitLab Pipelines](https://docs.paradime.io/app-help/documentation/bolt/ci-cd/continuous-deployment-with-bolt/using-gitlab-pipelines), and [Azure Pipelines](https://docs.paradime.io/app-help/documentation/bolt/ci-cd/continuous-deployment-with-bolt/using-azure-pipelines). <br>

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FYiH32zLijNZDz5wSTKZw%2Fimage.png?alt=media&#x26;token=b31e4fb8-abe2-4f6d-879e-3973e3104bfd" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.paradime.io/app-help/documentation/bolt/ci-cd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
