Skip to content

Add --skip-audits flag to plan and run commands#5730

Open
airhorns wants to merge 1 commit into
SQLMesh:mainfrom
airhorns:feat/skip-audits
Open

Add --skip-audits flag to plan and run commands#5730
airhorns wants to merge 1 commit into
SQLMesh:mainfrom
airhorns:feat/skip-audits

Conversation

@airhorns

Copy link
Copy Markdown

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 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>
@mday-io

mday-io commented May 19, 2026

Copy link
Copy Markdown
Collaborator

conversation happening here: #5731 (comment)

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

Labels

None yet

2 participants