Skip to content

Commit c57b048

Browse files
authored
fix: added missing execution_time param for CLI audit command (#5563)
1 parent 119b623 commit c57b048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlmesh/core/context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,6 +2279,7 @@ def audit(
22792279
snapshot=snapshot,
22802280
start=start,
22812281
end=end,
2282+
execution_time=execution_time,
22822283
snapshots=self.snapshots,
22832284
):
22842285
audit_id = f"{audit_result.audit.name}"

0 commit comments

Comments
 (0)