# dbt

> Work with data contracts in your dbt project.

# `datacontract dbt`

{/* AUTOGENERATED from `datacontract --help`: do not edit by hand; regenerate with update_command_docs.py */}

```bash
datacontract dbt [OPTIONS] COMMAND [ARGS]...
```

| Subcommand | Description |
|---|---|
| [`sync`](./sync.md) | Generate dbt tests and model metadata from one or more ODCS contracts. |
| [`test`](./test.md) | Run the contract-managed dbt tests that `datacontract dbt sync` generated. |

Guide: **[Sync with dbt](../../dbt.md)**.
