Skip to content

fix: added missing execution_time param for CLI audit command#5563

Merged
izeigerman merged 5 commits intoSQLMesh:mainfrom
makaroni4:main
Oct 30, 2025
Merged

fix: added missing execution_time param for CLI audit command#5563
izeigerman merged 5 commits intoSQLMesh:mainfrom
makaroni4:main

Conversation

@makaroni4
Copy link
Contributor

This PR fixes #5562.

Problem

Atm execition_time CLI param isn't working, since it's not passed down to the SnapshotEvaluator.

@CLAassistant
Copy link

CLAassistant commented Oct 24, 2025

CLA assistant check
All committers have signed the CLA.

self,
start: TimeLike,
end: TimeLike,
execution_time: t.Optional[TimeLike] = None,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was this moved?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, let's keep execution_time keyword-only 👍

@makaroni4 makaroni4 requested a review from izeigerman October 28, 2025 09:19
@izeigerman izeigerman merged commit c57b048 into SQLMesh:main Oct 30, 2025
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--execution-time param of CLI's audit command isn't working

3 participants