# Transferring dbt™️ Jobs

You can migrate all your dbt Cloud™️ jobs in Paradime with one click.

{% content-ref url="transferring-dbt-tm-jobs" %}
[transferring-dbt-tm-jobs](https://docs.paradime.io/app-help/guides/dbt-cloud-tm-importer/transferring-dbt-tm-jobs)
{% endcontent-ref %}

{% hint style="warning" %}
Note that access to the dbt Cloud™️ API is included only on the **Team** and **Enterprise** plans.
{% endhint %}

## Create Service Token <a href="#id-1-create-service-token" id="id-1-create-service-token"></a>

In dbt Cloud™️, navigate to the account setting screen by clicking on the ⚙️ on the top-right of your screen and in the left panel select the Service Token option from the menu.

Click on the `New Token` option to create a new Service Token. Set `paradime` as token name and make sure to set:

* Permission set as `Account Admin`
* Project as `All Projects`

You can then click on the Save button on the bottom right of the screen to create your Service Token.

{% hint style="danger" %}
You will not be able to view this token again after generating it, so make sure to save it securely as we will need this in the next step to setup the integration.
{% endhint %}

This will allow Paradime to read the configurations details of your dbt™️ jobs, so that we can import these as Bolt Schedules. You can find more details about dbt Cloud™️ API Service Token permissions [here](https://docs.getdbt.com/docs/dbt-cloud-apis/service-tokens).

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FhJYINMexzYJ1baSx5LZb%2FScreenshot%202024-04-23%20at%2012.44.05.png?alt=media&#x26;token=a353543e-6e5f-4aa6-bfdd-dad5abebecf7" alt=""><figcaption></figcaption></figure>

## Connect the dbt Cloud™️ integration <a href="#id-2-connect-paradime-to-dbt-cloud" id="id-2-connect-paradime-to-dbt-cloud"></a>

The dbt Cloud™️ integration can be connected by a Paradime Admin. To enable the integration, in Paradime navigate to your Account Settings > Integrations, find the dbt Cloud™️ integration and click *Connect*.

* Host Name: simply copy your dbt Cloud™️ url and paste it in this field, make sure to include the account as in the below example
* Service Account Token: enter the Token you have generated in the previous step in dbt Cloud™️

Click on Test Connection to validate that Paradime can connect to dbt Cloud™️ API and start the import.

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FQxMfbOjo5IzzlE19Fbgg%2FScreenshot%202024-04-23%20at%2012.45.48.png?alt=media&#x26;token=a334b9e0-3bbc-4fee-9d5a-03ab8c5fa6d9" alt=""><figcaption></figcaption></figure>

## View Imported dbt Cloud™️ Jobs in Paradime <a href="#id-3-view-imported-dbt-cloud-jobs-and-open-a-pull-request" id="id-3-view-imported-dbt-cloud-jobs-and-open-a-pull-request"></a>

After the import is completed, Paradime will create new Bolt schedules using the dbt™️ Cloud Jobs' configurations.&#x20;

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FhQlZ3Lq0HwysXH3At26n%2Fimage.png?alt=media&#x26;token=7ee38650-98bd-4bd5-8c11-33c5f3d0cfc0" alt=""><figcaption></figcaption></figure>

You can now click on **view imported jobs** to view all the imported dbt™️ Cloud jobs in the Paradime Bolt UI. When ready, simply turn them on by updating the cron schedule configurations.


---

# 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/guides/dbt-cloud-tm-importer/transferring-dbt-tm-jobs.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.
