We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919e76a commit 4c9599aCopy full SHA for 4c9599a
sqlmesh/core/context.py
@@ -2256,8 +2256,8 @@ def audit(
2256
Args:
2257
start: The start of the interval to audit.
2258
end: The end of the interval to audit.
2259
- execution_time: The date/time time reference to use for execution time. Defaults to now.
2260
models: The models to audit. All models will be audited if not specified.
+ execution_time: The date/time time reference to use for execution time. Defaults to now.
2261
2262
Returns:
2263
False if any of the audits failed, True otherwise.
0 commit comments