Add `--skip-audits` flag to plan and run commands by airhorns · Pull Request #5730 · SQLMesh/sqlmesh
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 362
Open
airhorns wants to merge 1 commit intoSQLMesh:mainfrom
Open
Add --skip-audits flag to plan and run commands#5730
airhorns wants to merge 1 commit intoSQLMesh:mainfrom
Add --skip-audits flag to plan and run commands#5730
airhorns wants to merge 1 commit intoSQLMesh:mainfrom
Conversation
Copy link
airhorns
commented
Mar 13, 2026
airhorns
commented
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 styleand 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
changed the title
Add --skip-audits flag to plan and run commands
Add --skip-audits flag to plan and run commands
airhorns
force-pushed
the
feat/skip-audits
branch
from
b97c2ab to
be1fafd
Compare
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>
airhorns
force-pushed
the
feat/skip-audits
branch
from
be1fafd to
dc24e04
Compare
airhorns
mentioned this pull request
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment