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:

recce run

or to specify an output file:

recce run -o recce_pr123.json

This command will:

  1. Collect the dbt artifacts for both the base and current environments.
  2. Run the default queries: The default queries involve running row count diff for the modified table models.
  3. Run the preset checks: Preset checks are checks that have been configured specifically for this dbt project.
  4. Output the result. The default output path is recce_state.json.