We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bea71b commit 482b563Copy full SHA for 482b563
2 files changed
sqlmesh/core/scheduler.py
@@ -166,8 +166,6 @@ def evaluate(
166
execution_time: TimeLike,
167
deployability_index: DeployabilityIndex,
168
batch_index: int,
169
- environment_naming_info: EnvironmentNamingInfo,
170
- default_catalog: t.Optional[str],
171
**kwargs: t.Any,
172
) -> t.Tuple[t.List[AuditResult], t.List[AuditError]]:
173
"""Evaluate a snapshot and add the processed interval to the state sync.
tests/core/test_scheduler.py
@@ -528,8 +528,6 @@ def _evaluate():
528
to_datetime("2022-01-03"),
529
DeployabilityIndex.all_deployable(),
530
0,
531
- EnvironmentNamingInfo(),
532
- None,
533
)
534
535
evaluator_audit_mock.return_value = [
0 commit comments