Skip to content

Commit 482b563

Browse files
committed
PR feedback
1 parent 8bea71b commit 482b563

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
@@ -166,8 +166,6 @@ def evaluate(
166166
execution_time: TimeLike,
167167
deployability_index: DeployabilityIndex,
168168
batch_index: int,
169-
environment_naming_info: EnvironmentNamingInfo,
170-
default_catalog: t.Optional[str],
171169
**kwargs: t.Any,
172170
) -> t.Tuple[t.List[AuditResult], t.List[AuditError]]:
173171
"""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)