From 8e0561827cba59958917957071296ad17314c019 Mon Sep 17 00:00:00 2001 From: Alexandre van Beurden <1949482+alexvbrdn@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:30:51 +0200 Subject: [PATCH] fix start and end parameters --- docs/concepts/audits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/audits.md b/docs/concepts/audits.md index 9aeda20a5c..b4a614295b 100644 --- a/docs/concepts/audits.md +++ b/docs/concepts/audits.md @@ -639,7 +639,7 @@ MODEL ( You can execute audits with the `sqlmesh audit` command as follows: ```bash -$ sqlmesh -p project audit -start 2022-01-01 -end 2022-01-02 +$ sqlmesh -p project audit --start 2022-01-01 --end 2022-01-02 Found 1 audit(s). assert_item_price_is_not_null FAIL.