Skip to content

Commit 4c9599a

Browse files
committed
fix: restored original arg order
1 parent 919e76a commit 4c9599a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/core/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2256,8 +2256,8 @@ def audit(
22562256
Args:
22572257
start: The start of the interval to audit.
22582258
end: The end of the interval to audit.
2259-
execution_time: The date/time time reference to use for execution time. Defaults to now.
22602259
models: The models to audit. All models will be audited if not specified.
2260+
execution_time: The date/time time reference to use for execution time. Defaults to now.
22612261
22622262
Returns:
22632263
False if any of the audits failed, True otherwise.

0 commit comments

Comments
 (0)