Sign in Start with your repo

Centralized Legal Docs, Breaking CLI Changes

We’ve consolidated all legal documentation directly on our website at reccehq.com, making it easier for users to complete security reviews and introduce Recce to their teams.

  • Terms of Service, Privacy Policy, and Cookie Policy now centralized on reccehq.com.
  • First-ever Accessibility Statement demonstrating our commitment to inclusive design.

Breaking Changes

The --skip-query option behavior of recce run command has been refined to provide more granular control:

  • --skip-query (NEW BEHAVIOR): Runs all user-defined checks that don’t require database connections (such as schema diff and lineage diff checks)
  • --skip-check (NEW OPTION): Completely skips all checks (this replaces the original —skip-query behavior)

Migration Required: If you were using --skip-query to skip all checks entirely, please update your scripts to use --skip-check instead.

Seamless Data Warehouse Integration

During initial setup, you can explore Recce with metadata-only access to understand the platform. When you’re ready, connect your warehouse to start comparing data across environments with simple queries instead of complex SQL. e.g. validate model renames, column changes, aggregation results.