Skip to content

Installation

Install Recce in your dbt project with pip:

pip install recce

To take full advantage of all the features of Recce, ensure that dbt_profiler and audit-helper are installed via the packages.yml file in your dbt project .

packages:
  - package: dbt-labs/audit_helper
    version: <version>
  - package: data-mie/dbt_profiler
    version: <version>

For full instructions on using Recce, check the Getting Started guide.