Add `--skip-audits` flag to plan and run commands by airhorns · Pull Request #5730 · SQLMesh/sqlmesh

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@airhorns

Copy link

Description

Allow users to skip audit execution during plan application and run operations. This is useful for large-scale backfills or development scenarios where audit overhead is not desired, or where you want to run audits out of band.

Test Plan

  • added new unit tests
  • tophatted locally in my project

Checklist

  • I have run make style and fixed any issues
  • I have added tests for my changes (if applicable)
  • All existing tests pass (make fast-test)
  • My commits are signed off (git commit -s) per the DCO

@airhorns airhorns changed the title Add --skip-audits flag to plan and run commands Add --skip-audits flag to plan and run commands

Mar 13, 2026
Allow users to skip audit execution during plan application and run operations. This is useful for large-scale backfills or development scenarios where audit overhead is not desired.

Signed-off-by: Harry Brundage <harry.brundage@gmail.com>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@airhorns