# Import: dbt

> Create a data contract from a dbt manifest file.

#  Import: dbt

Creates a data contract from a dbt `manifest.json`.

```bash
# Import specific tables
datacontract import dbt --source manifest.json --model orders --model line_items

# Import all tables in the database
datacontract import dbt --source manifest.json
```

See the [dbt Integration](../dbt.md) guide for the full dbt workflow.

All options: **[`datacontract import dbt`](../commands/import/dbt.md)**.
