> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/products/bolt/creating-schedules/command-settings/monte-carlo-commands.md).

# Monte Carlo Commands

## Overview

Paradime Bolt integrates with by Montecarlo feeding the [manifest file](https://docs.getdbt.com/reference/artifacts/manifest-json), [run results file](https://docs.getdbt.com/reference/artifacts/run-results-json), and optionally, a file containing the logs generated by dbt™ during command execution. This will make dbt™ metadata available within the Monte Carlo dashboard.

<figure><img src="/files/pFbAvB6tJa6WJuqW4mI1" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Prerequisites**

* Configure the [**Monte Carlo integration.**](/app-help/documentation/integrations/observability/monte-carlo.md)
* Whenever a dbt command is executed, files in the `target` directory will be overwritten. So you will need to run the MC CLI command after each dbt command.
  {% endhint %}

{% hint style="info" %}
**Note**

If you want to enable Paradime to automatically send all dbt™ artifacts for all runs, you can choose to set the variable[`RUN_MONTECARLO_UPLOAD`](/app-help/documentation/integrations/observability/monte-carlo.md#step-6-enable-the-integration) to `TRUE`.
{% endhint %}

## import dbt-run[#](https://clidocs.getmontecarlo.com/#montecarlo-import-dbt-run)

Import dbt run artifacts CLI

```
montecarlo import dbt-run [OPTIONS]
```

| Flag              | Type               | Description                                                                                                                                                                   |
| ----------------- | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--project-name`  | *`Optional, TEXT`* | <p>Project name (perhaps a logical group of dbt models, analogous to a workspace in Paradime)</p><p><br>- Default: <em>default-project</em></p>                               |
| `--job-name`      | *`Optional, TEXT`* | <p>Job name (perhaps a logical sequence of dbt executions, analogous to a schedule name in Paradime)</p><p><br>- Default: <em>default-job</em></p>                            |
| `--manifest`      | *`Required, TEXT`* | Path to the dbt manifest file (manifest.json)                                                                                                                                 |
| `--run-results`   | *`Required, TEXT`* | Path to the dbt run results file (run\_results.json)                                                                                                                          |
| `--logs`          | *`Required, TEXT`* | Path to a file containing dbt run logs                                                                                                                                        |
| `--connection-id` | *`Required, TEXT`* | <p>Identifier of warehouse or lake connection to use to resolve dbt models to tables.</p><p><em>Required if you have more than one warehouse or lake connection.</em><br></p> |

{% hint style="info" %}
Check [Monte Carlo's CLI Reference](https://clidocs.getmontecarlo.com) for a complete list of CLI arguments.
{% endhint %}

***

Now, let's learn how to configure the [Trigger Types](/app-help/documentation/bolt/creating-schedules/trigger-types.md) of a Bolt Schedule.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.paradime.io/app-help/products/bolt/creating-schedules/command-settings/monte-carlo-commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
