Skip to content

Commit 596f56e

Browse files
committed
PR feedback
1 parent 72506a8 commit 596f56e

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

sqlmesh/core/scheduler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ def evaluate(
149149
execution_time: TimeLike,
150150
deployability_index: DeployabilityIndex,
151151
batch_index: int,
152-
environment_naming_info: EnvironmentNamingInfo,
153-
default_catalog: t.Optional[str],
154152
**kwargs: t.Any,
155153
) -> t.Tuple[t.List[AuditResult], t.List[AuditError]]:
156154
"""Evaluate a snapshot and add the processed interval to the state sync.

tests/core/test_scheduler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,6 @@ def _evaluate():
528528
to_datetime("2022-01-03"),
529529
DeployabilityIndex.all_deployable(),
530530
0,
531-
EnvironmentNamingInfo(),
532-
None,
533531
)
534532

535533
evaluator_audit_mock.return_value = [

0 commit comments

Comments
 (0)