Import: dbt
Creates a data contract from a dbt manifest.json.
# 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 guide for the full dbt workflow.