You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audit pass against the repo's "comments only when the WHY is
non-obvious" standard. Deleted three test docstrings that restated
the function name. Shortened five over-explanatory comments to one
line each. Kept the assertion-failure diagnostics that genuinely help
the next maintainer (sushi config drift messages; the kwarg-presence
assertion message documenting why we don't only check the value).
Net: -38 lines / +6 lines across the touched files. No behaviour
change.
Coding-Agent: pi
Model: anthropic/claude-opus-4-7
Signed-off-by: Joe Hartshorn <8881940+j-hartshorn@users.noreply.github.com>
Copy file name to clipboardExpand all lines: sqlmesh/core/context.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -363,7 +363,7 @@ class GenericContext(BaseContext, t.Generic[C]):
363
363
connection as it appears in configuration will be used.
364
364
concurrent_tasks: The maximum number of tasks that can use the connection concurrently.
365
365
load: Whether or not to automatically load all models and macros (default True).
366
-
load_state: Whether to merge remote state into the local project during load (default True). Consulted by load(); has no effect when load() is not called.
366
+
load_state: Whether to merge remote state into the local project during load (default True).
367
367
console: The rich instance used for printing out CLI command results.
0 commit comments