> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

> Add commands to a Paradime Bolt schedule: run dbt™, trigger data syncs and orchestration, refresh BI dashboards, run data quality checks, and more.

After configuring the [Triggers](/products/bolt/creating-schedules/trigger-types) and [Schedule settings](/products/bolt/creating-schedules/schedule-settings) of a Bolt schedule, you add the **commands** the schedule runs. Commands run in order, so you can chain a full pipeline: sync sources, run dbt™ transformations, run data quality checks, then refresh dashboards.

To add a command, open a schedule, click **Add command**, and pick a command type from the categories below. Each command type has its own modal: some expose structured fields, others accept any command the underlying [Paradime CLI](/developers/paradime-cli/index) supports.

## Commands execution logic

Paradime follows a specific execution logic to handle errors and decide whether later commands run:

1. **Command completes with an error**: by default, the remaining commands in the schedule are skipped. Use [Continue on error](#continue-on-error) to change this.
2. **Exceptions that still run after an error**:
   * **Source freshness and source status**: if a [`dbt source freshness`](/guides/dbt-fundamentals/running-dbt/mastering-the-dbt-cli/commands#source-freshness) command errors and the next command uses the [`source_status:fresher`](/guides/dbt-fundamentals/running-dbt/mastering-the-dbt-cli/methods#source_status-method) selector, the next command still runs.
   * **Elementary**: an [Elementary](/products/bolt/creating-schedules/command-settings/elementary-commands) command runs regardless of a previous error, so you can send alerts and generate reports on test failures.
   * **Monte Carlo**: a [Monte Carlo](/products/bolt/creating-schedules/command-settings/monte-carlo-commands) command runs regardless of a previous error, so dbt™ artifacts are always uploaded.

### Continue on error

You can override the default skip behavior at two levels in the Commands section of the schedule form:

* **Schedule level**: turn on the **Continue on error** toggle to keep running the remaining commands when one fails. The run is still reported as failed.
* **Per command**: each command row has a select with three options: **Default** (inherit the schedule-level setting), **Continue** (keep going even if this command fails), or **Stop** (skip the remaining commands if this command fails).

Per-command settings override the schedule-level toggle, so you can, for example, continue past a failing `dbt test` while still stopping the pipeline if `dbt run` fails.

<Card title="Define this as code" icon="code" href="/products/bolt/creating-schedules/schedules-as-code/configuration-reference#continue-on-error" horizontal>
  Set `continue_on_error` at the schedule level or per command in `paradime_schedules.yml`.
</Card>

## Commands library

### AI

<CardGroup cols={2}>
  <Card title="Run DinoAI Background Agent" href="/products/bolt/creating-schedules/command-settings/paradime-dinoai-agent-trigger" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/paradime.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=6065694add754d3909f075a671c99e6c" horizontal width="20" height="16" data-path="images/integrations/paradime.svg" />
</CardGroup>

### Transform & code

<CardGroup cols={2}>
  <Card title="Run dbt™ Command" href="/products/bolt/creating-schedules/command-settings/dbt-tm-commands" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/dbt.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=97ff3770650808ece964736b401c699f" horizontal width="32" height="32" data-path="images/integrations/dbt.svg" />

  <Card title="Run Python Script" href="/products/bolt/creating-schedules/command-settings/python-scripts" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/python.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=9920e6d71167b0a0a3c216381736cf7a" horizontal width="32" height="32" data-path="images/integrations/python.svg" />

  <Card title="Run pre-commit" href="/products/bolt/creating-schedules/command-settings/pre-commit" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/pre-commit.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=7ee50338ccf68a1b7eb6e0928c1d89d6" horizontal width="800" height="800" data-path="images/integrations/pre-commit.svg" />
</CardGroup>

### Data quality

<CardGroup cols={2}>
  <Card title="Run Elementary" href="/products/bolt/creating-schedules/command-settings/elementary-commands" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/elementary.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=23a38832fa13b1d4f333c766bef77a92" horizontal width="32" height="32" data-path="images/integrations/elementary.svg" />

  <Card title="Run MonteCarlo CLI" href="/products/bolt/creating-schedules/command-settings/monte-carlo-commands" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/monte-carlo.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=c723586757ee458859ca8c969be0840f" horizontal width="32" height="32" data-path="images/integrations/monte-carlo.svg" />
</CardGroup>

### BI & dashboards

<CardGroup cols={2}>
  <Card title="Refresh PowerBI Dataset" href="/products/bolt/creating-schedules/command-settings/power-bi-dataset-refresh" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/power-bi.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=4a2bab9a37a828c7a76b1e6154add133" horizontal width="32" height="32" data-path="images/integrations/power-bi.svg" />

  <Card title="Refresh Tableau Workbook" href="/products/bolt/creating-schedules/command-settings/tableau-workbook-refresh" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/tableau.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=e9125d7bc302628265460ccd748faba0" horizontal width="32" height="32" data-path="images/integrations/tableau.svg" />

  <Card title="Refresh Tableau Data Source" href="/products/bolt/creating-schedules/command-settings/tableau-data-source-refresh" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/tableau.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=e9125d7bc302628265460ccd748faba0" horizontal width="32" height="32" data-path="images/integrations/tableau.svg" />

  <Card title="Run Lightdash" href="/products/bolt/creating-schedules/command-settings/lightdash-commands" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/lightdash.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=7070c7b4fec402a58731e7388ed59f10" horizontal width="144" height="218" data-path="images/integrations/lightdash.svg" />

  <Card title="Run Hex Project" href="/products/bolt/creating-schedules/command-settings/hex-project" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/hex.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=831a7b8c0ec3514684f8cb888aaabd77" horizontal width="68" height="28" data-path="images/integrations/hex.svg" />
</CardGroup>

### Data sync

<CardGroup cols={2}>
  <Card title="Sync Fivetran Connector" href="/products/bolt/creating-schedules/command-settings/fivetran-connector-sync" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/fivetran.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=6423ba193e0cf3cd4e1e43ca7cf3db4a" horizontal width="30" height="30" data-path="images/integrations/fivetran.svg" />

  <Card title="Sync Airbyte Connection" href="/products/bolt/creating-schedules/command-settings/airbyte-connector-sync" icon="https://mintcdn.com/paradime-docs/YSYWcEnEwqmaKirI/images/integrations/airbyte.svg?fit=max&auto=format&n=YSYWcEnEwqmaKirI&q=85&s=6a2253fcc293f3ee6c5942b59a118342" horizontal width="96" height="99" data-path="images/integrations/airbyte.svg" />

  <Card title="Sync Hightouch" href="/products/bolt/creating-schedules/command-settings/hightouch-sync" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/hightouch.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=0d837e2adb012e31e863164f5a744aa2" horizontal width="32" height="32" data-path="images/integrations/hightouch.svg" />

  <Card title="Run BigQuery Scheduled Query" href="/products/bolt/creating-schedules/command-settings/bigquery-scheduled-query" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/bigquery.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=0778f1401c5253b9d9cb9c470045df42" horizontal width="24" height="24" data-path="images/integrations/bigquery.svg" />

  <Card title="Control GCP Datastream" href="/products/bolt/creating-schedules/command-settings/gcp-datastream" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/gcp-datastream.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=32e881541fe9ee46a2b19a5530d82be8" horizontal width="24" height="24" data-path="images/integrations/gcp-datastream.svg" />
</CardGroup>

### Orchestration

<CardGroup cols={2}>
  <Card title="Trigger Airflow DAG" href="/products/bolt/creating-schedules/command-settings/airflow-dag" icon="https://mintcdn.com/paradime-docs/YSYWcEnEwqmaKirI/images/integrations/airflow.svg?fit=max&auto=format&n=YSYWcEnEwqmaKirI&q=85&s=b64baaf2edca1e525bd4d63fa7423f08" horizontal width="128" height="128" data-path="images/integrations/airflow.svg" />

  <Card title="Run Matillion Pipeline" href="/products/bolt/creating-schedules/command-settings/matillion-pipeline" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/matillion.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=ab66e060d1829d59bc0e2d9dbbbbd1b9" horizontal width="77" height="85" data-path="images/integrations/matillion.svg" />

  <Card title="Run Azure Data Factory Pipeline" href="/products/bolt/creating-schedules/command-settings/azure-data-factory-pipeline" icon="https://mintcdn.com/paradime-docs/YSYWcEnEwqmaKirI/images/integrations/azure-data-factory.svg?fit=max&auto=format&n=YSYWcEnEwqmaKirI&q=85&s=e67b755fbef0c727cea5527d9b760cc5" horizontal width="18" height="18" data-path="images/integrations/azure-data-factory.svg" />

  <Card title="Run AWS Step Functions" href="/products/bolt/creating-schedules/command-settings/aws-step-functions" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/aws-step-functions.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=5a5f5fc47d1690847ae7d3404f4b39eb" horizontal width="80" height="80" data-path="images/integrations/aws-step-functions.svg" />

  <Card title="Trigger GitHub Actions" href="/products/bolt/creating-schedules/command-settings/github-actions" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/github.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=3d26fb23f0b1ba9b7fcc91f0d5676b20" horizontal width="32" height="32" data-path="images/integrations/github.svg" />

  <Card title="Trigger Zapier" href="/products/bolt/creating-schedules/command-settings/zapier" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/zapier.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=60b06b20f37cc38773e4405987657817" horizontal width="32" height="32" data-path="images/integrations/zapier.svg" />
</CardGroup>

### Cloud compute

<CardGroup cols={2}>
  <Card title="Run AWS Glue" href="/products/bolt/creating-schedules/command-settings/aws-glue" icon="https://mintcdn.com/paradime-docs/n4M207V58BtSwxjM/images/integrations/aws-glue.svg?fit=max&auto=format&n=n4M207V58BtSwxjM&q=85&s=b15a9e04eb83695309fedfbb3456c9f2" horizontal width="80" height="80" data-path="images/integrations/aws-glue.svg" />

  <Card title="Invoke AWS Lambda" href="/products/bolt/creating-schedules/command-settings/aws-lambda" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/aws-lambda.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=5cf81ba14ee2b308f2b39e6d222c148a" horizontal width="80" height="80" data-path="images/integrations/aws-lambda.svg" />

  <Card title="Run AWS ECS Task" href="/products/bolt/creating-schedules/command-settings/aws-ecs-task" icon="https://mintcdn.com/paradime-docs/n4M207V58BtSwxjM/images/integrations/aws-ecs.svg?fit=max&auto=format&n=n4M207V58BtSwxjM&q=85&s=5a57a0be03761581bd4d6dc6aca9afff" horizontal width="80" height="80" data-path="images/integrations/aws-ecs.svg" />

  <Card title="Run AWS SageMaker Pipeline" href="/products/bolt/creating-schedules/command-settings/aws-sagemaker-pipeline" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/aws-sagemaker.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=af4fe127d12e6891970551b03b9e59b7" horizontal width="80" height="80" data-path="images/integrations/aws-sagemaker.svg" />

  <Card title="Run GCP Dataflow" href="/products/bolt/creating-schedules/command-settings/gcp-dataflow" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/gcp-dataflow.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=478fa1b54d8fe9a2daf493dbfcc67093" horizontal width="24" height="24" data-path="images/integrations/gcp-dataflow.svg" />

  <Card title="Invoke GCP Cloud Function" href="/products/bolt/creating-schedules/command-settings/gcp-cloud-function" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/gcp-cloud-function.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=31dd89ecf5e863e438c1f5072c9b41a4" horizontal width="24" height="24" data-path="images/integrations/gcp-cloud-function.svg" />

  <Card title="Run GCP Cloud Run Job" href="/products/bolt/creating-schedules/command-settings/gcp-cloud-run-job" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/gcp-cloud-run.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=996f86866cd9baae1fdefd23a3aa618d" horizontal width="24" height="24" data-path="images/integrations/gcp-cloud-run.svg" />

  <Card title="Run GCP Dataproc Job" href="/products/bolt/creating-schedules/command-settings/gcp-dataproc-job" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/gcp-dataproc.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=6b018828796a756b855d4503ab1f4d7b" horizontal width="24" height="24" data-path="images/integrations/gcp-dataproc.svg" />
</CardGroup>

### Data catalog

<CardGroup cols={2}>
  <Card title="Push to DataHub" href="/products/bolt/creating-schedules/command-settings/datahub-sync" icon="https://mintcdn.com/paradime-docs/jLHPUdQjiqu9P1Bc/images/integrations/datahub.svg?fit=max&auto=format&n=jLHPUdQjiqu9P1Bc&q=85&s=9e826eb28a55c420625ae1ab622a51b2" horizontal width="121" height="120" data-path="images/integrations/datahub.svg" />
</CardGroup>

### Core

<CardGroup cols={2}>
  <Card title="Toggle Paradime Bolt Schedule" href="/products/bolt/creating-schedules/command-settings/paradime-bolt-schedule-toggle-commands" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/paradime.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=6065694add754d3909f075a671c99e6c" horizontal width="20" height="16" data-path="images/integrations/paradime.svg" />

  <Card title="Refresh Paradime Catalog" href="/products/bolt/creating-schedules/command-settings/paradime-refresh-catalog" icon="https://mintcdn.com/paradime-docs/u1BUrPcEp3wKxzC8/images/integrations/paradime.svg?fit=max&auto=format&n=u1BUrPcEp3wKxzC8&q=85&s=6065694add754d3909f075a671c99e6c" horizontal width="20" height="16" data-path="images/integrations/paradime.svg" />
</CardGroup>


## Related topics

- [Commands](/guides/dbt-fundamentals/running-dbt/mastering-the-dbt-cli/commands.md)
- [bolt.run.completed](/developers/webhooks/bolt-run-completed.md)
- [Alert Templates](/products/bolt/creating-schedules/alert-templates.md)
- [dbt™ Commands](/integrations/pre-commit/dbt-tm-checkpoint-hooks/dbt-tm-commands.md)
- [Run dbt™ Command](/products/bolt/creating-schedules/command-settings/dbt-tm-commands.md)
