Run
Recce provides a Web UI for interactively exploring and comparing two environments in depth. However, in the CI workflow, using the command line interface is more appropriate.
To execute Recce from the command line:
or to specify an output file:
This command will:
- Collect the dbt artifacts for both the base and current environments.
- Run the preset checks: Preset checks are checks that have been configured specifically for this dbt project.
- Output the result. The default output path is
recce_state.json
.